Opened 14 years ago
Closed 7 years ago
#6010 closed bug (fixed)
Kernel Panic after installation in VirtualBox
Reported by: | awoe | Owned by: | marcusoverhagen |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Disk | Version: | R1/alpha2 |
Keywords: | scsi scsi_periph | Cc: | |
Blocked By: | Blocking: | #9171 | |
Platform: | x86 |
Description (last modified by )
http://pl.tinypic.com/r/i56ct5/5 - scsi scheduler
After installation of Haiku R1/alpha2 in VirtualBox I see that console with kernel panic message.
Attachments (2)
Change History (9)
by , 14 years ago
Attachment: | haiku-error.png added |
---|
follow-up: 3 comment:1 by , 14 years ago
While in Kernel Debugging Land (KDL) can you try the command "BT" ?
comment:2 by , 14 years ago
By the log, it looks like you're running a version of VirtualBox from October last year, try updating to the latest version (3.1.8 as of writing).
comment:3 by , 14 years ago
Replying to richienyhus:
While in Kernel Debugging Land (KDL) can you try the command "BT" ?
The screenshot already contains a stack trace.
comment:4 by , 14 years ago
Component: | System/Kernel → Drivers/Disk |
---|---|
Description: | modified (diff) |
Keywords: | scsi_periph added; scheduler kernel driver removed |
Owner: | changed from | to
Summary: | Kernel-Panick after installation in VirtualBox → Kernel Panic after installation in VirtualBox |
The division by zero happens here. Apparently scsi_periph_device_info::block_size
is 0. No idea how that can happen or whether this is simply something that needs to be checked.
comment:6 by , 11 years ago
Blocking: | 9171 added |
---|
comment:7 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
There are now checks in that file and at higher levels to prevent division by zero. Presuming fixed.
Prinscreen with error message