vm crashes unexpectedly with critical error

Discussions about using Linux guests in VirtualBox.
Post Reply
vlasis
Posts: 1
Joined: 20. Feb 2023, 00:40

vm crashes unexpectedly with critical error

Post by vlasis »

Hello everyone!! I am Running VirtualBox 7.0 in windows 10 and have a ubuntu 22.04 virtual machine. Vm was working fine until i got: a critical error has occurred while running the virtual machine and the machine execution has been stopped,guru meditation etc. From Logs i get the above last lines. I am sending and the whole log file. Thanks a lot for your help. I appreciate it!!
00:14:03.193197 E1000#1: Max TX Delay : 0
00:14:03.194399 GIM: KVM: Resetting MSRs
00:14:03.200959 vmmR3LogFlusher: Terminating (VERR_OBJECT_DESTROYED)
00:14:03.201072 Changing the VM state from 'DESTROYING' to 'TERMINATED'
00:14:03.202734 Console: Machine state changed to 'PoweredOff'
00:14:03.202888 VBoxHeadless: processEventQueue: VERR_INTERRUPTED, termination requested
00:14:04.704848 VBoxHeadless: exiting
Attachments
logs.zip
(189.32 KiB) Downloaded 24 times
granada29
Volunteer
Posts: 691
Joined: 3. Mar 2015, 07:27
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Linux, macOS, Windows

Re: vm crashes unexpectedly with critical error

Post by granada29 »

Looks as though you may have oversubscribed your memory. Also it is not recommended to max out the CPUs. Hyperthreaded processers don't count.

Code: Select all

00:00:05.177872 Host RAM: 16326MB (15.9GB) total, 10911MB (10.6GB) available
00:00:05.609006   RamSize           <integer> = 0x0000000278900000 (10 612 637 696, 9.8 GiB)

00:00:05.609003   NumCPUs           <integer> = 0x0000000000000004 (4)
00:00:06.720712 CPUM: Physical host cores: 4
Try reducing your memory allocation to 4GB and the number of CPUs allocated to 2.
Post Reply