Thanks Alon. I was actually trying to emulate Window's Structured Exception Handling with signals and my implementation requires the use of signals. Other than signals, do you know if its actually possible to catch any memory access violation in Emscripten, perhaps at the Javascript level?
On Tuesday, September 15, 2015 at 1:51:40 AM UTC+8, Alon Zakai wrote: > > We don't have signals support (although we might get it eventually with > threads), so the signal versions of setjmp/longjmp are not supported. > However, regular setjmp/longjmp do work. > > On Mon, Sep 14, 2015 at 2:56 AM, awt <[email protected] <javascript:>> > wrote: > >> Hi, >> >> I was trying to compile a piece of code with the sigsetjmp and siglongjmp >> functions and observed the 'warning: unresolved symbol:' error for both of >> them. Can I check if these two functions are implemented in Emscripten? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
