12 Apr
2017
12 Apr
'17
11:09 a.m.
https://bugs.winehq.org/show_bug.cgi?id=42762 --- Comment #7 from Piotr Caban <piotr.caban(a)gmail.com> --- I think this is the sequence of exceptions that will cause such an error: try { klass a; try { klass a; try { klass a; throw new klass(); } catch (int) {} } catch (void*) { klass a; throw; } } catch (void*) { klass a; } In this case unwind_help[0] is uninitialized causing incorrect local_unwind. -- 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.