On 29 December 2013 11:29, Brendan Jones <brendan.jones...@gmail.com> wrote:
> Thanks. I had tried this but still no core in the executing directory. Now
> I'm not sure where they are going - certainly nowhere in $HOME.

Could be a couple of things:

1. The core dump limit for the process could be 0 (i.e. don't write core dumps).

2. The core dumps are written to the cwd of the process at the point
where it dies - not necessarily where you run it from. (If you know
the PID you could check /proc/<pid>/cwd.)

Rich

-- 
Richard Fearn
richardfe...@gmail.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to