Re: utrace vs. ptrace

From: Andi Kleen
Date: Thu Jul 13 2006 - 09:21:52 EST



> > I'm not sure that's particularly useful (I think I would prefer to
> > keep it in kernel), [...]
>
> why would we want to keep this in the kernel? Coredumping in the kernel
> is fragile, and it's nowhere near performance-critical to really live
> within the kernel.

Mostly because I fear it would become another udev like disaster, requiring user
space updates regularly, and core dumps are a fairly critical debugging feature
that I wouldn't like to become unreliable.

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 page.

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