Re: Coredump file

From: Sean Neakums
Date: Sun Nov 23 2003 - 17:14:55 EST


"Breno" <brenosp@xxxxxxxxxxxxxxxx> 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/