Hacker News new | ask | show | jobs
by saagarjha 499 days ago
You can longjmp out of a signal handler.
2 comments

But that’s likely to be very unsafe, especially in a multithreaded program, or if it relies on stack unwinding for RAII.
Oh! I didn't know that actually. That's useful information.