Opened 12 years ago

Closed 12 years ago

#8972 closed bug (fixed)

Kernel: unhandled page fault

Reported by: jessicah Owned by: bonefish
Priority: normal Milestone: R1
Component: System/Kernel Version: R1/Development
Keywords: slab memory manager Cc:
Blocked By: Blocking:
Platform: All

Description

I wasn't actively using Haiku at the time... might have still been building Haiku sources/scp'ing files. I don't really know :p

Attachments (2)

KDL.jpg (1.7 MB ) - added by jessicah 12 years ago.
perform_maintenance.txt (4.5 KB ) - added by jessicah 12 years ago.
objdump of kernel's PerformMaintenance()

Download all attachments as: .zip

Change History (6)

by jessicah, 12 years ago

Attachment: KDL.jpg added

comment:1 by jessicah, 12 years ago

Using hrev44528.

comment:2 by bonefish, 12 years ago

Keywords: slab memory manager added

If you still have that exact kernel around, please attach an objdump of the crashing MemoryManager::PerformMaintenance(). Run

objdump -D --demangle .../path/to/kernel_x86 > output

and copy the section for the method in question from the output (should be < 100 lines).

by jessicah, 12 years ago

Attachment: perform_maintenance.txt added

objdump of kernel's PerformMaintenance()

comment:3 by bonefish, 12 years ago

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

Thanks. Working on it...

comment:4 by bonefish, 12 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev44628.

Note: See TracTickets for help on using tickets.