http://bugs.winehq.org/show_bug.cgi?id=23902
--- Comment #40 from Wylda wylda@volny.cz 2010-08-22 04:35:10 ---
The problem of not getting the back-trace is, that the process get termminated. So: wine winedbg Warcraft\ III.exe
WineDbg starting on pid 0019 DbgBreakPoint () at /build/wine-src/wine-1.3.1/dlls/kernel32/../../include/winternl.h:1971 0x7b858e28 DbgBreakPoint+0x4 [/build/wine-src/wine-1.3.1/dlls/kernel32/../../include/winternl.h:1971] in kernel32: popl %ebp 1971 static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); } Wine-dbg> c
err:ole:CoCreateInstance apartment not initialised fixme:advapi:SetSecurityInfo stub fixme:win:EnumDisplayDevicesW ((null),0,0x33f1ec,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f5c0,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f1cc,0x00000000), stub! fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
Process of pid=0019 has terminated
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc467fc
No process loaded, cannot execute 'c'
So if i understand that correctly, whole winedbg(pid=0019) gets killed.