#8412 closed bug (not reproducible)
PANIC: page 0x82d22930 has mapping for area 0xce048920 (0x1805e000), but has no page table entry
Reported by: | arfonzo | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | vm virtualbox | Cc: | art@…, greggd@… |
Blocked By: | Blocking: | ||
Platform: | All |
Description
See screenshot of panic attached.
- Haiku in a Virtualbox VM.
- If the processors are set to anything more than 1, this type of panic occurs.
- It happens, if not shortly after boot, 100% of the time with me, when I open Terminal and run installoptionalpackage.
- I've tried with 43882.
Attachments (1)
Change History (12)
by , 13 years ago
Attachment: | haiku_kdebug.png added |
---|
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Cc: | removed |
---|---|
Component: | - General → System/Kernel |
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 13 years ago
Cc: | added |
---|
comment:4 by , 13 years ago
follow-up: 6 comment:5 by , 13 years ago
I have almost the same thing running rev43911 on Virtualbox.
PANIC: remove page 0x82f7c44c from cache 0x80d07558: page still has mappings!
comment:6 by , 13 years ago
Replying to franxico:
I have almost the same thing running rev43911 on Virtualbox.
PANIC: remove page 0x82f7c44c from cache 0x80d07558: page still has mappings!
While it might theoretically be related, it's actually in rather different parts of the kernel (x86 specific low-level paging code vs. generic VM cache management code). If you still have the KDL stack trace, please open a new ticket. Don't bother if you don't have a stack trace -- the panic line alone isn't sufficient information. Information about the general context in which the panic occurred -- amount of RAM, size of swap file, things that happened before in this session, a syslog, etc. -- is also something that might help.
Note that both kernel panics are continuable (though multiple such panics for different page might occur). It is advisable to shutdown/restart the system as soon as possible, though.
comment:7 by , 13 years ago
Cc: | added |
---|
comment:8 by , 12 years ago
Is this bug related: #8435? I have a similar terminal output in that bug to the reporter except it happens installing anything, but the report is when installing OpenSSH. I found as with this bug here, disabling all but one CPU core works.
comment:9 by , 12 years ago
Keywords: | vm added; panic smp removed |
---|
comment:10 by , 6 years ago
Resolution: | → not reproducible |
---|---|
Status: | assigned → closed |
comment:11 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Could potentially be related to #5413.