http://bugs.winehq.org/show_bug.cgi?id=9916
Lionel Debroux lionel_debroux@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #8864 is|0 |1 obsolete| | Attachment #8870 is|0 |1 obsolete| | Attachment #16519|0 |1 is obsolete| |
--- Comment #85 from Lionel Debroux lionel_debroux@yahoo.fr 2008-10-08 02:18:09 --- Created an attachment (id=16533) --> (http://bugs.winehq.org/attachment.cgi?id=16533) Multiple traces of tests on wine-1.1.5-507-ge20ef50
Here are the more detailed runs I promised yesterday, generated with the following series of commands:
make testclean && WINEDEBUG="warn+heap" make -k test &> ~/wine/test_20081007_warnheap.txt cd dlls/gdiplus/tests/ WINEDEBUG="trace+gdiplus,+relay,warn+heap" ../../../tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so graphics.c &> ~/wine/gdiplus_graphics_20081007_wh.txt WINEDEBUG="trace+gdiplus,+relay,warn+heap" ../../../tools/runtest -q -P wine -M gdiplus.dll -T ../../.. -p gdiplus_test.exe.so region.c &> ~/wine/gdiplus_region_20081007_wh.txt cd ../../user32/tests/ WINEDEBUG="trace+ddeml,+relay,warn+heap" ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so dde.c &> ~/wine/user32_dde_20081007_wh.txt cd ../../wininet/tests/ WINEDEBUG="trace+wininet,+relay,warn+heap" ../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so http.c &> ~/wine/wininet_http_20081007_wh.txt cd ../../winmm/tests/ WINEDEBUG="trace+winmm,trace+mci,+relay,warn+heap" ../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p winmm_test.exe.so mci.c &> ~/wine/winmm_mci_20081007_wh.txt cd ../../wldap32/tests/ WINEDEBUG="trace+wldap32,+relay,warn+heap" ../../../tools/runtest -q -P wine -M wldap32.dll -T ../../.. -p wldap32_test.exe.so parse.c &> ~/wine/wldap32_parse_20081007_wh.txt cd ../../winmm/tests/ WINEDEBUG="trace+winmm,+relay,warn+heap" ../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p winmm_test.exe.so wave.c &> ~/wine/winmm_wave_20081007_wh.txt & cd ../../..
There's a fresh new crash since yesterday: wldap32 parse. wldap32 was modified yesterday by 927e9e08921fb14397f397f4ce1d424ec6737d31 and b9813873838af3ec880ae0c68a7932afdf9e616b.
winmm wave test seems to have an infinite loop of InterlockedExchange, I killed it.