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: Takahiro Kambe <taca%back-street.net@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: kern/57226: NetBSD 10_BETA kernel crash
Date: Mon, 13 Feb 2023 16:03:22 +0100

 On Mon, Feb 13, 2023 at 10:04:29PM +0900, Takahiro Kambe wrote:
 > >  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.
 > As I wrote, savecore(8) failed to readable core by gdb.
 
 You do not need a kernel core dump for that, just the /netbsd you were
 using at the time of the crash (or even better: the netbsd.gdb version
 if you happen to have that in your kernel build directory).
 
 Martin
 


Home | Main Index | Thread Index | Old Index