- Thread Author
- #1
Hi,
I am writing a small app in C# which pings remote hosts. When I end a debugging session in Visual Studio I receive a BSOD, the dump file reports a problem in tcpip.sys. Can anyone can help with this.
Thanks
I am writing a small app in C# which pings remote hosts. When I end a debugging session in Visual Studio I receive a BSOD, the dump file reports a problem in tcpip.sys. Can anyone can help with this.
Thanks
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS (cb)
Caused by a driver not cleaning up completely after an I/O.
When possible, the guilty driver's name (Unicode string) is printed on
the bugcheck screen and saved in KiBugCheckDriver.
Arguments:
Arg1: fffff88001b3c795, The calling address in the driver that locked the pages or if the
IO manager locked the pages this points to the dispatch routine of
the top driver on the stack to which the IRP was sent.
Arg2: 0000000000000000, The caller of the calling address in the driver that locked the
pages. If the IO manager locked the pages this points to the device
object of the top driver on the stack to which the IRP was sent.
Arg3: fffffa80067a9f40, A pointer to the MDL containing the locked pages.
Arg4: 0000000000000011, The number of locked pages.
Debugging Details:
------------------
FAULTING_IP:
tcpip!Ipv4SetEchoRequestCreate+345
fffff880`01b3c795 c644243401 mov byte ptr [rsp+34h],1
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xCB
PROCESS_NAME: devenv.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff800030e3eff to fffff80002e89640
STACK_TEXT:
fffff880`0798fa38 fffff800`030e3eff : 00000000`000000cb fffff880`01b3c795 00000000`00000000 fffffa80`067a9f40 : nt!KeBugCheckEx
fffff880`0798fa40 fffff800`03141bd7 : fffffa80`06941850 fffffa80`038a8c60 fffffa80`00000000 fffffa80`00000001 : nt! ?? ::NNGAKEGL::`string'+0x1840c
fffff880`0798fa80 fffff800`02e93514 : 00000000`00000000 fffffa80`0756f8b0 fffffa80`06941820 fffffa80`0391d7f0 : nt!PspProcessDelete+0x177
fffff880`0798fae0 fffff800`03180484 : fffffa80`0756f8b0 00000000`00000000 fffffa80`041b9950 00000000`00000000 : nt!ObfDereferenceObject+0xd4
fffff880`0798fb40 fffff800`03180a34 : 00000000`00002038 fffffa80`0756f8b0 fffff8a0`169f1b70 00000000`00002038 : nt!ObpCloseHandleTableEntry+0xc4
fffff880`0798fbd0 fffff800`02e888d3 : fffffa80`041b9950 fffff880`0798fca0 00000000`fffdb000 fffffa80`06871720 : nt!ObpCloseHandle+0x94
fffff880`0798fc20 00000000`778a140a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
00000000`001edb48 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x778a140a
STACK_COMMAND: .bugcheck ; kb
FOLLOWUP_IP:
tcpip!Ipv4SetEchoRequestCreate+345
fffff880`01b3c795 c644243401 mov byte ptr [rsp+34h],1
SYMBOL_NAME: tcpip!Ipv4SetEchoRequestCreate+345
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: tcpip
IMAGE_NAME: tcpip.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ce79420
FAILURE_BUCKET_ID: X64_0xCB_tcpip!Ipv4SetEchoRequestCreate+345
BUCKET_ID: X64_0xCB_tcpip!Ipv4SetEchoRequestCreate+345
Followup: MachineOwner
---------
Last edited by a moderator: