| Author |
Re: where is core dump files in redhat 9
|
|
| Andreas Kahari 2004-01-23, 4:52 pm |
| In article <3a8cf8c8.0311091330.7bd61bef@posting.google.com>, mohan wrote:quote:
> Hai All,
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
>
> #ulimit -c
> 0
You've just shown that the maximum file size limit of core files
in the shell session you're in is zero, so no wonder no core
files gets created.
Increase the limit: ulimit -c unlimited
--
Andreas Kähäri
| |
| Andreas Kahari 2004-01-23, 4:52 pm |
| In article <3a8cf8c8.0311091330.7bd61bef@posting.google.com>, mohan wrote:quote:
> Hai All,
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
>
> #ulimit -c
> 0
You've just shown that the maximum file size limit of core files
in the shell session you're in is zero, so no wonder no core
files gets created.
Increase the limit: ulimit -c unlimited
--
Andreas Kähäri
| |
| =?iso-8859-1?q?M=E5ns_Rullg=E5rd?= 2004-01-23, 4:52 pm |
| dare_eagle@yahoo.com (mohan) writes:
quote:
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
ulimit -c unlimited
--
Måns Rullgård
mru@kth.se
| |
| =?iso-8859-1?q?M=E5ns_Rullg=E5rd?= 2004-01-23, 4:52 pm |
| dare_eagle@yahoo.com (mohan) writes:
quote:
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
ulimit -c unlimited
--
Måns Rullgård
mru@kth.se
| |
| Andreas Kahari 2004-01-23, 5:05 pm |
| In article <3a8cf8c8.0311091330.7bd61bef@posting.google.com>, mohan wrote:quote:
> Hai All,
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
>
> #ulimit -c
> 0
You've just shown that the maximum file size limit of core files
in the shell session you're in is zero, so no wonder no core
files gets created.
Increase the limit: ulimit -c unlimited
--
Andreas Kähäri
| |
| =?iso-8859-1?q?M=E5ns_Rullg=E5rd?= 2004-01-23, 5:05 pm |
| dare_eagle@yahoo.com (mohan) writes:
quote:
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
ulimit -c unlimited
--
Måns Rullgård
mru@kth.se
| |
| Andreas Kahari 2004-01-23, 5:18 pm |
| In article <3a8cf8c8.0311091330.7bd61bef@posting.google.com>, mohan wrote:quote:
> Hai All,
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
>
> #ulimit -c
> 0
You've just shown that the maximum file size limit of core files
in the shell session you're in is zero, so no wonder no core
files gets created.
Increase the limit: ulimit -c unlimited
--
Andreas Kähäri
| |
| =?iso-8859-1?q?M=E5ns_Rullg=E5rd?= 2004-01-23, 5:18 pm |
| dare_eagle@yahoo.com (mohan) writes:
quote:
> This might seem silly but I am unable to find the core files
> getting generated. When I am terminating the program for a core file
> to be generated by sending signals to the program ; I am unable to
> find the core files
ulimit -c unlimited
--
Måns Rullgård
mru@kth.se
|
|
|
|