VirtualBox

Opened 4 months ago

Last modified 4 months ago

#21956 new defect

guru_meditation narrowed down

Reported by: mMerlin Owned by:
Component: VMM Version: VirtualBox-7.0.12
Keywords: guru_meditation Cc:
Guest type: Linux Host type: Linux

Description (last modified by mMerlin)

Search finds multiple tickets related to guru_mediation failures. The ones I have looked at do not show similar working and failing cases. I think I have narrowed it down for my case. Modifying a vm to have both --bios-apic=x2apic and --cpus=2 set causes the failure. Setting with --cpus=1 or --bios-apic=apic works. Below is a small script I used to create a vm that crashes consistently during boot. Shortly after selecting "*Start Fedora-Workstation-Live 39". The vm was created from the command line, but it was started from the gui.

I suspect interaction with the host hardware, although the documentation says that --bios-apic should automatically fall back if the virtual cpu does not support the requested setting.

host environment

Debian 6.1.67-1 (2023-12-12)
6.1.0-16-amd64
Dell Inc. OptiPlex 790
16.0 GiB
Intel® Core™ i7-2600x8
Debian 12 (bookworm)
Gnome 43.9

That is a 'clean' environment. Very little exists other than VirtualBox

Here is a small script I used to create the minimal failing case vm:

#! /bin/sh -x
VBoxManage createvm --name "guru_test" --register --ostype Fedora_64
VBoxManage modifyvm "guru_test" --graphicscontroller vmsvga --memory 4096 \
  --bios-apic=x2apic --cpus=2

VBoxManage storagectl "guru_test" --name "SATA" --add sata
VBoxManage createmedium disk --format VDI --size 1024 --filename "/home/vm/VirtualBox/Fedora/guru_test/guru_t>
VBoxManage storageattach "guru_test" --storagectl "SATA" --port 0 --type hdd \
  --medium "/home/vm/VirtualBox/Fedora/guru_test/guru_test.vdi"
VBoxManage storageattach "guru_test" --storagectl="SATA" --port 1 --type dvddrive \
  --medium "/home/vm/VirtualBox/ISO images/Fedora-Workstation-Live-x86_64-39-1.5.iso"

Attachments (2)

VBox.log (424.0 KB ) - added by mMerlin 4 months ago.
vbox log
VBox.png (958 bytes ) - added by mMerlin 4 months ago.
automatic screenshot

Download all attachments as: .zip

Change History (4)

by mMerlin, 4 months ago

Attachment: VBox.log added

vbox log

by mMerlin, 4 months ago

Attachment: VBox.png added

automatic screenshot

comment:1 by mMerlin, 4 months ago

Description: modified (diff)

comment:2 by mMerlin, 4 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use