Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2022 21:17:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 267028] graphics/drm-510-kmod: General protection fault immediately after kldload amdgpu
Message-ID:  <bug-267028-7141-1nX9DUwnio@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267028-7141@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 #5 from Andriy Gapon <avg@FreeBSD.org> ---
>From a _very_ quick look, it does not appear that this is an amdgpu problem.
The crash is in the core kernel code and the stack trace has mentions of zf=
s.

#6  <signal handler called>
#7  strcmp (s1=3D<optimized out>, s2=3D<optimized out>)
    at /usr/src/sys/libkern/strcmp.c:46
#8  0xffffffff80be8c3d in modlist_lookup (name=3D0xfffff80004b71000 "zfs",=
=20
    ver=3D0) at /usr/src/sys/kern/kern_linker.c:1487
#9  modlist_lookup2 (name=3D0xfffff80004b71000 "zfs", verinfo=3D0x0)
    at /usr/src/sys/kern/kern_linker.c:1501
#10 linker_load_module (kldname=3Dkldname@entry=3D0x0,=20
    modname=3Dmodname@entry=3D0xfffff80004b71000 "zfs", parent=3Dparent@ent=
ry=3D0x0,=20
    verinfo=3D<optimized out>, verinfo@entry=3D0x0,=20
    lfpp=3Dlfpp@entry=3D0xfffffe0075fddd90)
    at /usr/src/sys/kern/kern_linker.c:2165
#11 0xffffffff80beb17a in kern_kldload (td=3Dtd@entry=3D0xfffffe007f505a00,=
=20
    file=3D<optimized out>, file@entry=3D0xfffff80004b71000 "zfs",=20
    fileid=3Dfileid@entry=3D0xfffffe0075fddde4)
    at /usr/src/sys/kern/kern_linker.c:1150
#12 0xffffffff80beb29b in sys_kldload (td=3D0xfffffe007f505a00,=20
    uap=3D<optimized out>) at /usr/src/sys/kern/kern_linker.c:1173
#13 0xffffffff810ae6ec in syscallenter (td=3D0xfffffe007f505a00)
    at /usr/src/sys/amd64/amd64/../../kern/subr_syscall.c:189
#14 amd64_syscall (td=3D0xfffffe007f505a00, traced=3D0)
    at /usr/src/sys/amd64/amd64/trap.c:1185

To the reporter: do you by chance have zfs in kld_list ?

--=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-267028-7141-1nX9DUwnio>