Custom Query (16363 matches)
Results (1369 - 1371 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #7999 | obsolete | Vm doesn't start if /usr is a symbolic link: "Failed to load VMMR0.r0 (VERR_SUPLIB_WORLD_WRITABLE)" | ||
| Description |
I've got my /usr directory in /more/usr on an SSD with /usr symbolically linked to /more/usr. Apparently the check for world-writability is not done on the file VMMR0.ro as reported and also not on the directory /more/usr that /usr points to, but on the symbolic link /usr itself and this link is always mode 777. If I switch to a normal /usr directory the VM comes up fine. This appears to be a very recent regression as I had no problems with 4.0 Beta. |
|||
| #8000 | obsolete | memory access violation in statistics window | ||
| Description |
Win32 debug build of svn 35386, VS2010, QT 4.7.1, CRT retail libs, full pageheap enabled After starting a VM, by opening and then closing the VboxDbg Statistics window (Debug menu), it always stops with memory access violation (2nd chance), the VboxDbgBaseWindow object (*this) is not accessible. If the pageheap is disabled, nothing is reported. VBoxDbg!VBoxDbgBaseWindow::vPolishSizeAndPos(void)+0x1f [f:\vbox\src\vbox\debugger\vboxdbgbase.cpp @ 217] VBoxDbg!VBoxDbgBaseWindow::event( class QEvent * a_pEvt = 0x0012d3ec)+0x39 [f:\vbox\src\vbox\debugger\vboxdbgbase.cpp @ 208] QtGui4!QApplicationPrivate::notify_helper( class QObject * receiver = 0x671086bd, class QEvent * e = 0x08cb4fb0)+0xb9 [f:\qt\4.7.1\src\gui\kernel\qapplication.cpp @ 4446] QtGui4!QApplication::notify( class QObject * receiver = 0x08cb4fb0, class QEvent * e = 0x0012d3ec)+0x12cc [f:\qt\4.7.1\src\gui\kernel\qapplication.cpp @ 4410] MSVCR100!malloc( unsigned int size = 0x390cfc8)+0x4b [f:\dd\vctools\crt_bld\self_x86\crt\src\malloc.c @ 89] QtCore4!QCoreApplication::notifyInternal( class QObject * receiver = 0x0390cfc8, class QEvent * event = 0x0012d3ec)+0x8d [f:\qt\4.7.1\src\corelib\kernel\qcoreapplication.cpp @ 745] QtCore4!QCoreApplication::sendSpontaneousEvent( class QObject * receiver = <Memory access error>, class QEvent * event = <Memory access error>)+0x22 [f:\qt\4.7.1\src\corelib\kernel\qcoreapplication.h @ 218] QtGui4!QWidgetPrivate::close_helper( QWidgetPrivate::CloseMode mode = <Memory access error>)+0xb9 [f:\qt\4.7.1\src\gui\kernel\qwidget.cpp @ 7765] QtGui4!QtWndProc( struct HWND__ * hwnd = <Memory access error>, unsigned int message = <Memory access error>, unsigned int wParam = <Memory access error>, long lParam = <Memory access error>)+0xdbc [f:\qt\4.7.1\src\gui\kernel\qapplication_win.cpp @ 2154] USER32!InternalCallWinProc+0x28 USER32!UserCallWinProcCheckWow+0x150 USER32!DispatchClientMessage+0xa3 USER32!__fnDWORD+0x24 ntdll!KiUserCallbackDispatcher+0x13 USER32!NtUserMessageCall+0xc USER32!RealDefWindowProcW+0x47 USER32!DefWindowProcW+0x72 QtGui4!QWinInputContext::DefWindowProcW( struct HWND__ * hwnd = <Memory access error>, unsigned int msg = <Memory access error>, unsigned int wParam = <Memory access error>, long lParam = <Memory access error>)+0x40 [f:\qt\4.7.1\src\gui\inputmethod\qwininputcontext_win.cpp @ 365] QtGui4!QtWndProc( struct HWND__ * hwnd = <Memory access error>, unsigned int message = <Memory access error>, unsigned int wParam = <Memory access error>, long lParam = <Memory access error>)+0x219f [f:\qt\4.7.1\src\gui\kernel\qapplication_win.cpp @ 2636] USER32!InternalCallWinProc+0x28 USER32!UserCallWinProcCheckWow+0x150 USER32!DispatchClientMessage+0xa3 USER32!__fnDWORD+0x24 ntdll!KiUserCallbackDispatcher+0x13 USER32!NtUserMessageCall+0xc USER32!RealDefWindowProcW+0x47 USER32!DefWindowProcW+0x72 QtGui4!QWinInputContext::DefWindowProcW( struct HWND__ * hwnd = <Memory access error>, unsigned int msg = <Memory access error>, unsigned int wParam = <Memory access error>, long lParam = <Memory access error>)+0x40 [f:\qt\4.7.1\src\gui\inputmethod\qwininputcontext_win.cpp @ 365] QtGui4!QtWndProc( struct HWND__ * hwnd = <Memory access error>, unsigned int message = <Memory access error>, unsigned int wParam = <Memory access error>, long lParam = <Memory access error>)+0x219f [f:\qt\4.7.1\src\gui\kernel\qapplication_win.cpp @ 2636] USER32!InternalCallWinProc+0x28 USER32!UserCallWinProcCheckWow+0x150 USER32!DispatchMessageWorker+0x306 USER32!DispatchMessageW+0xf QtCore4!QEventDispatcherWin32::processEvents( class QFlags<enum QEventLoop::ProcessEventsFlag> flags = class QFlags<enum QEventLoop::ProcessEventsFlag>)+0x5d1 [f:\qt\4.7.1\src\corelib\kernel\qeventdispatcher_win.cpp @ 807] QtGui4!QGuiEventDispatcherWin32::processEvents( class QFlags<enum QEventLoop::ProcessEventsFlag> flags = class QFlags<enum QEventLoop::ProcessEventsFlag>)+0xf [f:\qt\4.7.1\src\gui\kernel\qapplication_win.cpp @ 1170] QtCore4!QEventLoop::exec( class QFlags<enum QEventLoop::ProcessEventsFlag> flags = class QFlags<enum QEventLoop::ProcessEventsFlag>)+0x100 [f:\qt\4.7.1\src\corelib\kernel\qeventloop.cpp @ 201] *** WARNING: Unable to verify checksum for VirtualBox.exe QtCore4!QCoreApplication::exec(void)+0x106 [f:\qt\4.7.1\src\corelib\kernel\qcoreapplication.cpp @ 1009] VirtualBox!TrustedMain( int argc = 0n3, char ** argv = 0x02ccafb0, char ** __formal = 0x0217ef68)+0x4c9 [f:\vbox\src\vbox\frontends\virtualbox\src\main.cpp @ 496] VirtualBox!main( int argc = 0n3, char ** argv = 0x02ccafb0, char ** envp = 0x0217ef68)+0x3b0 [f:\vbox\src\vbox\frontends\virtualbox\src\main.cpp @ 647] VirtualBox!__tmainCRTStartup(void)+0x122 [f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c @ 555] kernel32!BaseProcessStart+0x23 |
|||
| #8001 | obsolete | openSUSE64 hangs during install on linux | ||
| Description |
Hi I have tried to install opensuse 64 on my kubuntu 10.10 x86_64 system and both time it has hung during install. Please see attached screen shot. When opensuse is hung, vbox stills report about 51% CPU usage, this screen shot was taken maybe 30 min after i noticed the hang on vbox my system uname -a Linux Six9 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC 2010 x86_64 GNU/Linux |
|||

