http://bugs.winehq.org/show_bug.cgi?id=14351
--- Comment #2 from Austin Lund austin.lund@gmail.com 2008-07-09 20:53:25 ---
From wine-devel:
"Austin Lund" austin.lund@gmail.com writes:
2008/7/7 Austin Lund austin.lund@gmail.com:
2008/7/3 Austin Lund austin.lund@gmail.com:
I get 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).
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
The problem is the localspl/spoolss/winspool.drv dependency mess, trying to load one of these dlls causes a crash inside the loader, which then causes the loader section to not be released properly.
-- Alexandre Julliard julliard@winehq.org