Opened 17 years ago

Closed 17 years ago

#1035 closed bug (invalid)

KDL on boot - bfs block allocator

Reported by: darkwyrm Owned by: axeld
Priority: normal Milestone: R1
Component: System/Kernel Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

When I attempt to boot Haiku on real hardware, the I get a KDL even before I get to a blue screen. It has a page fault while interrupts are disabled with a NULL address and EIP. debugger backtrace reveals that the fault occurred in the bfs block allocator thread.

Attachments (1)

SerialDebug.txt (42.9 KB ) - added by darkwyrm 17 years ago.
Entire serial debug output from start of boot to KDL

Download all attachments as: .zip

Change History (5)

comment:1 by axeld, 17 years ago

How about some more info like a real stack trace? And since when does this happen?

by darkwyrm, 17 years ago

Attachment: SerialDebug.txt added

Entire serial debug output from start of boot to KDL

comment:2 by darkwyrm, 17 years ago

Sorry about that. I thought from your kernel wizardry skillz you might be able to figure it out from there. :) I just attached the entire serial output. It's been ages since I last tried to boot on real hardware, so I don't know how recently it stopped working.

comment:3 by axeld, 17 years ago

If it would happen over here as well, maybe; but remote debugging requires as much information as possibly. Thanks for the update, could you please enter "bt" and "thread" in the KDL and provide that as well?

comment:4 by darkwyrm, 17 years ago

Resolution: invalid
Status: newclosed

As it turns out, the real problem has to do with the prebuilt images @ haikuhost.com that I was using. The revision listed on the archive is _way_ ahead of the actual revision built into the image (a little after 20000 IIRC). Building the tree on my machine takes quite a while, so I was using the prebuilts. Installing a revision from the last couple of days shows that the bug has been already fixed.

Note: See TracTickets for help on using tickets.