On Mon, Sep 13, 2010 at 10:55:54PM +0200, Tuco wrote: > Btw FreeBSD handbook > (http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html#KERNELDEBUG-OBTAIN) > says dumpon and savecore are needed to save and restore crash dumps so > I ported them and added them to freebsd-utils in case you need them.
Note though that a kernel core dump will only work after dumpon runs, which happens from (in FreeBSD) the /etc/rc.d/ startup scripts. I think this panic is happening very early on in boot, so it's actually not going to help in this case. Enabling the DDB option though and getting a backtrace will be useful. Certainly narrowing it down to a single optimization on/off will be very helpful in tracking down the problem. -Ed -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org