2003-11-23 21:49:01

by Breno

[permalink] [raw]
Subject: Coredump file

Hi all,

How can I generate a coredump file ?
I tryed to force a signal "Quit" , using ^\ , but didn?t work.

att,

Breno


2003-11-23 22:09:45

by Sean Neakums

[permalink] [raw]
Subject: Re: Coredump file

"Breno" <[email protected]> writes:

> How can I generate a coredump file ?
> I tryed to force a signal "Quit" , using ^\ , but didn?t work.

Here are some possible reasons for this:

* the core dump ulimit may be set too low (check this with ulimit -c)
* you do not have write permission for the process's cwd
* there is a core file in the process's cwd that you do not own