http://bugs.winehq.org/show_bug.cgi?id=9916
--- Comment #32 from Lionel Debroux lionel_debroux@yahoo.fr 2007-11-12 10:04:08 --- Created an attachment (id=9126) --> (http://bugs.winehq.org/attachment.cgi?id=9126) Trace of tests on wine-0.9.49-59-g2a2e303 with warn+heap
Two tests (other than the debugger test) crash, one up from last week :'(
Test that still crashes: ../../../tools/runtest -q -P wine -M msvcrt.dll -T ../../.. -p msvcrt_test.exe.so cpp.c && touch cpp.ok wine: Unhandled page fault on write access to 0x00000000 at address 0x606cdd6e (thread 0043), starting debugger... Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x606cdd6e).
Test that didn't crash last week: ../../../tools/runtest -q -P wine -M msvcrt.dll -T ../../.. -p msvcrt_test.exe.so heap.c && touch heap.ok warn:heap:HEAP_ValidateInUseArena Heap 0x110000: invalid in-use arena magic for 0x1138e0 wine: Unhandled page fault on write access to 0x55555559 at address 0x602d03d9 (thread 0019), starting debugger... Unhandled exception: page fault on write access to 0x55555559 in 32-bit code (0x602d03d9). Looks like an access to an incorrect memory area, all the more the test doesn't crash without warn+heap.
Another note: the wininet FTP and HTTP tests in the attached log were run with the Ethernet network interface down and the WiFi interface up (although I don't know if it could really reach the Internet). I ran the tests again with both interfaces down: ../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so ftp.c && touch ftp.ok ftp.c:706: Tests skipped: No ftp connection could be made to ftp.winehq.org
../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so http.c && touch http.ok http.c:115: Test failed: unexpected status 70 (INTERNET_STATUS_HANDLE_CLOSING) http.c:461: Test failed: expected status 70 (INTERNET_STATUS_HANDLE_CLOSING) 1 times, received 2 times http.c:266: Test failed: expected status 60 (INTERNET_STATUS_HANDLE_CREATED) 1 times, received 2 times http.c:115: Test failed: unexpected status 70 (INTERNET_STATUS_HANDLE_CLOSING) http.c:461: Test failed: expected status 70 (INTERNET_STATUS_HANDLE_CLOSING) 1 times, received 2 times http.c:507: Test failed: expected status 60 (INTERNET_STATUS_HANDLE_CREATED) 1 times, received 2 times http.c:115: Test failed: unexpected status 70 (INTERNET_STATUS_HANDLE_CLOSING) http.c:724: Test failed: expected status 70 (INTERNET_STATUS_HANDLE_CLOSING) 1 times, received 2 times fixme:wininet:InternetSetOptionW Option 43 STUB fixme:wininet:InternetSetOptionW Option 44 STUB make[2]: *** [http.ok] Erreur 8