Opened 21 hours ago
Closed 56 minutes ago
#19343 closed bug (fixed)
PANIC: vm_page_fault
Reported by: | bbjimmy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta6 |
Component: | System/Kernel | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #18717 | |
Platform: | All |
Description (last modified by )
using any browser, after about 1.5 minutes.
Attachments (3)
Change History (14)
comment:1 by , 21 hours ago
Keywords: | vm_page_fault removed |
---|---|
Priority: | high → normal |
Summary: | PANICK: vm_page_fault → PANIC: vm_page_fault |
by , 21 hours ago
Attachment: | IMG_20250107_114419437-cropped.jpg added |
---|
comment:2 by , 20 hours ago
Sorry, that is what was shown in the syslog buffer. I'm running hrev58503.
Why does the kdl text not show the current hrev, and why does the syslog buffer show the wrong hrev?
comment:3 by , 20 hours ago
Description: | modified (diff) |
---|
comment:4 by , 20 hours ago
The backtrace is already shown in the first image, that's why I removed the second.
Are you really sure that the syslog buffer is wrong?
comment:5 by , 20 hours ago
There's a ticket in #19299 about including the hrev in the panic message.
A reliable way to tell what kernel you are really running is (before the KDL occurs) to check the package it's from: catattr SYS:PACKAGE /system/kernel...
.
comment:6 by , 20 hours ago
That's the revision of the bootloader. I guess you have an EFI loader installed from back then.
comment:7 by , 20 hours ago
Is there anything else interesting at the very end of the syslog cache? I/O errors perhaps?
comment:8 by , 11 hours ago
Blocked By: | 18717 added |
---|
Indeed, a read error, but a very odd one.
This looks like #18717 then: crashes in block_cache after I/O errors, so it's probably not a regression, but something's "shaken it loose" in your case. Perhaps the recent performance improvements uncovered a race? Or a hardware problem even?
comment:9 by , 11 hours ago
Reading over the code, I found a problem which may affect this ticket but not #18717. Fixed in hrev58506, please see if anything's different after that.
Does booting into an earlier hrev also have these odd SATA errors or ones like them, and just no KDLs? Or at least that odd SATA "Probe" right before the errors start?
comment:11 by , 56 minutes ago
Blocked By: | 18717 removed |
---|---|
Blocking: | 18717 added |
Milestone: | Unscheduled → R1/beta6 |
Resolution: | → fixed |
Status: | new → closed |
Excellent, thanks for testing!
I would keep an eye on those SATA errors, though. If this is an SSD you might try running "fstrim".
That hrev is from 2023. Are you sure that's the right number?