Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2022 13:27:36 +0200
From:      Luciano Mannucci <luciano@vespaperitivo.it>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Kernel Panic
Message-ID:  <4KZbZc61gZz1ftWg@baobab.bilink.it>

next in thread | raw e-mail | index | archive | help

Hello All!

My home laptop running FreeBSD did panic yesterday. It is running:

root@mordax:~ # freebsd-version 
12.3-RELEASE-p5
root@mordax:~ # uname -a
FreeBSD mordax 12.3-RELEASE-p5 FreeBSD 12.3-RELEASE-p5 GENERIC  amd64

I tried kgdb and got:

root@mordax:~ # kgdb /boot/kernel/kernel /var/crash/vmcore.0
GNU gdb (GDB) 11.2 [GDB v11.2 for FreeBSD]
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>;
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd12.2".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /boot/kernel/kernel...
(No debugging symbols found in /boot/kernel/kernel)
0xffffffff80c12850 in sched_switch ()
(kgdb) where
#0  0xffffffff80c12850 in sched_switch ()
#1  0xffffffff80becdd4 in mi_switch ()
#2  0xffffffff80c3bf63 in sleepq_catch_signals ()
#3  0xffffffff80c3babf in sleepq_wait_sig ()
#4  0xffffffff80b7c6e7 in _cv_wait_sig ()
#5  0xffffffff80c4c5a3 in seltdwait ()
#6  0xffffffff80c4c11a in kern_select ()
#7  0xffffffff80c4c4d6 in sys_select ()
#8  0xffffffff810fe517 in amd64_syscall ()
#9  <signal handler called>
#10 0x00000008006bb44a in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fffffffe588
(kgdb) q

What should I do next to futher investigate?
Should I open a PR?
Just forget about it waiting for the next panic()?
Any hints or tricks?

Many thanks to All,

Luciano.
-- 
 /"\                         /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247
  X   AGAINST HTML MAIL    /  E-MAIL: posthamster@sublink.sublink.ORG
 / \  AND POSTINGS        /   WWW: http://www.lesassaie.IT/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4KZbZc61gZz1ftWg>