http://bugs.winehq.org/show_bug.cgi?id=18943
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2011-05-29 09:02:36 CDT --- Hello,
most likely the process has been forcibly terminated by outside and winedbg still tries to access/interpret now unmapped address space. If that still happens you need to find out who might forcibly kill tests/processes when the crash handler (winedbg) is already attached and working on the target. Maybe some timeout (=> kill test) is interfering when the crash handler takes too long to collect backtrace info.
Regards