01-23-04 09: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
[ Post a follow-up to this message ]
|