
Quote: Originally Posted by
pubbe
if anyone could please analyze the dump file for me, that would be great

I've tried to do it myself, but failed cause I'm pretty new to this. If you need more info please tell me. I really appreciate it if someone could spare the time.
Pubbe
I took a quick look at it and afd.sys caused it. ita part of the tcpip stack. Hl2.exe (a steam file) was involved. the way it looks to me the game (hl2.exe) made a request to the server (tcpip) incorrectly corrpting the memory pool
things you can do: A couple of the drivers are fairly old. I would reinstalling the wifi/lan driver.
From the looks of it I wonder: are you overclocking? are you having a heat issue in CPU/GPU? check temps
I would also run a system file check to verify and fix system files. Its run by going to seach and typing cmd>right click run as admin>sfc scannow
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\K\Desktop\101609-29328-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*d:\symbols*
Symbol information
Executable search path is:
Windows 7 Kernel Version 7600 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by:
7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff800`02861000 PsLoadedModuleList = 0xfffff800`02a9ee50
Debug session time: Fri Oct 16 10:08:17.350 2009 (GMT-4)
System Uptime: 0 days 2:13:33.301
Loading Kernel Symbols
...............................................................
................................................................
................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck C5, {fffff8807fcd3d18, 2, 0, fffff80002a059bb}
Probably caused by : afd.sys ( afd!AfdPollGetInfo+21 )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_CORRUPTED_EXPOOL (c5)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is
caused by drivers that have corrupted the system pool. Run the driver
verifier against any new (or suspect) drivers, and if that doesn't turn up
the culprit, then use gflags to enable special pool.
Arguments:
Arg1: fffff8807fcd3d18, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
Arg4: fffff80002a059bb, address which referenced memory
Debugging Details:
------------------
BUGCHECK_STR: 0xC5_2
CURRENT_IRQL: 2
FAULTING_IP:
nt!ExAllocatePoolWithTag+5eb
fffff800`02a059bb 4c8ba42408010000 mov r12,qword ptr [rsp+108h]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: hl2.exe
STACK_COMMAND: kb
FOLLOWUP_IP:
afd!AfdPollGetInfo+21
fffff880`02c93371 488903 mov qword ptr [rbx],rax
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: afd!AfdPollGetInfo+21
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: afd
IMAGE_NAME: afd.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bc184
FAILURE_BUCKET_ID: X64_0xC5_2_afd!AfdPollGetInfo+21
BUCKET_ID: X64_0xC5_2_afd!AfdPollGetInfo+21
Followup: MachineOwner
---------