This is a discussion on Enable corefile in RH8.0 within the Linux Operating System forums, part of the Unix Operating Systems category; --> There is a setting to allow a corefile to be written when a process crashes. If not set, no ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Bill McIntyre wrote: > There is a setting to allow a corefile to be written when a process > crashes. > If not set, no corefile is created. Can anyone tell me what setting this > is? It's the "corefile" setting. What question did you actually mean to post? Did you actually want to ask "what does this setting do"? It allows for the creation of a core dump file if a process crashes. If a process crashes, a special file is created that contains the environment at the instant of the crash. This file can be analyzed for clues as about the cause of the crash. -- Paul Lutus http://www.arachnoid.com |
| ||||
| Yes that's exactly what it is, thank you. /etc/profile had it explicitly turned off: # No core files by default ulimit -S -c 0 > /dev/null 2>&1 "Eric Moors" <scare.crow@oz.land> wrote in message news > > There is a setting to allow a corefile to be written when a process > > crashes. If not set, no corefile is created. Can anyone tell me what > > setting this is? > > I suppose you use bash, if so check ulimit -c > > Eric |
| Thread Tools | |
| Display Modes | |
|
|