Opened 17 years ago
Closed 17 years ago
#1872 closed defect (fixed)
Random Crash => please retry with version 1.7 when it is released
Reported by: | Armindo Silva | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 1.6.2 |
Keywords: | Cc: | ams@… | |
Guest type: | other | Host type: | Linux |
Description
I am running VirtualBox on Ubuntu 8.04.1 as host, when i run VirtualBox and choose a Guest it won't boot. From the logs I get:
00:00:38.619 Changing the VM state from 'DESTROYING' to 'TERMINATED'. 00:00:38.677 ERROR [COM]: aRC=NS_ERROR_UNEXPECTED (0x8000ffff) aIID={09789f63-4525-48e5-5e4-1080453b0eab} aComponent={Display} aText={The object is not ready} aWarning=false, preserve=false
If i run VirtualBox -startvm <vm>, i get:
kiosk@kiosk:~$ VirtualBox -startvm ttt2
Xlib: extension "XInputExtension" missing on display "127.0.0.1:1.0".
Qt WARNING: Failed to get list of devices Qt WARNING: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 3 Minor opcode: 0 Resource id: 0x20001ad
Qt WARNING: X Error: BadValue (integer parameter out of range for operation) 2
Major opcode: 78 Minor opcode: 0 Resource id: 0xb751f130
Qt WARNING: X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 55 Minor opcode: 0 Resource id: 0x20001ad
Qt WARNING: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 Minor opcode: 0 Resource id: 0x20001ad
Qt WARNING: X Error: BadWindow (invalid Window parameter) 3
Major opcode: 2 Minor opcode: 0 Resource id: 0x20001ad
Segmentation fault kiosk@kiosk:~$
If i increase ulimit -c from zero (ubuntu's default) to unlimited it works most of the time.
A core dump can be found here.
Change History (6)
comment:1 by , 17 years ago
follow-up: 3 comment:2 by , 17 years ago
mndo: can you try starting VirtualBox as
$ VirtualBox -startvm ttt2 -rmode image
and see if the crash is still reproducible?
comment:3 by , 17 years ago
comment:4 by , 17 years ago
New URL for the core dump in comment 3: http://intra.eufinity.com/ams/VBox/core.16336.bz2
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Random Crash → Random Crash => please retry with version 1.7 when it is released |
I checked in the source and "-rmode image" is not actually enabled for VirtualBox 1.6. For version 1.7 SDL mode is not defined, so I assume that this issue will go away in 1.7, which should arrive pretty soon.
Backtrace:
Note also: