Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

seriallog-excerpt.txt (4.1 KB ) - added by idefix 14 years ago.
Serial log

Download all attachments as: .zip

Change History (5)

by idefix, 14 years ago

Attachment: seriallog-excerpt.txt added

Serial log

comment:1 by bonefish, 14 years ago

Owner: changed from axeld to bonefish
Status: newin-progress

From the stack trace I don't see any connection to the full disk.

comment:2 by bonefish, 14 years ago

Resolution: fixed
Status: in-progressclosed

Should be fixed in hrev35575.

comment:3 by idefix, 14 years ago

Thanks!

I'll test again when there's a new image available.

comment:4 by idefix, 14 years ago

Just tested it with hrev35580 and it doesn't panic anymore.

Note: See TracTickets for help on using tickets.