Bug 272762 - zone_timeout / bucket_drain : Fatal trap 9: general protection fault while in kernel mode
Summary: zone_timeout / bucket_drain : Fatal trap 9: general protection fault while in...
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 13.2-RELEASE
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2023-07-27 19:13 UTC by Peter Eriksson
Modified: 2023-07-29 04:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Eriksson 2023-07-27 19:13:04 UTC
Got a sudden panic & reboot on our test server earlier today running FreeBSD 13.2-RELEASE-p1 while I was running some "make buildworld" on it:

Fatal trap 9: general protection fault while in kernel mode
cpuid = 36; apic id = 30
instruction pointer     = 0x20:0xffffffff80f493c9
stack pointer           = 0x28:0xfffffe026bc5ad10
frame pointer           = 0x28:0xfffffe026bc5ad50
code segment            = base rx0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 0 (thread taskq)
trap number             = 9
panic: general protection fault
cpuid = 36
time = 1690450268
KDB: stack backtrace:
#0 0xffffffff80c53e15 at kdb_backtrace+0x65
#1 0xffffffff80c06791 at vpanic+0x151
#2 0xffffffff80c06633 at panic+0x43
#3 0xffffffff810b1fa7 at trap_fatal+0x387
#4 0xffffffff81088f88 at calltrap+0x8
#5 0xffffffff80f4e48a at bucket_drain+0xda
#6 0xffffffff80f4e82a at bucket_cache_reclaim_domain+0x30a
#7 0xffffffff80f4eef9 at zone_timeout+0x269
#8 0xffffffff80f4ec1a at uma_timeout+0x5a
#9 0xffffffff80c689b1 at taskqueue_run_locked+0x191
#10 0xffffffff80c69c73 at taskqueue_thread_loop+0xc3
#11 0xffffffff80bc2f9e at fork_exit+0x7e
#12 0xffffffff81089ffe at fork_trampoline+0xe
System is going down.
Uptime: 1d11h44m15s
Comment 1 Peter Eriksson 2023-07-27 19:17:53 UTC
Before that panic I got an MCA check (about an hour before the panic & reboot):

Jul 27 10:22:20 runur00 kernel: MCA: Bank 12, Status 0x8800004000300e0f
Jul 27 10:22:20 runur00 kernel: MCA: Global Cap 0x000000000f000c14, Status 0x0000000000000000
Jul 27 10:22:20 runur00 kernel: MCA: Vendor "GenuineIntel", ID 0x50654, APIC ID 32
Jul 27 10:22:20 runur00 kernel: MCA: CPU 24 COR (1) BUSLG ??? ERR Other
Jul 27 10:22:20 runur00 kernel: MCA: Misc 0x20000001fffffbe1


and a couple of hours ago I got another:

Jul 27 19:10:20 runur00 kernel: MCA: Bank 5, Status 0x8800004000300e0f
Jul 27 19:10:20 runur00 kernel: MCA: Global Cap 0x000000000f000c14, Status 0x0000000000000000
Jul 27 19:10:20 runur00 kernel: MCA: Vendor "GenuineIntel", ID 0x50654, APIC ID 32
Jul 27 19:10:20 runur00 kernel: MCA: CPU 24 COR (1) BUSLG ??? ERR Other
Jul 27 19:10:20 runur00 kernel: MCA: Misc 0x200000052c9fe3e5


Wonder if there might be a bad CPU or memory chip somewhere. Hmm...