#8024 closed bug (invalid)
Kernel PANIC when execute "installoptionalpackages -l"
Reported by: | beosman | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | kernel panic installoptionalpackages | Cc: | |
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
There is a recurrent kernel PANIC when execute "installoptionalpackages -l" to generate a package name list on a Terminal.
Kernel error is:
PANIC: remove page 0x829a071c from cache 0x8484d208: page still has mappings! Thread 1215 "bash" running on CPU 1
(Stack trace attached as image).
Haiku release is: Haiku gcc2 hybrid hrev42847 (from vmdk file with VirtualBox 4.0.4 for Windows 7 32bits).
Attachments (3)
Change History (8)
by , 13 years ago
Attachment: | haiku-kernel-panic.png added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 13 years ago
Attachment: | haiku-kernel-panic-2.png added |
---|
comment:2 by , 13 years ago
The same script, "installoptionalpackages -l", produces more than one error. Attached images show other errors, all related to memory.
This error can be skipped using "continue" comand in KDL, but it reproduces again.
by , 13 years ago
Attachment: | haiku-kernel-panic-3.png added |
---|
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
We just had the opportunity to see the issue several times on oco's machine in VirtualBox. It even happened during the boot process and happened every time the emulated system was rebooted, until quitting and restarting VirtualBox. That strongly suggests that this is actually a bug in VirtualBox rather than a bug in Haiku.
Closing the ticket until someone can reproduce it on real hardware or another emulator.
comment:4 by , 13 years ago
This error does not happen when option "nested pages" in "Acceleration" tab in VirtualBox is disabled (VT-x/AMD-V is enabled; I have 4 processors in this virtual machine).
I don't know if it is a VirtualBox bug or a Haiku bug with nested pagination.
comment:5 by , 13 years ago
Oh! Sorry. Error still occurs even if "nested pages" option is disabled.
Looks similar to #5337 , not sure though.