Zeuthen: Writing a C library, part 1
Zeuthen: Writing a C library, part 1
Posted Jun 28, 2011 15:48 UTC (Tue) by nix (subscriber, #2304)In reply to: Zeuthen: Writing a C library, part 1 by cmccabe
Parent article: Zeuthen: Writing a C library, part 1
Posted Jun 28, 2011 16:18 UTC (Tue)
by HelloWorld (guest, #56129)
[Link]
Zeuthen: Writing a C library, part 1
They can use longjump in the SIGABRT signal handler. But that probably doesn't make much of a difference, as a library that calls abort probably won't free allocated resources before it does, resulting in resource leaks.