[Bug 45309] Program runs fine in Wine, but dies in Wine-dbg

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 9 23:03:10 CDT 2018


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

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
Most of this is valid behaviour. Programs throw and catch their own exceptions
all of the time. You can ignore certain types of exceptions with e.g. 'handle
SIGSEGV noprint', although this may also prevent breaking on useful exceptions.

That it fails subsequently may be a bug, although it may be a matter of timing
or something similar.

Renaming threads is a debugging aid, so of course it should show up in winedbg
and not otherwise.

-- 
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