Você tem várias falhas diferentes.
2 dumps mostram uma verificação de bug DPC_WATCHDOG_VIOLATION:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DPC_WATCHDOG_VIOLATION (133)
The DPC watchdog detected a prolonged run time at an IRQL of DISPATCH_LEVEL
or above.
Arguments:
Arg1: 0000000000000001, The system cumulatively spent an extended period of time at
DISPATCH_LEVEL or above. The offending component can usually be
identified with a stack trace.
Arg2: 0000000000001e0d, The watchdog period.
Arg3: 0000000000000000
Arg4: 0000000000000000
Debugging Details:
------------------
DPC_TIMEOUT_TYPE: DPC_QUEUE_EXECUTION_TIMEOUT_EXCEEDED
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
BUGCHECK_STR: 0x133
PROCESS_NAME: networx.exe
CURRENT_IRQL: d
ANALYSIS_VERSION: 6.3.9431.0 (debuggers(dbg).130615-1214) amd64fre
LAST_CONTROL_TRANSFER: from fffff80341661fa3 to fffff803414e2440
STACK_TEXT:
nt!KeBugCheckEx
nt! ?? ::FNODOBFM::'string'
nt!KeUpdateTime
hal!HalpTimerClockInterrupt
nt!KiInterruptDispatchNoLockNoEtw
nt!KxWaitForLockOwnerShip
tcpip!UdpSendMessages
tcpip!UdpTlProviderSendMessagesCalloutRoutine
nt!KeExpandKernelStackAndCalloutInternal
nt!KeExpandKernelStackAndCalloutEx
tcpip!UdpTlProviderSendMessages
tdx!TdxSendDatagramTransportAddress
tdx!TdxTdiDispatchInternalDeviceControl
networx
0x0
0x0
0x0
0x0
0x0
0x0
0x0
networx
0x0
IMAGE_NAME: tdx.sys
IMAGE_VERSION: 6.2.9200.16384
FAILURE_BUCKET_ID: 0x133_ISR_tdx!TdxSendDatagramTransportAddress
FAILURE_ID_HASH_STRING: km:0x133_isr_tdx!tdxsenddatagramtransportaddress
Loaded symbol image file: networx.sys
Image path: \SystemRoot\system32\drivers\networx.sys
Image name: networx.sys
Timestamp: Thu Jul 12 11:01:07 2012
Neste caso, atualize o driver networx.sys
Os outros dumps mostram uma falha BAD_POOL_HEADER:
O último driver que acessa os dados é o driver da GPU nVIDIA. Mas isso não significa que esse driver cause as falhas.
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
BAD_POOL_HEADER (19)
The pool is already corrupt at the time of the current request.
This may or may not be due to the caller.
The internal pool links must be walked to figure out a possible cause of
the problem, and then special pool applied to the suspect tags or the driver
verifier to a suspect driver.
Arguments:
Arg1: 000000000000000d,
Arg2: fffff880180041e0
Arg3: fffff88001d94024
Arg4: 9239d5b78d234e2e
Debugging Details:
------------------
BUGCHECK_STR: 0x19_d
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
PROCESS_NAME: System
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from fffff8013be781f0 to fffff8013bc60440
STACK_TEXT:
nt!KeBugCheckEx
nt!ExFreePool
nt!ExFreePoolWithTag
nvlddmkm
nt!IopProcessWorkItem
nt!ExpWorkerThread
nt!PspSystemThreadStartup
nt!KiStartSystemThread
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: Fri Jun 21 11:06:16 2013
Você precisa ativar o verificador de driver:
e carregue o novo memory.dmp que é gerado.