Changes between Initial Version and Version 2 of Ticket #1129
- Timestamp:
- Jan 28, 2008 10:45:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1129
- Property Summary Several VBoxDSL segfaults, during WindowsXP guest shutdowns, opensuse 10.3 32bit host → Several VBoxSDL segfaults, during WindowsXP guest shutdowns, opensuse 10.3 32bit host
-
Ticket #1129 – Description
initial v2 1 1 Hello, first of all, thanks for your great work. 2 2 3 Problem: VBoxDSL segfaults in about 1 out of 20 runs. 4 Details: Most of the time, the segfaults occure during WindowsXP shutdowns, 5 but very rarely also while working with some program, e.g. web-surfing (latter 6 might be something completely different). 7 I found no reproducible conditions. Sessions started (most of the time) 8 from same image; changes were written to a new snapshot file. 9 Other versions: The same (or similar) problem (with segfaults during shutdown) 10 was found with VBoxDSL 1.5.2. The "normal" VirtualBox did not show 11 this effect (which might be just a matter of statistics). 3 Problem: VBoxSDL segfaults in about 1 out of 20 runs. 4 Details: Most of the time, the segfaults occure during WindowsXP shutdowns, but very rarely also while working with some program, e.g. web-surfing (latter might be something completely different). 12 5 13 Guest: WindowsXP including all patches and much add software (~10GB), 14 guest-additions 1.5.4 installed, shared folders added (but not used) 15 Host: OpenSUSE 10.3 32 bit including all patches 6 I found no reproducible conditions. Sessions started (most of the time) from same image; changes were written to a new snapshot file. 7 Other versions: The same (or similar) problem (with segfaults during shutdown) was found with VBoxDSL 1.5.2. The "normal" VirtualBox did not show this effect (which might be just a matter of statistics). 8 9 '''Guest:''' WindowsXP including all patches and much add software (~10GB), guest-additions 1.5.4 installed, shared folders added (but not used) 10 11 '''Host:''' OpenSUSE 10.3 32 bit including all patches 16 12 USB-Mount in /etc/fstab (2305=vboxusers) (if it's important at all): 17 usbfs on /proc/bus/usb type usbfs (rw,devgid=2305,devmode=640) 18 SGID-vboxusers: VBoxDSL is started with SGID-vboxusers wrapper, 19 which hopefully should not be the problem. 13 {{{ 14 usbfs on /proc/bus/usb type usbfs (rw,devgid=2305,devmode=640) 15 }}} 16 SGID-vboxusers: VBoxDSL is started with SGID-vboxusers wrapper, which hopefully should not be the problem. 20 17 21 Hardware:Athlon 64 X2 or Pentium 4 (segfaults on both hardware architectures)18 '''Hardware:''' Athlon 64 X2 or Pentium 4 (segfaults on both hardware architectures) 22 19 (tested on several different computers, so it seems NOT to be a hardware defect) 23 Binary: virtualbox.org/download/1.5.4/VirtualBox-1.5.4_27034_openSUSE103-1.i586.rpm 24 Core: Size of core-dump 1.3 GB. After bzip2 ~70MB. 20 21 '''Binary:''' virtualbox.org/download/1.5.4/VirtualBox-1.5.4_27034_openSUSE103-1.i586.rpm 22 23 '''Core:''' Size of core-dump 1.3 GB. After bzip2 ~70MB. 25 24 Dont' know, if I should post such large core files on this list. 26 25 Can you give me instructions, were to put the core files (I have two … … 29 28 Can you please help? Many Thanks. 30 29 31 VBox.log: 30 '''VBox.log:''' 32 31 Intrestingly, all VBoxDSL runs *WITHOUT* segfaults show an "ERROR" tag at the end, 33 32 where in runs *WITH* segfaults, the ERROR line is missing. (This only applies 34 33 to the shutdown-segfault cases.) 35 ------------------ 34 {{{ 36 35 (... many lines cut out ...) 37 36 00:02:21.600 ********************* End of statistics ********************** … … 40 39 00:02:22.300 vboxClipboardThread: clipboard thread terminated successfully with return code VINF_SUCCESS 41 40 00:02:22.630 ERROR [COM]: aRC=0x8000ffff aIID={09789f63-4525-48e5-a5e4-1080453b0eab} aComponent={Display} aText={The object is not ready} aPreserve=false 42 ---------------------- 41 }}}