Re: [PATCH] Core dump file control

From: Andi Kleen (ak@suse.de)
Date: Thu Feb 14 2002 - 11:37:46 EST


Michael Sinz <msinz@wgate.com> writes:
>
> This then causes core dumps to be of the format:
>
> /coredumps/whale.sinz.org-badprogram-13917.core

I had something like this for a long time on my todo list. The idea
was to set core_name_format to the name of a named pipe and have an
daemon on the other end that logs backtraces to syslogd (something a
bit like dr.watson)
Only problem is that it won't handle parallel coredumps very well
without some additional (deadlock prone) global locking or alternatively
support AF_UNIX stream sockets too that have the concept of multiple
streams over a single name.

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



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:01:03 EST