| ||||||
| 5/17 |
| 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. |