Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
499 days ago
You can longjmp out of a signal handler.
2 comments
fanf2
499 days ago
But that’s likely to be very unsafe, especially in a multithreaded program, or if it relies on stack unwinding for RAII.
link
heraclius1729
499 days ago
Oh! I didn't know that actually. That's useful information.
link