| 3 | | If I add a share folder to my WinXP guest, VB crashes with the following stack |
| 4 | | |
| 5 | | > $c |
| 6 | | libc.so.1`t_splay+0x27() |
| 7 | | libc.so.1`t_delete+0x29() |
| 8 | | libc.so.1`realfree+0x65() |
| 9 | | libc.so.1`cleanfree+0x55() |
| 10 | | libc.so.1`_malloc_unlocked+0xa7() |
| 11 | | libc.so.1`malloc+0x2f() |
| 12 | | VBoxRT.so`_Z12rtstrConvertPKvmPKcPPvmS2_j+0x1d0() |
| 13 | | VBoxRT.so`RTStrCurrentCPToUtf8+0x76() |
| 14 | | VBoxRT.so`_Z13rtDirReadMoreP5RTDIR+0x85() |
| 15 | | VBoxRT.so`RTDirReadEx+0x112() |
| 16 | | VBoxSharedFolders.so`_Z17vbsfBuildFullPathP15_SHFLCLIENTDATAjP11_SHFLSTRINGjPPcPjb+0x4ef() |
| 17 | | VBoxSharedFolders.so`_Z10vbsfCreateP15_SHFLCLIENTDATAjP11_SHFLSTRINGjP16_SHFLCREATEPARMS+0x57() |
| 18 | | VBoxSharedFolders.so`_Z7svcCallP26VBOXHGCMCALLHANDLE_TYPEDEFjPvjjP15VBOXHGCMSVCPARM+0x68a() |
| 19 | | VBoxC.so`_Z17hgcmServiceThreadjPv+0x2a0() |
| 20 | | VBoxC.so`_Z20hgcmWorkerThreadFuncP11RTTHREADINTPv+0x39() |
| 21 | | VBoxRT.so`rtThreadMain+0x34() |
| 22 | | VBoxRT.so`_Z18rtThreadNativeMainPv+0x6c() |
| 23 | | libc.so.1`_thr_setup+0x67() |
| 24 | | libc.so.1`_lwp_start() |
| 25 | | |
| 26 | | > ::status |
| 27 | | debugging core file of VirtualBox (64-bit) from solaris-devx |
| 28 | | file: /opt/VirtualBox/vbox/out/solaris.amd64/release/bin/VirtualBox |
| 29 | | initial argv: /opt/VirtualBox/vbox/out/solaris.amd64/release/bin/VirtualBox -comment winxp -s |
| 30 | | threading model: native threads |
| 31 | | status: process terminated by SIGSEGV (Segmentation Fault) |
| | 3 | If I add a share folder to my WinXP guest, VB crashes with the following stack (see next comment). |