Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 19:39:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262894] Kernel Panic (page fault) with 13.1-BETA2 in g_eli & httpd
Message-ID:  <bug-262894-227-stPHKZ1fsH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262894-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262894-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262894

--- Comment #27 from Alexander Motin <mav@FreeBSD.org> ---
I've tested small instruction to get minidump on TrueNAS:

Before the crash:

sysctl debug.debugger_on_panic=3D0
sysctl debug.ddb.textdump.pending=3D0
dumpon off
dumpon /dev/daX

After the crash:

cd /mnt/tank
savecore . /dev/da2

As result, in the specified directory should be stored couple files
representing the dump.  They do for me.

Debug symbols for the specific TrueNAS build can be found at
http://download.freenas.org/ , looking for TrueNAS-13.0-MASTER-*.debug.txz =
for
the exact version running (see `cat /etc/version` on the NAS).  Inside arch=
ive
in usr/lib/debug/boot there are symbols for normal and debug kernels (depen=
ding
which one is enabled), that can be unpacked into the same path on TrueNAS r=
oot
to run kgdb on the core.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262894-227-stPHKZ1fsH>