http://bugs.winehq.org/show_bug.cgi?id=14351
Summary: RtlpWaitForCriticalSection times out towards end of tests Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: austin.lund@gmail.com
I've been getting a crash all the time in winetest since 1.0. Seems there is not a problem with any of the tests themselves (i.e. running make test works).
The last few lines of output from winetest is:
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16 err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1440x900x24 @0! (XRandR) err:ntdll:RtlpWaitForCriticalSection section 0x7bc91824 "loader.c: loader_section" wait timed out in thread 0039, blocked by 0036, retrying (60 sec) wine: Critical section 7bc91824 wait failed at address 0x7bc3ab60 (thread 0039), starting debugger... err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc3ab60
I did a bisection and I got it to occur first at this commit:
commit 3434935f44eadecae1e8aa11d08142a40b671978 Author: Hans Leidekker hans@it.vu.nl Date: Mon Jun 23 20:57:46 2008 +0200
wininet: Clear last error upon successful return from HttpSendRequest.
But when reverting this commit, it still happens.