Berkeley CSUA MOTD:Entry 20864
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/24 [General] UID:1000 Activity:popular
12/24   

2001/3/20-22 [Computer/SW/Unix] UID:20864 Activity:low
3/21    Under most OS's how do control whether a program core dumps or not
        under a SIGSEGV?
        \_ man signal
        \_ you can also control it with things like limit. Note that certain
           cases should never dump core (i.e. setuid() programs.)
                \_ coreadm on Solaris lets you control that for people
                   who need to debug set*id programs.