Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2023 20:54:27 +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-5fTKNRyzPG@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 #121 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #120)

Ugg. I just realized that I'd not looked at an official
releng/13.1 build. So using a download of an official
kernel.txz this time . . . (the subroutines stay the same
but the detailed code is different).


Fatal trap 9: general protection fault while in kernel mode
cpuid =3D 0; apic id =3D 00
instruction pointer     =3D 0x20:0xffffffff80d17870

ffffffff80d1786d <qsort+0x130d> mov    -0x38(%rbp),%rdi
ffffffff80d17871 <qsort+0x1311> mov    %dl,(%rdi,%rsi,1)


As for other "instruction pointer" examples . . .

Fatal trap 9: general protection fault while in kernel mode
cpuid =3D 2; apic id =3D 02
instruction pointer     =3D 0x20:0xffffffff80d17890

ffffffff80d1788f <qsort+0x132f> cmp    $0x3,%r8
ffffffff80d17893 <qsort+0x1333> jae    ffffffff80d17910 <qsort+0x13b0>


Fatal trap 12: page fault while in kernel mode
cpuid =3D 0; apic id =3D 00
fault virtual address   =3D 0x7
fault code              =3D supervisor read data, page not present
instruction pointer     =3D 0x20:0xffffffff82600ba6

The above is outside the kernel's code.


Fatal trap 9: general protection fault while in kernel mode
cpuid =3D 1; apic id =3D 01
instruction pointer     =3D 0x20:0xffffffff82231ba6

The above is outside the kernel's code.


Fatal trap 12: page fault while in kernel mode
cpuid =3D 0; apic id =3D 00
fault virtual address   =3D 0x0
fault code              =3D supervisor read data, page not present
instruction pointer     =3D 0x20:0xffffffff80bf3707

ffffffff80bf3700 <free+0x70> mov    %gs:0xb0,%rax
ffffffff80bf3709 <free+0x79> add    %r15,0x8(%rcx,%rax,1)


Fatal trap 12: page fault while in kernel mode
cpuid =3D 0; apic id =3D 00
fault virtual address   =3D 0x0
fault code              =3D supervisor read data, page not present
instruction pointer     =3D 0x20:0xffffffff80bf3727

ffffffff80bf3724 <free+0x94> cmpb   $0x0,0x128(%rbx)
ffffffff80bf372b <free+0x9b> jne    ffffffff80bf3777 <free+0xe7>


Fatal trap 9: general protection fault while in kernel mode
cpuid =3D 1; apic id =3D 01
instruction pointer     =3D 0x20:0xffffffff80d0cea0

ffffffff80d0ce9a <vn_ioctl+0x25a> mov    %r14,-0xc8(%rbp)
ffffffff80d0cea1 <vn_ioctl+0x261> cmpb   $0x0,0xaf417e(%rip)        #
ffffffff81801026 <sdt_probes_enabled>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267028-3630-5fTKNRyzPG>