Changes between Initial Version and Version 1 of Ticket #2258
- Timestamp:
- Sep 17, 2008 6:30:51 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2258
- Property Priority major → critical
- Property Component VMM → VMM/HWACCM
-
Ticket #2258 – Description
initial v1 6 6 7 7 The spinning thread is looping in the following call: 8 8 {{{ 9 9 (gdb) where 10 10 #0 0x00007f727cbab3c7 in ioctl () from /lib/libc.so.6 … … 19 19 #8 0x00007f727cbb2b2d in clone () from /lib/libc.so.6 20 20 #9 0x0000000000000000 in ?? () 21 22 <strace output> 21 }}} 22 '''strace output''' 23 {{{ 23 24 ioctl(33, 0x56c1, 0) = 0 24 25 ioctl(33, 0x56c1, 0) = 0 … … 27 28 ioctl(33, 0x56c1, 0) = 0 28 29 ioctl(33, 0x56c1, 0) = 0 29 30 <lsof output> 30 }}} 31 '''lsof output''' 32 {{{ 31 33 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME 32 34 VirtualBo 13331 shane 33u CHR 10,63 24235 /dev/vboxdrv 33 35 }}} 34 36 I have tried a number of troubleshooting steps to solve this issue: 35 36 => patched the Ultra 24 bios to the latest available. 37 => Upgraded virtualbox from 2.0.0 -> 2.0.2 38 => Ran the Solaris 10u5 system with and without VBox tools installed on the guest. 39 => Installed a fresh copy of Solaris 10u5 (64bit). 37 * patched the Ultra 24 bios to the latest available. 38 * Upgraded virtualbox from 2.0.0 -> 2.0.2 39 * Ran the Solaris 10u5 system with and without VBox tools installed on the guest. 40 * Installed a fresh copy of Solaris 10u5 (64bit). 40 41 41 42 Nothing has helped so far. … … 44 45 45 46 I currently have 3 Solaris 10u5 guests running. 46 47 {{{ 47 48 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 48 49 13413 shane 20 0 1329m 1.1g 16m S 5 18.6 10:07.66 VirtualBox 49 50 13331 shane 20 0 1313m 1.1g 15m S 94 18.3 44:35.35 VirtualBox 50 51 13362 shane 20 0 775m 540m 15m S 4 9.1 8:24.34 VirtualBox 51 52 }}} 52 53 13331 => problem Solaris 10u5 64-bit instance with a small amount of application load 53 54 13413 => no-problem running Solaris 10u5 64-bit with no application load 54 55 13362 => no-problem running Solaris 10u5 32-bit with same level of application load as 13331 55 56 56 13331 Session Information: 57 58 Runtime Attributes 59 57 13331 Session Information (Runtime Attributes): 58 {{{ 60 59 Screen Resolution 720x400 61 60 VT-x/AMD-V Enabled … … 82 81 Adapter 0 83 82 Data Transmitted 476,950 B 84 Data Received 66,507,622 B 83 Data Received 66,507,622 B 84 }}}