sysdata.xml and minidump error

Kujten

New Member
Messages
1
Hello eightforums!

Found this link in another thread and i decided to give it a try.
http://www.eightforums.com/bsod-cra...e-screen-death-bsod-posting-instructions.html

The problem started just 2 hours ago and im starting to get worried that its a hardware problem or something. It all started when i did an internet speed test because i started getting random lags and then the computer crashes and restarts with these errors showing up.

Im attaching the .zip file as instructed. Hope it helps.
 

My Computer

System One

  • OS
    windows 8
    Computer type
    PC/Desktop
    CPU
    Intel Core i7-2600K
    Graphics Card(s)
    geforce gtx 780
    Browser
    mozilla
    Antivirus
    avg free
Hi kujten & Welcome to the forums ^_^,

Sorry for the delay in response. I have analysed your dump files and below has been provided an analysis of the same for informative purposes :-

DPC_WATCHDOG_VIOLATION (133)
The DPC watchdog detected a prolonged run time at an IRQL of DISPATCH_LEVEL or above.
Code:
Arguments:
Arg1: 0000000000000000, A single DPC or ISR exceeded its time allotment. The offending
 component can usually be identified with a stack trace.
Arg2: 000000000000[B]0[COLOR=#ff0000]501[/COLOR],[/B] The DPC time count (in ticks).
Arg3: 0000000000000[COLOR=#008000][B]500[/B][/COLOR], The DPC time allotment (in ticks).
Arg4: 0000000000000000
So, the system crashed because Windows detected that a DPC (Deferred Procedure Call) or the ISR (Interrupt Service Routine) crossed it's limit of the maximum time it could respond. Let's check the stack -
Code:
5: kd> k
Child-SP          RetAddr           Call Site
ffffd000`209b1e38 00000000`00000000 nt!KeBugCheckEx

Seems like the dump did not save any information from the dump files :(

Kindly turn on Driver Verifier according to this **GUIDE** and let it crash the system for few times. Once the system has crashed a few times, kindly re-run the Diagnostic Utility and upload the freshly generated ZIP diagnostic so that it could be analysed.

Let me know how it goes ^_^

-Pranav
 

My Computer

System One

  • OS
    Windows 8.1 Industry Pro B-)
    Computer type
    Laptop
    System Manufacturer/Model
    Toshiba
    CPU
    Core I5 2430M @ 2.4GHz
    Memory
    8 GB DDR3 @ 1600MHz Dual Channel ^_^
    Graphics Card(s)
    Intel HD 3000 B-)
    Screen Resolution
    1366x768
    Hard Drives
    Toshiba 500 GB
    Browser
    Google Chrome
    Antivirus
    Windows Defender & Common Sense!
Back
Top