Attachments (3)
Change History (15)
comment:1 by , 4 weeks ago
Keywords: | vm_page_fault removed |
---|---|
Priority: | high → normal |
Summary: | PANICK: vm_page_fault → PANIC: vm_page_fault |
by , 4 weeks ago
Attachment: | IMG_20250107_114419437-cropped.jpg added |
---|
comment:2 by , 4 weeks 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 , 4 weeks ago
Description: | modified (diff) |
---|
comment:4 by , 4 weeks 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 , 4 weeks 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 , 4 weeks ago
That's the revision of the bootloader. I guess you have an EFI loader installed from back then.
comment:7 by , 4 weeks ago
Is there anything else interesting at the very end of the syslog cache? I/O errors perhaps?
comment:8 by , 4 weeks 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 , 4 weeks 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 , 4 weeks 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".
comment:12 by , 4 weeks ago
fstrim: Trimming failed: Operation not supported.
I don't know if it is an SSD.
That hrev is from 2023. Are you sure that's the right number?