Subject: Re: kernel panics on Celeron EM64T
To: Radek Kujawa <radoslaw.kujawa@altkom.pl>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-amd64
Date: 05/15/2006 18:35:23
On Mon, 15 May 2006, Radek Kujawa wrote:
> I can rebuild the kernel with DDB enabled. I'm no kernel hacker, but if 
> someone would be kind enough to explain me what should I look for, then I 
> could help fixing this.
>
> I'd really like to use NetBSD/amd64. Any ideas?

Put DDB into your kernel, and when it panics run "bt" and write down the 
stack backtrace, and send it here. Just writing this down a few times may 
give you an impression if the panic always happens in the same place 
(~good) or in random places (~bad).


  - Hubert