http://bugs.winehq.org/show_bug.cgi?id=12246
--- Comment #6 from Lionel Debroux lionel_debroux@yahoo.fr 2008-03-31 14:50:36 --- Created an attachment (id=11770) --> (http://bugs.winehq.org/attachment.cgi?id=11770) Beginning of trace of WINEDEBUG=warn+heap make -k test with wine-0.9.58-358-g41bdea4
Indeed, I know that the kernel32 debugger test is supposed to crash ;) However, since yesterday, if I activate warn+heap, I'm now seeing _every_ test crash (before ignoring the unhandled exception anyway, it seems), even after a rm -Rf ~/.wine ! That didn't happen on 20080325, when I last ran a WINEDEBUG=warn+heap make test.
Judging from the backtraces, the problem is with the service starting code, which has been changed very recently.
I've attached the trace of the first test, before me killing make with CTRL+C. This one is after starting with no ~/.wine directory. (FWIW, the whole Wine test suite with all crashes generates a ~25K-line trace)
Does this happen only on my computer ?