#5453 closed bug (fixed)
PANIC: vm_page_fault: unhandled page fault in kernel space at 0x24, ip 0x800fff58
Reported by: | idefix | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Happened on hrev35571 while rsync
was trying to update a volume that was almost full (less than 10 MB free). See attached serial log.
I used the following command:
rsync --verbose --recursive --links --whole-file --existing /Haiku1/ /ukiaH/
Note that I didn't use the --inplace
option.
I think what has happened here is that rsync tried to create a new copy of libicu-data.so.4.2
on the almost full destination volume and failed because there wasn't enough space left. However, Haiku should fail gracefully in this case and not cause a panic.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | seriallog-excerpt.txt added |
---|
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
From the stack trace I don't see any connection to the full disk.
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Should be fixed in hrev35575.
Note:
See TracTickets
for help on using tickets.
Serial log