Re: Converting app that uses SJLJ exception to Dwarf-2
> Well, clean ANSI C don't exactly throw exceptions.
Even via setjmp and longjmp?
> Have you tried GDB or WinDbg?
Yes, GDB only tells segmentation fault without a proper backtrace (perhaps I didn't include the debug info correctly, I'll rebuild and check)
> I am unfamiliar with Lua, maybe you can CC the Lua devs for help.
Hmm... good idea, I hope they don't give "use Visual C++" as a solution.