Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2023 01:09:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko
Message-ID:  <bug-267028-3630-YJruOm8B97@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267028-3630@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=3D267028

--- Comment #148 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to George Mitchell from comment #147)

That crash is difference from all prior ones. It crashed
in nfsd via a:

Fatal trap 9: general protection fault while in kernel mode
cpuid =3D 1; apic id =3D 01
instruction pointer     =3D 0x20:0xffffffff80c895cb
stack pointer           =3D 0x28:0xfffffe00b555dba0
frame pointer           =3D 0x28:0xfffffe00b555dbb0
code segment            =3D base 0x0, limit 0xfffff, type 0x1b
                        =3D DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags        =3D interrupt enabled, resume, IOPL =3D 0
current process         =3D 1109 (nfsd)

None of the prior kldstat outputs have shown nfsd as
loaded.

For reference:

panic: general protection fault
cpuid =3D 1
time =3D 1679441112
KDB: stack backtrace:
#0 0xffffffff80c66ee5 at kdb_backtrace+0x65
#1 0xffffffff80c1bbef at vpanic+0x17f
#2 0xffffffff80c1ba63 at panic+0x43
#3 0xffffffff810addf5 at trap_fatal+0x385
#4 0xffffffff81084fd8 at calltrap+0x8
#5 0xffffffff80c8866b at seltdclear+0x2b
#6 0xffffffff80c88355 at kern_select+0xbd5
#7 0xffffffff80c88456 at sys_select+0x56
#8 0xffffffff810ae6ec at amd64_syscall+0x10c
#9 0xffffffff810858eb at fast_syscall_common+0xf8

__curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55
55              __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru=
ct
pcpu,
(kgdb) #0  __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55
#1  doadump (textdump=3D<optimized out>)
    at /usr/src/sys/kern/kern_shutdown.c:399
#2  0xffffffff80c1b7ec in kern_reboot (howto=3D260)
    at /usr/src/sys/kern/kern_shutdown.c:487
#3  0xffffffff80c1bc5e in vpanic (fmt=3D0xffffffff811b2f41 "%s",=20
    ap=3D<optimized out>) at /usr/src/sys/kern/kern_shutdown.c:920
#4  0xffffffff80c1ba63 in panic (fmt=3D<unavailable>)
    at /usr/src/sys/kern/kern_shutdown.c:844
#5  0xffffffff810addf5 in trap_fatal (frame=3D0xfffffe00b555dae0, eva=3D0)
    at /usr/src/sys/amd64/amd64/trap.c:944
#6  <signal handler called>
#7  0xffffffff80c895cb in atomic_fcmpset_long (src=3D18446741877726026240,=
=20
    dst=3D<optimized out>, expect=3D<optimized out>)
    at /usr/src/sys/amd64/include/atomic.h:225
#8  selfdfree (stp=3Dstp@entry=3D0xfffff80012aa8080, sfp=3D0xfffff800000000=
07)
    at /usr/src/sys/kern/sys_generic.c:1755
#9  0xffffffff80c8866b in seltdclear (td=3Dtd@entry=3D0xfffffe00b52e9a00)
    at /usr/src/sys/kern/sys_generic.c:1967
#10 0xffffffff80c88355 in kern_select (td=3D<optimized out>,=20
    td@entry=3D0xfffffe00b52e9a00, nd=3D7, fd_in=3D<optimized out>,=20
    fd_ou=3D<optimized out>, fd_ex=3D<optimized out>, tvp=3D<optimized out>=
,=20
    tvp@entry=3D0x0, abi_nfdbits=3D64) at /usr/src/sys/kern/sys_generic.c:1=
210
#11 0xffffffff80c88456 in sys_select (td=3D0xfffffe00b52e9a00,=20
    uap=3D0xfffffe00b52e9de8) at /usr/src/sys/kern/sys_generic.c:1014
#12 0xffffffff810ae6ec in syscallenter (td=3D0xfffffe00b52e9a00)
    at /usr/src/sys/amd64/amd64/../../kern/subr_syscall.c:189
#13 amd64_syscall (td=3D0xfffffe00b52e9a00, traced=3D0)
    at /usr/src/sys/amd64/amd64/trap.c:1185
#14 <signal handler called>
#15 0x00000008011a373a in ?? ()

Note: 18446741877726026240 =3D=3D 0xfffffe00b52e9a00

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-267028-3630-YJruOm8B97>