Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Discussions related to using VirtualBox on Windows hosts.
Post Reply
mrtumnus
Posts: 6
Joined: 10. Mar 2022, 18:16

Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by mrtumnus »

Potentially similar issue to viewtopic.php?f=6&t=109424.

I have a Windows 10 guest running on a Windows 10 (22H2) host. Left for lunch and came back to see the title critical error message, and the VM was stuck.

I am aware that I have this option set:

Code: Select all

bcdedit /set hypervisorlaunchtype auto
I use WSL2 and Docker, which don't work unless this setting is enabled. I have been trying to get VirtualBox to play nice. I also have Hyper-V and Windows Hypervisor Platform enabled on the host. There's a lot of conflicting information out there as to whether this can work, but I'll at least do due diligence and post logs if that possibly helps someone.
Attachments
VBox.log.zip
Log file
(109.88 KiB) Downloaded 39 times
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by scottgus1 »

WSL2 & Docker do require host Hyper-V, yes.

Your VM shows a lot of "flatlining" aka going unresponsive. Is this a new VM? Or is it an old one that wasn't having this problem before?
mrtumnus
Posts: 6
Joined: 10. Mar 2022, 18:16

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by mrtumnus »

scottgus1 wrote:Is this a new VM? Or is it an old one that wasn't having this problem before?
It is a relatively new VM (this year). However, I only recently decided to give Docker + WSL2 a go, which is when I started having this issue.

Is it possible there's some sort of power management thing throttling Vbox? I experienced this issue while away from the computer, and it may have gone into some low power state. The power mode is set to Balanced, but it is plugged into the wall.
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by scottgus1 »

I've not heard of power management being a problem. You could try setting the host OS to max performance, see if the issue stops.

Having the problem start when WSL2 and Docker started indicate either that you did not have Hyper-V enabled or WSL2/Docker fight Virtualbox for host VT-x. (FWIW VT-x is not shareable, and all the children have to play nice for their play to be fun.)

If the Max Performance setting does not help, try reducing the VM processor count to 2.
mrtumnus
Posts: 6
Joined: 10. Mar 2022, 18:16

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by mrtumnus »

Correction: I suppose you could say that this VM IS rather old. It's a linked clone to a Windows 10 VM that I use as the base for several VMs. Looks like it was provisioned back in Feb 2020.
mrtumnus
Posts: 6
Joined: 10. Mar 2022, 18:16

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by mrtumnus »

Just got the same error again. My PC is set for Maximum Performance and I was actively using the VM, so I don't think it's a power/sleep setting. I did however plug in a new hardware device (USB serial port). It was in the filter list for auto-connect, and it loaded before the crash. I opened Realterm right before the crash and tried to open the port.

Log attached.
EDIT: Can't seem to upload the log - getting an HTTP 500 error :?
Here's a link to the log:
https://cloud.peartree.us/index.php/s/y ... s=VBox.zip
Last edited by mrtumnus on 2. Jun 2023, 16:14, edited 1 time in total.
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by scottgus1 »

mrtumnus, the new forum has a couple glitches in uploading attachments. It'll be fixed up soon. Will clean up the test posts above later.
scottgus1
Site Moderator
Posts: 20965
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by scottgus1 »

Thanks for the log. It shows Hyper-V still on the host and a two-processor VM.

It ran for 56 minutes 43 seconds before the guru meditation. So it seems that something on the host OS might be causing this trouble, rather than Virtualbox.

There was a USB device inserted at 56m22s, with IDs 0403:6001. This device wasn't added in the previously posted log. And the previous log's USB devices didn't occur near the guru meditation.

We may need a forum guru to take a look at this one.
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)

Post by fth0 »

VBox.log wrote:
00:56:43.571814 CPU[0]: VM-exit history:
00:56:43.571814    Exit No.:     TSC timestamp / delta    RIP (Flat/*)      Exit    Name
00:56:43.571817    34339974: 0x0000c7088bf4de76/+0        fffff8031260b480  0x04008 Xcpt #DF
00:56:43.571821    34339973: 0x0000c7088bf4d4f2/-2436     fffff8031260b480  0x0400e Xcpt #PF
00:56:43.571825    34339972: 0x0000c7088bf3c39e/-69972    fffff8031260b480  0x03003 NEM unrecoverable exception
The key event ist a NEM unrecoverable exception, whatever that really means.

VBox.log wrote:
00:00:06.619532 Extradata overrides:
00:00:06.619542   VBoxInternal/NEM/UseRing0Runloop="0" (global)
You've configured a global extradata override. What happens if you remove that?
Post Reply