NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57226: NetBSD 10_BETA kernel crash
The following reply was made to PR kern/57226; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/57226: NetBSD 10_BETA kernel crash
Date: Mon, 13 Feb 2023 10:28:43 +0100
On Sun, Feb 12, 2023 at 06:10:01PM +0000, taca%back-street.net@localhost wrote:
> savecore: reboot after panic: kernel diagnostic assertion "c->c_cpu->cc_lwp == curlwp || c->c_cpu->cc_active != c" failed: file "/data/netbsd/src/sys/kern/kern_timeout.c", line 381 running callout 0xffff924a790ff4c0: c_func (0xffffffff80dea0a3) c_flags (0x100) destroyed from 0xffffffff80e34fc9
Can you use gdb (or addr2line) to identify the two functions mentioned
in the panic? Something like
gdb> list *(0xffffffff80dea0a3)
gdb> list *(0xffffffff80e34fc9)
should do it.
Martin
Home |
Main Index |
Thread Index |
Old Index