From: Casper H. <ch...@us...> - 2002-07-14 12:06:07
|
s=F8n, 2002-07-14 kl. 14:00 skrev David Welch: > On Sat, Jul 13, 2002 at 11:27:19PM +0200, Casper Hornstrup wrote: > > How? > > > I think this feature rather falls between two stools: for non-technical u= sers > we need a core dump facility which can be automatically decoded offline a= nd > emailed to us; developers (who don't have two machines) need a kernel > debugger which uses all debugging information and has source code > available as well. A core dump facility would be nice, but I think it is complementary to the linenumber information in stack traces; not a replacement for it. To be able to core dump, the storage driver stack must be loaded so disks are accessible. For all crashes before this happens, core dumping is useless. Also, I don't always setup a system with a debugger because it is difficult and sometimes it helps a lot just knowing the line of code where a crash occur. Casper |