VirtualBox 5.0.18 crashes on Win10 x64 14328 build

For discussions related to using VirtualBox on Windows pre-releases (e.g. Windows 10 > build 10240).
Post Reply
Bertrua
Posts: 6
Joined: 5. Aug 2012, 14:06

VirtualBox 5.0.18 crashes on Win10 x64 14328 build

Post by Bertrua »

VirtualBox 5.0.18 crashes on Win10 x64 14328 build
Below is output produced by my default debugger( WinDbg )

Executable search path is:
ModLoad: 00007ff7`b2960000 00007ff7`b2a6c000 C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
ModLoad: 00007fff`5c570000 00007fff`5c73b000 C:\WINDOWS\SYSTEM32\ntdll.dll
ModLoad: 00007fff`5be50000 00007fff`5befd000 C:\WINDOWS\system32\KERNEL32.DLL
ModLoad: 00007fff`59420000 00007fff`59631000 C:\WINDOWS\system32\KERNELBASE.dll
(21a4.195c): Access violation - code c0000005 (!!! second chance !!!)
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\Oracle\VirtualBox\VirtualBox.exe -
VirtualBox+0x137e2:
00007ff7`b29737e2 8a042515000000 mov al,byte ptr [15h] ds:00000000`00000015=??
0:000> kP
Child-SP RetAddr Call Site
00000000`0014efc0 00007ff7`b2967424 VirtualBox+0x137e2
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\system32\KERNEL32.DLL -
00000000`0014f060 00007fff`5be5a554 VirtualBox+0x7424
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\SYSTEM32\ntdll.dll -
00000000`0014f8c0 00007fff`5c5bf721 KERNEL32!BaseThreadInitThunk+0x14
00000000`0014f8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x21
0:000> .symfix c:\symbols
0:000> .reload
Reloading current modules
....
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\Oracle\VirtualBox\VirtualBox.exe -
0:000> !analyze -v
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************

*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\SYSTEM32\ntdll.dll -
***** OS symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: ntdll!_PEB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!IMAGE_NT_HEADERS32 ***
*** ***
*************************************************************************
GetPageUrlData failed, server returned HTTP status 404
URL requested: http://watson.microsoft.com/StageOne/Vi ... Retriage=1

FAULTING_IP:
VirtualBox+137e2
00007ff7`b29737e2 8a042515000000 mov al,byte ptr [15h]

EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00007ff7b29737e2 (VirtualBox+0x00000000000137e2)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000015
Attempt to read from address 0000000000000015

FAULTING_THREAD: 000000000000195c

PROCESS_NAME: VirtualBox.exe

ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

FAULTING_MODULE: 00007fff5c570000 ntdll

DEBUG_FLR_IMAGE_TIMESTAMP: 5714e21a

ERROR_CODE: (NTSTATUS) 0xc0000005 - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - <Unable to get error code text>

EXCEPTION_PARAMETER1: 0000000000000000

EXCEPTION_PARAMETER2: 0000000000000015

READ_ADDRESS: 0000000000000015

FOLLOWUP_IP:
VirtualBox+137e2
00007ff7`b29737e2 8a042515000000 mov al,byte ptr [15h]

MOD_LIST: <ANALYSIS/>

BUGCHECK_STR: APPLICATION_FAULT_NULL_CLASS_PTR_DEREFERENCE_INVALID_POINTER_READ_WRONG_SYMBOLS

PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_DEREFERENCE

DEFAULT_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE

LAST_CONTROL_TRANSFER: from 00007ff7b2967424 to 00007ff7b29737e2

STACK_TEXT:
00000000`0014efc0 00007ff7`b2967424 : 00000000`00000000 00000000`00000003 00000000`00000000 00000000`004c2a00 : VirtualBox+0x137e2
00000000`0014f060 00007fff`5be5a554 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : VirtualBox+0x7424
00000000`0014f8c0 00007fff`5c5bf721 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : KERNEL32!BaseThreadInitThunk+0x14
00000000`0014f8f0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x21


SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: VirtualBox+137e2

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: VirtualBox

STACK_COMMAND: ~0s ; kb

BUCKET_ID: WRONG_SYMBOLS

IMAGE_NAME: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe

FAILURE_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE_c0000005_C:_Program_Files_Oracle_VirtualBox_VirtualBox.exe!Unknown
Bertrua
Posts: 6
Joined: 5. Aug 2012, 14:06

Re: VirtualBox 5.0.18 crashes on Win10 x64 14328 build

Post by Bertrua »

VirtualBox v5.0.19 Test Build 106880 works for me
jarnix
Posts: 1
Joined: 27. Apr 2016, 14:02

Re: VirtualBox 5.0.18 crashes on Win10 x64 14328 build

Post by jarnix »

It did not work after the latest Windows (insider) update. I had the error with NDIS settings, I had to re-check the tickbox behind the NDIS driver in my virtual adapters' settings.
wdupree
Posts: 11
Joined: 12. Apr 2016, 03:14

Re: VirtualBox 5.0.18 crashes on Win10 x64 14328 build

Post by wdupree »

VirtualBox v5.0.19 Test Build 106880 worked for me on Windows 10 build 14332.
TheUntouchable
Posts: 4
Joined: 22. Apr 2016, 21:20

Re: VirtualBox 5.0.18 crashes on Win10 x64 14328 build

Post by TheUntouchable »

Same here, worked without problems.
Post Reply