From nobody Fri Apr 8 11:27:36 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 043B81A8DF00 for ; Fri, 8 Apr 2022 11:27:46 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (baobab.bilink.net [212.45.144.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4KZbZn0yLKz3DF4 for ; Fri, 8 Apr 2022 11:27:44 +0000 (UTC) (envelope-from luciano@vespaperitivo.it) Received: from baobab.bilink.net (localhost [127.0.0.1]) by baobab.bilink.it (Postfix) with ESMTP id 4KZbZc6MDwz1ftWm for ; Fri, 8 Apr 2022 13:27:36 +0200 (CEST) Received: from hermes.mcs.it (hermes.mcs.it [192.168.132.21]) by baobab.bilink.it (Postfix) with ESMTP id 4KZbZc61gZz1ftWg for ; Fri, 8 Apr 2022 13:27:36 +0200 (CEST) Received: from mordeus.mcs.it (mordeus.mcs.it [192.168.45.6]) by hermes.mcs.it (Postfix) with ESMTP id 97CD34E60F7 for ; Fri, 8 Apr 2022 13:27:36 +0200 (CEST) Date: Fri, 8 Apr 2022 13:27:36 +0200 From: Luciano Mannucci To: "freebsd-questions@freebsd.org" Subject: Kernel Panic X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; amd64-portbld-freebsd12.2) X-Face: 4qPv4GNcD;h<7Q/sK>+GqF4=CR@KmnPkSmwd+#%\F`4yjKO3"C]p'z=(oWRnsYBQGM\5g:4skqQY0NnV'dM:Mm:^/_+I@a";[-s=ogufdF"9ggQ'=y List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <4KZbZc61gZz1ftWg@baobab.bilink.it> X-Virus-Scanned: PippoLillo, ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4KZbZn0yLKz3DF4 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of luciano@vespaperitivo.it designates 212.45.144.44 as permitted sender) smtp.mailfrom=luciano@vespaperitivo.it X-Spamd-Result: default: False [-1.94 / 15.00]; R_SPF_ALLOW(-0.20)[+ip4:212.45.144.0/24]; RCVD_COUNT_THREE(0.00)[4]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8816, ipnet:212.45.128.0/19, country:IT]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.985]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.992]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[vespaperitivo.it]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.34)[0.338]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions] X-ThisMailContainsUnwantedMimeParts: N 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 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: . Find the GDB manual and other documentation resources online at: . 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 #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/