[Bug 38610] winedbg fails to start in some cases when an application crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 19 22:54:28 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38610

--- Comment #5 from Vincent Povirk <madewokherd at gmail.com> ---
I'm guessing it's just not getting to your terminal because winedbg prints to
the win32 standard output, which was (probably correctly) detached by
ShellExecute starting with that commit. There's no reason to expect the stdout
stream winedbg inherits from random crashing processes to always be useful,
maybe it's a bug that the backtraces go there rather than the Unix stdout.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list