Opened 14 years ago
Closed 14 years ago
#7586 closed defect (fixed)
ubuntu 10.10 crashes with memory > 4G (out of hypervisor heap guru) -> fixed in SVN
Reported by: | tommy | Owned by: | |
---|---|---|---|
Component: | VMM/HWACCM | Version: | VirtualBox 3.2.10 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
Hello experts,
i run ubuntu 10.10-64 (desktop) as guest on a Win7-64 (Mem: 12GB) Host
The guest can be started, but after login (when starting the user session) the system crashes, but only when main memory is more than 4G. Worked fine with VB 3.2.8!
Attachments (5)
Change History (22)
by , 14 years ago
Attachment: | Ubuntu64-2010-10-15-09-36-55.zip added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
You can work around it by changing an internal config value:
VBoxManage setextradata "VM name" "VBoxInternal/PGM/Pool/MaxPhysExts" 2048
If that doesn't help, then please upload another log file (so I can check you did it correctly).
comment:3 by , 14 years ago
Component: | other → VMM/HWACCM |
---|---|
Summary: | ubuntu 10.10 crashes with memory > 4G → ubuntu 10.10 crashes with memory > 4G (out of hypervisor heap guru) |
by , 14 years ago
Attachment: | Ubuntu64-2010-10-18-10-30.2.zip added |
---|
vbox-log after setting extradata
comment:5 by , 14 years ago
Hello sandervl73,
setting the extradata did not help. I send you the logfile.
I will try out the testbuild.
Thanks!
regards
tommy
comment:6 by , 14 years ago
hello sandervl73,
the testbuild also does not work with mem >4G :-(( I attach the new log.
But i recognized a difference between startup with <=4G and > 4G:
When starting up with more than 4G there is an info in the window that does not appear when starting with <= 4G:
modprobe: FATAL could not load /lib/modules/2.6.35-22 generic/modules.dep No such file or directory
Googleing around i found some tips but no working solution.
regards
tommy
comment:9 by , 14 years ago
with this build (r66734) it is not possible to start at all. A messagebox appears: "VirtualBox GUI funktioniert nicht mehr" (in english: Virtualbox GUI does not work anymore)
one more log attached ;-)
tommy
by , 14 years ago
Attachment: | Ubuntu64-2010-10-19-09-24-17.zip added |
---|
comment:11 by , 14 years ago
Please test this build, the VM should now start with more than 3575MB RAM.
comment:12 by , 14 years ago
This build (66799) works fine now with more than 4G! (though the modprobe error is still appearing) and i can start my application that needs a lot of main memory without problems.
thanx for your help!
follow-up: 15 comment:13 by , 14 years ago
Regarding the modprobe error: Did do depmod -a in your guest?
comment:14 by , 14 years ago
Summary: | ubuntu 10.10 crashes with memory > 4G (out of hypervisor heap guru) → ubuntu 10.10 crashes with memory > 4G (out of hypervisor heap guru) -> fixed in SVN |
---|
comment:15 by , 14 years ago
Replying to frank:
Regarding the modprobe error: Did do depmod -a in your guest?
sorry for my late answer:
Restarting after running 'depmod -a' did not show the message. But after a next restart it is shown again.
follow-up: 17 comment:16 by , 14 years ago
tommy, in that case make sure that you rebuild the initram disk. Do
depmod -a update-initramfs -c -k $(uname -r)
comment:17 by , 14 years ago
Replying to frank:
tommy, in that case make sure that you rebuild the initram disk. Do
depmod -a update-initramfs -c -k $(uname -r)
didn't help :-((
comment:18 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Your problem is something else.
the ubuntu guest system crashes, not the host! sorry!