#2078 closed defect (fixed)
RHEL5 on amd64 processor freeze with virtual Box 2.0 => Fixed in 2.0.2
Reported by: | GabrielVlasiu | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 2.0.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description (last modified by )
RHEL5 freezes with VBoxManage startvm OSName
. Nothing is written in logs, only a hard reset works. Same if guest is started from VirtualBox GUI. The guest OS does not matter since it does not reach the point to start.
# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 35 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping : 2 cpu MHz : 1000.000 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy bogomips : 2009.75 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp
Old versions of VirtualBox works just fine. I made a picture to show the OOPS from console screen.
Attachments (2)
Change History (12)
by , 17 years ago
comment:1 by , 17 years ago
Component: | other → host support |
---|---|
Description: | modified (diff) |
comment:2 by , 17 years ago
Which kernel are you using? What was the last version of VBox which worked for you? 1.6.4?
comment:4 by , 17 years ago
follow-up: 6 comment:5 by , 17 years ago
Ok, thanks for the update. I guess you will be more successful with 1.6.6 then which is only a maintenance release fixing some annoying bugs of 1.6.4. With 2.0.0 we changed more inclusive the kernel interface. Of course we are willing to debug your problem.
comment:6 by , 17 years ago
Replying to frank:
Ok, thanks for the update.
You're welcome.
I guess you will be more successful with 1.6.6 then which is only a maintenance release fixing some annoying bugs of 1.6.4. With 2.0.0 we changed more inclusive the kernel interface. Of course we are willing to debug your problem.
The whole idea was running an 64 bit os (trying to switch from vmware). On my laptop (intel) VirtualBox 2.0 work just fine.
Anyway, thank you. I hope this bug will be fixed soon.
Gabriel
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think I've found and fixed the problem. Two glitches in timer-r0drv-linux.c(pp). It will be shipped with 2.0.2. If you're really eager to try 2.0, it will be in the OSE tree later today (src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.cpp).
follow-up: 9 comment:8 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | RHEL5 on amd64 processor freeze with virtual Box 2.0 → RHEL5 on amd64 processor freeze with virtual Box 2.0 => Fixed in 2.0.2 |
I will attach the updated vboxdrv kernel module sources to make testing easier for you. You should replace the files of your package (should reside in /usr/share/virtualbox/src with the files from the archive. Then recompile your kernel modules
/etc/init.d/vboxdrv setup
and again to start a VM.
by , 17 years ago
Attachment: | vboxdrv.tar.gz added |
---|
comment:9 by , 17 years ago
Replying to frank:
I will attach the updated vboxdrv kernel module sources to make testing easier for you. You should replace the files of your package (should reside in /usr/share/virtualbox/src with the files from the archive. Then recompile your kernel modules
/etc/init.d/vboxdrv setupand again to start a VM.
OK. Work OK now. Thank you.
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Screenshoot of console