http://bugs.winehq.org/show_bug.cgi?id=24359
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-04-11 01:17:31 CDT --- With 6eed4c4241ae30f9e0af2581555c5ce6c25623f3, I get: austin@aw21 ~/wine-git/dlls/kernel32/tests $ make debugger.ok ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so debugger.c && touch debugger.ok fixme:iphlpapi:NotifyAddrChange (Handle 0xb2e91c, overlapped 0xb2e900): stub wine: configuration in '/home/austin/.wine' has been updated. wine: Unhandled page fault on write access to 0x00000000 at address 0x685e13d8 (thread 0035), starting debugger... winedbg: Internal crash at 0x68631aa4 debugger.c:412: Test failed: exit code = c0000354 debugger.c:480: Tests skipped: "none" debugger test needs user interaction wine: Unhandled page fault on write access to 0x00000000 at address 0x685e13d8 (thread 0039), starting debugger... wine: Unhandled page fault on write access to 0x00000000 at address 0x685e13d8 (thread 003d), starting debugger... wine: Unhandled page fault on write access to 0x00000000 at address 0x685e13d8 (thread 0041), starting debugger... wine: Unhandled page fault on write access to 0x00000000 at address 0x685e13d8 (thread 0045), starting debugger... make: *** [debugger.ok] Error 1
so the spam is fixed, though that internal crash seems nasty...
austin@aw21 ~/wine-git/dlls/kernel32/tests $ /opt/gcc-4.6/bin/gcc --version gcc (GCC) 4.6.0 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.