WARNING: This server is unstable and will be retired in the next days.
If you want to keep this forum available, please request immediately a migration
on the
Nabble Support forum.
Forums that don't receive any migration request will be deleted forever.
Converting app that uses SJLJ exception to Dwarf-2
What should I do to convert application that uses setjmp / longjmp so that it can use dwarf-2 exception? Using the old model still compiles, but it generates segmentation fault instead of recovering from the exception.