https://bugs.winehq.org/show_bug.cgi?id=45309
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@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.