http://bugs.winehq.org/show_bug.cgi?id=15133
Summary: Application blocks waiting for a critical section during startup. This problem does not occur in Windows. Product: Wine Version: 1.1.3 Platform: PC URL: http://www.odva.org/Default.aspx?tabid=202 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: exvagabond436824@yahoo.com CC: exvagabond436824@yahoo.com
The code in question can be downloaded from: http://www.odva.org/Default.aspx?tabid=202
This code involves an example application for the EtherNet/IP protocol. When the example application from the link above is executed in wine the following error is printed to the screen:
err:ntdll:RtlpWaitForCriticalSection section 0x10037570 "?" wait timed out in thread 0009, blocked by 0026, retrying (60 sec)
This error will print over and over again, and the application will never load. In Windows this application loads quickly.
http://bugs.winehq.org/show_bug.cgi?id=15133
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=15133
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Component|ntdll |wininet Ever Confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-05 12:14:55 --- This starts fine for me with native wininet, i'll attach a trace
http://bugs.winehq.org/show_bug.cgi?id=15133
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-05 12:23:30 --- oops, looks like some weird bug: when i do WINEDEBUG=+wininet wine EtherNetIPExampleApplication.exe &>log
it starts just fine , but not always. Out of the 5 times i give the command above, the app starts, otherwise it just crashes. Maybe it's some weird race-condition or so? Should i leave wininet component for the this bug?
http://bugs.winehq.org/show_bug.cgi?id=15133
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wininet |-unknown
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-09-05 12:29:28 --- uh, there's not even a call to wininet, setting component back
http://bugs.winehq.org/show_bug.cgi?id=15133
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15133
--- Comment #4 from CN Gnome cngnome@gmail.com 2009-03-26 13:55:43 --- Still occurs in wine 1.1.17.
http://bugs.winehq.org/show_bug.cgi?id=15133
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-26 15:14:41 --- still present in wine-1.1.28
http://bugs.winehq.org/show_bug.cgi?id=15133
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #6 from Niko Sandschneider nsandschn@gmx.de 2010-07-18 06:59:46 --- This is fixed in wine-1.2. I started it several times without problems. It crashes on exit, but that is a different bug of course.
http://bugs.winehq.org/show_bug.cgi?id=15133
--- Comment #7 from Niko Sandschneider nsandschn@gmx.de 2010-07-18 07:07:43 --- Sorry, but I was wrong. This is not fixed after all. The zip file includes two applications (Release and Debug). The release version works fine, but the debug version still shows this issue:
err:ntdll:RtlpWaitForCriticalSection section 0x7bca2c64 "loader.c: loader_section" wait timed out in thread 0028, blocked by 0027, retrying (60 sec)
http://bugs.winehq.org/show_bug.cgi?id=15133
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|madewokherd@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=15133
Vladimir Voznesensky vvoznesensky@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vvoznesensky@gmail.com
--- Comment #8 from Vladimir Voznesensky vvoznesensky@gmail.com 2011-03-21 03:55:27 CDT --- You may be interested in http://bugs.winehq.org/show_bug.cgi?id=26500
http://bugs.winehq.org/show_bug.cgi?id=15133
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|EtherNet/IP |
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-21 04:13:40 CDT --- (In reply to comment #8)
You may be interested in http://bugs.winehq.org/show_bug.cgi?id=26500
It has nothing to do with this bug.
err:ntdll:RtlpWaitForCriticalSection section 0x10037570 "?" wait timed out in
thread 0009, blocked by 0026, retrying (60 sec)
usually indicates that a thread has crashed and another thread is waiting on the critical section held by the crashed thread.
http://bugs.winehq.org/show_bug.cgi?id=15133
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com 2011-11-19 20:55:07 CST --- Still present in 1.3.33.
https://bugs.winehq.org/show_bug.cgi?id=15133
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download, source | URL|http://www.odva.org/Default |http://www.odva.org/ |.aspx?tabid=202 |
--- Comment #11 from Austin English austinenglish@gmail.com --- That URL is dead, please update and retest in 1.7.15.
http://bugs.winehq.org/show_bug.cgi?id=15133
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #12 from Bruno Jesus 00cpxxx@gmail.com --- I still have the file I used to test last time:
51b2fa397fa9e9e4e5367b898395b36721c2819a ENetIP_EC_V7.1.zip 9Mb
This is no longer an issue in latest wine, has been fixed somewhere after 1.4.
https://bugs.winehq.org/show_bug.cgi?id=15133
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.16.