System wide crash at booting vm

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
Fane
Posts: 3
Joined: 15. Jul 2015, 19:35
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Debian

System wide crash at booting vm

Post by Fane »

Hi,

today i started my VM via vagrant and my whole system crashed.

I have no clue what was the cause.

Im attaching logs, maybe someone can figure.

Thx for any help
Attachments
VBox.log
VM log from the same time as system crashes
(89.49 KiB) Downloaded 8 times
crash.log
System report
(8.6 KiB) Downloaded 5 times
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: System wide crash at booting vm

Post by Perryg »

00:00:00.033809 Host RAM: 8192MB total, 2727MB available

00:00:00.102495 RamSize <integer> = 0x0000000100000000 (4 294 967 296, 4 GB)

Can't help too much due to vagrant but you have over committed your memory. Release some programs in the host and try again.
Fane
Posts: 3
Joined: 15. Jul 2015, 19:35
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Debian

Re: System wide crash at booting vm

Post by Fane »

Thanks for Your response :)
That could be the cause, but it is strange for me that it tries to run even if no memory is available. Should it not exit and print an info that i over commited memory ?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: System wide crash at booting vm

Post by Perryg »

Should it not exit and print an info that i over commited memory ?
Sure but you are running it in vagrant. Like I said this is different and we don't know what it is doing and thus not supported. The over commitment usually produces a guru mediation and when you look in the log it will state the host has run out of memory.
Fane
Posts: 3
Joined: 15. Jul 2015, 19:35
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: Debian

Re: System wide crash at booting vm

Post by Fane »

Ok, thanks.
Post Reply