Bug 499307
Summary: | VirtualBox driver causes BUG() in kvm_handle_fault_on_reboot() | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ravi Srinivasan <ravishankar.srinivasan> |
Component: | kernel | Assignee: | Red Hat Kernel Manager <kernel-mgr> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | berrange, crobinso, hbrock, itamar, kernel-maint, knoel, markmc, mtosatti, quintela, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-05-21 16:36:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 480594 |
Description
Ravi Srinivasan
2009-05-06 04:17:27 UTC
Summary: - 2.6.29.1-111.fc11.x86_64 on an amd64 machine - seen while installing RHEL5.3 - Hitting this BUG(): asmlinkage void kvm_handle_fault_on_reboot(void) { if (kvm_rebooting) /* spin while reset goes on */ while (true) ; /* Fault while not rebooting. We want the trace. */ BUG(); } - Possibly relevant thread: http://thread.gmane.org/gmane.comp.emulators.kvm.devel/25326 Plenty of examples of this on kerneloops.org: http://www.kerneloops.org/search.php?search=kvm_handle_fault_on_reboot So the trigger here is the vbox driver. From kerneloops: Module stats Oops number: #79008 (107 times) vboxdrv 106 kvm_handle_fault_on_reboot should handle these exceptions in a nicer way. (In reply to comment #3) > So the trigger here is the vbox driver. Indeed, I missed this: qemu-kvm Tainted: P D Closing as WONTFIX; if upstream can make the warning go away, that would be good, but working around issues caused by proprietary modules isn't a priority for us in Fedora |