#2937 closed defect (fixed)
Windows Vista Host Blue screen crash from net filter -> fixed in SVN/2.1.2
Reported by: | steve richards | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 2.1.0 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
VBOX Net Filter seemed to have caused a Windows Blue Screen.
I have attached the dump analysis below.
Microsoft (R) Windows Debugger Version 6.8.0004.0 X86 Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\Minidump\Mini010109-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: c:\windows\symbols Executable search path is: Unable to load image ntoskrnl.exe, Win32 error 0n2 * WARNING: Unable to verify timestamp for ntoskrnl.exe Windows Kernel Version 6002 (Service Pack 2.113) MP (2 procs) Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Kernel base = 0x82612000 PsLoadedModuleList = 0x82729c70 Debug session time: Thu Jan 1 18:38:00.588 2009 (GMT-5) System Uptime: 1 days 11:32:07.904 Unable to load image ntoskrnl.exe, Win32 error 0n2 * WARNING: Unable to verify timestamp for ntoskrnl.exe Loading Kernel Symbols ................................................................................................................................................................................................................................................. Loading User Symbols Loading unloaded module list ............ *
- *
- Bugcheck Analysis *
- *
*
Use !analyze -v to get detailed debugging information.
BugCheck 1000007E, {c0000005, 9e671d08, f5b4fb80, f5b4f87c}
* WARNING: Unable to verify timestamp for VBoxNetFlt.sys * ERROR: Module load completed but symbols could not be loaded for VBoxNetFlt.sys
Probably caused by : VBoxNetFlt.sys ( VBoxNetFlt+2fcf )
Followup: MachineOwner
0: kd> !analyze -v *
- *
- Bugcheck Analysis *
- *
*
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e) This is a very common bugcheck. Usually the exception address pinpoints the driver/function that caused the problem. Always note this address as well as the link date of the driver/image that contains this address. Some common problems are exception code 0x80000003. This means a hard coded breakpoint or assertion was hit, but this system was booted /NODEBUG. This is not supposed to happen as developers should never have hardcoded breakpoints in retail code, but ... If this happens, make sure a debugger gets connected, and the system is booted /DEBUG. This will let us see why this breakpoint is happening. Arguments: Arg1: c0000005, The exception code that was not handled Arg2: 9e671d08, The address that the exception occurred at Arg3: f5b4fb80, Exception Record Address Arg4: f5b4f87c, Context Record Address
Debugging Details:
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP: +ffffffff9e671d08 9e671d08 f3a7 repe cmps dword ptr [esi],dword ptr es:[edi]
EXCEPTION_RECORD: f5b4fb80 -- (.exr 0xfffffffff5b4fb80) ExceptionAddress: 9e671d08
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Attempt to read from address 00000024
CONTEXT: f5b4f87c -- (.cxr 0xfffffffff5b4f87c) eax=00000000 ebx=8ccf06d0 ecx=00000001 edx=00000006 esi=00000024 edi=8ac18108 eip=9e671d08 esp=f5b4fc48 ebp=f5b4fc6c iopl=0 nv up ei pl nz na po cy cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010203 9e671d08 f3a7 repe cmps dword ptr [esi],dword ptr es:[edi] ds:0023:00000024=???????? es:0023:8ac18108=51e81300 Resetting default scope
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: @FrÚ
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
READ_ADDRESS: 00000024
FAILED_INSTRUCTION_ADDRESS: +ffffffff9e671d08 9e671d08 f3a7 repe cmps dword ptr [esi],dword ptr es:[edi]
BUGCHECK_STR: 0x7E
DEFAULT_BUCKET_ID: NULL_CLASS_PTR_DEREFERENCE
LAST_CONTROL_TRANSFER: from 9e66e52b to 9e671d08
STACK_TEXT: WARNING: Frame IP not in any known module. Following frames may be wrong. f5b4fc6c 9e66e52b 8ccf06d0 f5b4fcd8 9946a978 0x9e671d08 f5b4fc84 9e66e682 00000000 00000001 9946a978 0x9e66e52b f5b4fcc0 9e66e962 00000000 f5b4fcd8 8ccf06d0 0x9e66e682 f5b4fce8 9e66f20c 8ccf06d0 00000001 9946a978 0x9e66e962 f5b4fd0c 8f2c6fcf 85703c88 9946a978 00000001 0x9e66f20c f5b4fd48 8f2c7101 925e6bcc 925e6b70 00000000 VBoxNetFlt+0x2fcf f5b4fd7c 827e2e13 925e6bcc 908b6716 00000000 VBoxNetFlt+0x3101 f5b4fdc0 826cadc6 8f2c7070 925e6bcc 00000000 ntCmGetSystemControlValues+0x8b f5b4fdcc 00000000 00000000 00000000 00000000 ntObQueryObjectAuditingByHandle+0x9b
FOLLOWUP_IP: VBoxNetFlt+2fcf 8f2c6fcf ?? ???
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: VBoxNetFlt+2fcf
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: VBoxNetFlt
IMAGE_NAME: VBoxNetFlt.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4948ccb9
STACK_COMMAND: .cxr 0xfffffffff5b4f87c ; kb
FAILURE_BUCKET_ID: 0x7E_BAD_IP_VBoxNetFlt+2fcf
BUCKET_ID: 0x7E_BAD_IP_VBoxNetFlt+2fcf
Followup: MachineOwner
Attachments (2)
Change History (11)
by , 16 years ago
Attachment: | Mini010109-01.dmp added |
---|
comment:1 by , 16 years ago
priority: | major → blocker |
---|
Please try the attached build to see if the problem disappears. Unzip the file into a new directory, execute NetFltUninstall.exe and then NetFltInstall.exe. Thanks.
comment:2 by , 16 years ago
The attached driver is not sufficient. You'll need a complete new build to test this. If somebody is interested in trying that out, let me know. Thanks.
comment:3 by , 16 years ago
I have the same issue so I would like to test it out. Please let me know how to download the new build.
comment:4 by , 16 years ago
We will hopefully be able to provide a new build next week as we've received feedback already that the problem is still present. We'll update you all asap.
comment:5 by , 16 years ago
Component: | network → network/hostif |
---|
comment:6 by , 16 years ago
i have / had the same issues and uninstalled vbox until new release is available.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Windows Vista Host Blue screen crash from net filter → Windows Vista Host Blue screen crash from net filter -> fixed in SVN/2.1.2 |
comment:8 by , 16 years ago
I installed the 2.1.1 build and still get the system crash so I don't know how we can be sure it's fixed in 2.1.2?
comment:9 by , 16 years ago
The code that triggered the breakpoint has been removed. Try 2.1.2 please.
blue screen minidumpe