Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2023 10:35:36 -0500
From:      Kyle Evans <kevans@FreeBSD.org>
To:        questions@freebsd.org
Subject:   Re: Kernel panic
Message-ID:  <a79fe7e2-c6af-29a1-b076-7749a0fccab5@FreeBSD.org>
In-Reply-To: <4RqkMn6R2tz11nV@baobab.bilink.it>
References:  <4Rqj662THHzhhQ@baobab.bilink.it> <20230919095659.054c7fd9@ralga.knownspace> <4RqkMn6R2tz11nV@baobab.bilink.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/19/23 09:20, Luciano Mannucci wrote:
> On Tue, 19 Sep 2023 09:56:59 -0400
> Justin Hibbits <jhibbits@FreeBSD.org> wrote:
> 
>> Install the gdb package, then run kgdb on the core as:
>>
>> kgdb -c /var/crash/vmcore.0
> Thanks!
> 
> Now it says:
> 
> root@numeron:~ # kgdb -c /var/crash/vmcore.0
> kgdb: couldn't find a suitable kernel image
> 
> Cheers,
> 
> Luciano.

You might be running reproducible builds, which leave it unable to 
identify. Try feeding it the /boot/path/to/your/kernel as an argument 
after the vmcore to open.

Thanks,

Kyle Evans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a79fe7e2-c6af-29a1-b076-7749a0fccab5>