Re: utrace vs. ptrace

From: Arjan van de Ven
Date: Thu Jul 13 2006 - 09:26:49 EST



> That said extended core dumping (e.g. automatic processing of the output)
> in user space makes sense. I had a prototype for that once that uploaded
> a simple crash report to a web

the script I use for that is at
http://www.fenrus.org/bt.sh

it tries to include things like rpm versions of the package it was in
etc, and suggests/downloads the right debuginfo rpms to improve the
backtrace. Clearly that's all userspace stuff; but it can run from a
daemon easily; eg have all core dumps go to a special directory where
the daemon reaps them and analyzes.

-
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/