My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 25, 2010 22:36 UTC (Mon) by nix (subscriber, #2304)In reply to: My advice on implementing stuff in C: by paulj
Parent article: Russell: On C Library Implementation
Even if you do get SIGSEGV from a stack-OOM, well, you'd better hope the system supports sigaltstack() as well, or you'll not be able to call the signal handler... oh, and, btw, it is (even now) easier to make a list of the systems on which sigaltstack() works properly than the systems on which it does not :(
