Add some mechanism for catching structured exceptions on Windows #38963
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
O-windows
Operating system: Windows
There are a number of places where we are forced to catch these exceptions in Gecko (see MOZ_SEH_TRY). The usual reason is for handling some bug in code that we have no control over.
Structured exceptions are also used for naming threads on Windows so it would be nice to have that too.
The text was updated successfully, but these errors were encountered: