https://bugs.documentfoundation.org/show_bug.cgi?id=97277

--- Comment #2 from Michael Meeks <[email protected]> ---
Capturing some wisdom from IRC for future reference:

<sberg> mmeeks, looking it up, we pass -EHa
(solenv/gbuild/platform/com_MSC_defs.mk), and that means we both catch SEH
exceptions with C++ catch(...), and destroy C++ objects during SEH stack
unwinding; we should probably switch to /EHs instead
(<https://msdn.microsoft.com/en-us/library/1deeycx5.aspx>), can't remember why
we do that nonsense
<sberg> mmeeks, reading it right now; so seems /EHs would be what you want
there

Ultimately, it seems the crash handler does get triggered though - so quite
what is going on here; I have no clue - needs more investigation & testing I
think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to