Hi all,
How can I generate a coredump file ?
I tryed to force a signal "Quit" , using ^\ , but didn?t work.
att,
Breno
"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