Subject: Re: crash dump failing on machine with 4GB
To: Chris Ross <cross+netbsd@distal.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 09/29/2007 17:40:12
On Fri, Sep 28, 2007 at 11:21:24PM -0400, Chris Ross wrote:
> dumping to dev 7,1 offset 4310231
> dump Calling callout_stop on 0x187ea98
> callout_stop: c 0x187ea98, c_magic 0
> panic: kernel diagnostic assertion "c->c_magic == CALLOUT_MAGIC"  
> failed: file "/data/NetBSD/src/sys/kern/kern_timeout.c", line 431

The previous transfers werere properly malloc()ed, this one is on the kernel
stack. Is it wrongly hand-crafted somewhere?

Martin