[SOLVED] Windows 8 BSOD

crazymajax

Member
Joined
Oct 18, 2012
Posts
5
Hi guys,
I'm having the same problem and I also have an SSD as C: drive but i don't think it's my SSD.
My drive is the Kingston SSDNow V-Series SSD — SNV425-S2 128GB
I went to the vendor's page and it says that there are no drivers available for this drive (regardless of the os)
My computer reboots pretty much once a day.
I just caught a reboot happening tonight and noticed the BSOD with the watchdog violation code on it, did a quick web search and found this thread.
I'm really hoping that you can help me figure this out this has been happening since I installed Win8 on my machine!
Here is my minidump folder:
View attachment Minidump.zip
Nothing is showing any red/yellow flag in my Device Manager
I have no C:\windows\memory.dmp file on my system
I do have a C:\pagefile.sys

Here is the output of WMI_recoveros:
Code:
AutoReboot=FALSECaption=
DebugFilePath=%SystemRoot%\MEMORY.DMP
DebugInfoType=3
Description=
ExpandedDebugFilePath=C:\WINDOWS\MEMORY.DMP
ExpandedMiniDumpDirectory=C:\WINDOWS\Minidump
KernelDumpOnly=FALSE
MiniDumpDirectory=%SystemRoot%\Minidump
Name=Microsoft Windows 8 Release Preview|C:\WINDOWS|\Device\Harddisk0\Partition2
OverwriteExistingDebugFile=TRUE
SendAdminAlert=FALSE
SettingID=
WriteDebugInfo=TRUE
WriteToSystemLog=TRUE




AllocatedBaseSize=1024
Caption=C:\pagefile.sys
CurrentUsage=0
Description=C:\pagefile.sys
InstallDate=20120310092233.975609-480
Name=C:\pagefile.sys
PeakUsage=0
Status=
TempPageFile=FALSE

Looking forward to your replies.
 
Re: BSOD: DPC_WATCHDOG_VIOLATION in Windows 8

This thread seems to mention that AVG might be the cause of the BSOD
http://www.eightforums.com/bsod-crashes-debugging/5433-dpc_watchdog_violation-bsod.html
I am indeed running AVG and it would coincide with the fact that the reboot usually happens at night when my virus scanning task kicks in.
Do you think it's true ?
And if it is, is there a way to fix the problem and still continue using AVG ?
Thx
 
Re: BSOD: DPC_WATCHDOG_VIOLATION in Windows 8

I'm thinking more and more that AVG caused this :/
Here's what I got from parsing the minidump using Windows Debuging Tools
Code:
Microsoft (R) Windows Debugger Version 6.2.9200.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.




Loading Dump File [c:\Users\Majax\Desktop\Minidump\101712-16859-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available


Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 8 Kernel Version 8400 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 8400.0.amd64fre.winmain_win8rc.120518-1423
Machine Name:
Kernel base = 0xfffff801`3b86e000 PsLoadedModuleList = 0xfffff801`3bb30560
Debug session time: Wed Oct 17 23:09:22.681 2012 (UTC - 7:00)
System Uptime: 4 days 2:37:01.328
Loading Kernel Symbols
...............................................................
................................................................
...............................
Loading User Symbols
Loading unloaded module list
...........
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 133, {0, 281, 280, 0}


*** WARNING: Unable to verify timestamp for avgrkx64.sys
*** ERROR: Module load completed but symbols could not be loaded for avgrkx64.sys
Probably caused by : avgrkx64.sys ( avgrkx64+47de )
Let me know if you come to the same conclusion.

PS: if someone is stuck like me and wants to parse their own minidump here's how:
Install the debugging tools

To download and install the Windows debugging tools, visit the following Microsoft Web site:http://www.microsoft.com/whdc/devtools/debugging/default.mspx
Select the Typical installation. By default, the installer installs the debugging tools in the following folder:C:\Program Files\Debugging Tools for Windows
Open the dump file

To open the dump file after the installation is complete, follow these steps:
  1. Click Start, click Run, type cmd, and then click OK.
  2. Change to the Debugging Tools for Windows folder. To do this, type the following at the command prompt, and then press ENTER:cd c:\program files\debugging tools for windows
  3. To load the dump file into a debugger, type one of the following commands, and then press ENTER:windbg -y SymbolPath -i ImagePath -z DumpFilePath
    kd -y SymbolPath -i ImagePath -z DumpFilePath
The following table explains the use of the placeholders that are used in these commands.

[TABLE="class: table, width: 0"]
[TR]
[TH]Placeholder[/TH]
[TH]Explanation[/TH]
[/TR]
[TR]
[TD]SymbolPath[/TD]
[TD]Either the local path where the symbol files have been downloaded or the symbol server path, including a cache folder. Because a small memory dump file contains limited information, the actual binary files must be loaded together with the symbols for the dump file to be correctly read.[/TD]
[/TR]
[TR]
[TD]ImagePath[/TD]
[TD]The path of these files. The files are contained in the I386 folder on the Windows XP CD-ROM. For example, the path may be C:\Windows\I386.[/TD]
[/TR]
[TR]
[TD]DumpFilePath[/TD]
[TD]The path and file name for the dump file that you are examining.[/TD]
[/TR]
[/TABLE]

I ended up using this command:
Code:
windbg -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -z c:\Users\crazymajax\Desktop\Minidump\101712-16859-01.dmp
 
Hi -

See if updating your Logitech cam driver and Razer mouse driver helps -
Code:
LVUSBS64.sys Sat Feb 03 13:05:16 2007 (45C4CEDC)
Lachesis.sys Fri Aug 17 03:48:44 2007 (46C552DC)
http://sysnative.com/drivers/driver.php?id=LVUSBS64.sys
http://sysnative.com/drivers/driver.php?id=Lachesis.sys

Regards. . .

jcgriff2


Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\PalmDesert\AppData\Local\Temp\SAL924.tmp\101712-16859-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*a:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 8400 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 8400.0.amd64fre.winmain_win8rc.120518-1423
Machine Name:
Kernel base = 0xfffff801`3b86e000 PsLoadedModuleList = 0xfffff801`3bb30560
Debug session time: Thu Oct 18 02:09:22.681 2012 (UTC - 4:00)
System Uptime: 4 days 2:37:01.328
Loading Kernel Symbols
...............................................................
................................................................
...............................
Loading User Symbols
Loading unloaded module list
...........
ERROR: FindPlugIns 8007007b
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 133, {0, 281, 280, 0}

Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+14488 )

Followup: MachineOwner
---------

6: kd> !analyze -v
ERROR: FindPlugIns 8007007b
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

DPC_WATCHDOG_VIOLATION (133)
The DPC watchdog detected a prolonged run time at an IRQL of DISPATCH_LEVEL
or above.
Arguments:
Arg1: 0000000000000000, A single DPC or ISR exceeded its time allotment. The offending
	component can usually be identified with a stack trace.
Arg2: 0000000000000281, The DPC time count (in ticks).
Arg3: 0000000000000280, The DPC time allotment (in ticks).
Arg4: 0000000000000000

Debugging Details:
------------------


CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x133

PROCESS_NAME:  System

CURRENT_IRQL:  d

LAST_CONTROL_TRANSFER:  from fffff8013ba3d81e to fffff8013b8b4340

STACK_TEXT:  
fffff880`0245b5c8 fffff801`3ba3d81e : 00000000`00000133 00000000`00000000 00000000`00000281 00000000`00000280 : nt!KeBugCheckEx
fffff880`0245b5d0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x14488


STACK_COMMAND:  kb

FOLLOWUP_IP: 
nt! ?? ::FNODOBFM::`string'+14488
fffff801`3ba3d81e cc              int     3

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  nt! ?? ::FNODOBFM::`string'+14488

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

IMAGE_NAME:  ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP:  4fb71658

FAILURE_BUCKET_ID:  X64_0x133_nt!_??_::FNODOBFM::_string_+14488

BUCKET_ID:  X64_0x133_nt!_??_::FNODOBFM::_string_+14488

Followup: MachineOwner
---------

6: kd> k
Child-SP          RetAddr           Call Site
fffff880`0245b5c8 fffff801`3ba3d81e nt!KeBugCheckEx
fffff880`0245b5d0 00000000`00000000 nt! ?? ::FNODOBFM::`string'+0x14488
6: kd> lmnstm
            ^ Non-empty string required in 'lmnstm'
6: kd> lmntsm
start             end                 module name
fffff880`01032000 fffff880`0109f000   ACPI     ACPI.sys     Fri May 18 23:35:54 2012 (4FB7151A)
fffff880`01010000 fffff880`01027000   acpiex   acpiex.sys   Fri May 18 23:33:26 2012 (4FB71486)
fffff880`01400000 fffff880`01491000   afd      afd.sys      Fri May 18 23:32:23 2012 (4FB71447)
fffff880`00caf000 fffff880`00cc6000   AgileVpn AgileVpn.sys Fri May 18 23:30:54 2012 (4FB713EE)
fffff880`0ba00000 fffff880`0ba2c000   avgidsdrivera avgidsdrivera.sys Fri Dec 23 07:05:21 2011 (4EF46E81)
fffff880`0b6d4000 fffff880`0b6df000   avgidsfiltera avgidsfiltera.sys Fri Dec 23 07:05:40 2011 (4EF46E94)
fffff880`01800000 fffff880`0180a000   avgidsha avgidsha.sys Wed Apr 18 22:19:15 2012 (4F8F7623)
fffff880`05c10000 fffff880`05c5b000   avgldx64 avgldx64.sys Wed Jul 25 20:56:48 2012 (501095D0)
fffff880`035ec000 fffff880`035fc000   avgmfx64 avgmfx64.sys Fri Dec 23 07:08:12 2011 (4EF46F2C)
fffff880`01bf2000 fffff880`01bfe000   avgrkx64 avgrkx64.sys Mon Jan 30 22:11:41 2012 (4F275BED)
fffff880`0171c000 fffff880`0177e000   avgtdia  avgtdia.sys  Fri Aug 24 09:20:13 2012 (50377F8D)
fffff880`05a4e000 fffff880`05a5f000   BasicDisplay BasicDisplay.sys Fri May 18 23:36:35 2012 (4FB71543)
fffff880`0181e000 fffff880`0182b000   BasicRender BasicRender.sys Fri May 18 23:36:21 2012 (4FB71535)
fffff880`01fd4000 fffff880`01fdc000   Beep     Beep.SYS     Fri May 18 23:37:39 2012 (4FB71583)
fffff880`00db9000 fffff880`00dc3000   BOOTVID  BOOTVID.dll  Fri May 18 23:37:42 2012 (4FB71586)
fffff880`0bb1c000 fffff880`0bb3c000   bowser   bowser.sys   Fri May 18 23:35:26 2012 (4FB714FE)
fffff880`033a3000 fffff880`033fd000   cbfs3    cbfs3.sys    Mon Apr 09 09:21:46 2012 (4F82E26A)
fffff960`00880000 fffff960`008b6000   cdd      cdd.dll      unavailable (00000000)
fffff880`03449000 fffff880`0347a000   cdrom    cdrom.sys    Fri May 18 23:34:06 2012 (4FB714AE)
fffff880`00c00000 fffff880`00c80000   CI       CI.dll       Fri May 18 23:33:45 2012 (4FB71499)
fffff880`03268000 fffff880`0327a000   circlass circlass.sys Fri May 18 23:34:42 2012 (4FB714D2)
fffff880`016a1000 fffff880`016f7000   CLASSPNP CLASSPNP.SYS Fri May 18 23:36:42 2012 (4FB7154A)
fffff880`00d25000 fffff880`00d81000   CLFS     CLFS.SYS     Fri May 18 23:37:04 2012 (4FB71560)
fffff880`00e0f000 fffff880`00e9c000   cng      cng.sys      Fri May 18 23:34:20 2012 (4FB714BC)
fffff880`05dea000 fffff880`05df9000   CompositeBus CompositeBus.sys Fri May 18 23:35:29 2012 (4FB71501)
fffff880`0c8f3000 fffff880`0c900000   condrv   condrv.sys   Fri May 18 23:37:31 2012 (4FB7157B)
fffff880`0180a000 fffff880`0181e000   crashdmp crashdmp.sys Fri May 18 23:36:53 2012 (4FB71555)
fffff880`05ccc000 fffff880`05d5d000   csc      csc.sys      Fri May 18 23:34:29 2012 (4FB714C5)
fffff880`05dae000 fffff880`05dcf000   dfsc     dfsc.sys     Fri May 18 23:34:25 2012 (4FB714C1)
fffff880`05d9d000 fffff880`05dae000   discache discache.sys Fri May 18 23:35:59 2012 (4FB7151F)
fffff880`01fe0000 fffff880`01ffc000   disk     disk.sys     Fri May 18 23:36:49 2012 (4FB71551)
fffff880`06776000 fffff880`06797000   drmk     drmk.sys     Fri May 18 23:35:49 2012 (4FB71515)
fffff880`03400000 fffff880`03449000   dtsoftbus01 dtsoftbus01.sys Fri Jan 13 08:45:46 2012 (4F10358A)
fffff880`05f9b000 fffff880`05faf000   dump_dumpfve dump_dumpfve.sys Fri May 18 23:36:20 2012 (4FB71534)
fffff880`03483000 fffff880`035d7000   dump_iaStor dump_iaStor.sys Mon Sep 13 21:23:32 2010 (4C8ECE94)
fffff880`05a70000 fffff880`05bd8000   dxgkrnl  dxgkrnl.sys  Fri May 18 23:33:51 2012 (4FB7149F)
fffff880`05a00000 fffff880`05a4e000   dxgmms1  dxgmms1.sys  Fri May 18 23:33:27 2012 (4FB71487)
fffff880`0c800000 fffff880`0c837000   fastfat  fastfat.SYS  Fri May 18 23:37:43 2012 (4FB71587)
fffff880`0168d000 fffff880`016a1000   fileinfo fileinfo.sys Fri May 18 23:35:29 2012 (4FB71501)
fffff880`0162e000 fffff880`0168d000   fltmgr   fltmgr.sys   Fri May 18 23:37:30 2012 (4FB7157A)
fffff880`01a4e000 fffff880`01a58000   Fs_Rec   Fs_Rec.sys   Fri May 18 23:37:31 2012 (4FB7157B)
fffff880`0c837000 fffff880`0c849000   FsDepends FsDepends.sys Fri May 18 23:36:37 2012 (4FB71545)
fffff880`01f48000 fffff880`01fbd000   fvevol   fvevol.sys   Fri May 18 23:34:15 2012 (4FB714B7)
fffff880`01ec5000 fffff880`01f2d000   fwpkclnt fwpkclnt.sys Fri May 18 23:32:07 2012 (4FB71437)
fffff880`06e16000 fffff880`06e1cc00   GEARAspiWDM GEARAspiWDM.sys Thu May 03 15:56:17 2012 (4FA2E2E1)
fffff801`3b802000 fffff801`3b86e000   hal      hal.dll      Mon Jun 25 22:41:38 2012 (4FE92162)
fffff880`06e00000 fffff880`06e16000   HDAudBus HDAudBus.sys Fri May 18 23:35:09 2012 (4FB714ED)
fffff880`06400000 fffff880`06458000   HdAudio  HdAudio.sys  Fri May 18 23:34:25 2012 (4FB714C1)
fffff880`07b55000 fffff880`07b66000   HECIx64  HECIx64.sys  Tue Oct 19 19:33:43 2010 (4CBE2AD7)
fffff880`067aa000 fffff880`067c4000   HIDCLASS HIDCLASS.SYS Fri May 18 23:36:00 2012 (4FB71520)
fffff880`067eb000 fffff880`067fc000   hidir    hidir.sys    Fri May 18 23:36:33 2012 (4FB71541)
fffff880`067c4000 fffff880`067cc000   HIDPARSE HIDPARSE.SYS Fri May 18 23:37:36 2012 (4FB71580)
fffff880`0679d000 fffff880`067aa000   hidusb   hidusb.sys   Fri May 18 23:35:49 2012 (4FB71515)
fffff880`0ba3b000 fffff880`0bb1c000   HTTP     HTTP.sys     Fri May 18 23:32:47 2012 (4FB7145F)
fffff880`014c0000 fffff880`01614000   iaStor   iaStor.sys   Mon Sep 13 21:23:32 2010 (4C8ECE94)
fffff880`06e1d000 fffff880`06e39000   intelppm intelppm.sys Fri May 18 23:34:20 2012 (4FB714BC)
fffff880`032f0000 fffff880`0335d000   k57nd60a k57nd60a.sys Wed Oct 19 16:17:36 2011 (4E9F3060)
fffff880`05f69000 fffff880`05f78000   kbdclass kbdclass.sys Fri May 18 23:36:19 2012 (4FB71533)
fffff880`05f5c000 fffff880`05f69000   kbdhid   kbdhid.sys   Fri May 18 23:36:19 2012 (4FB71533)
fffff801`3b703000 fffff801`3b70c000   kd       kd.dll       Fri May 18 23:37:52 2012 (4FB71590)
fffff880`05c00000 fffff880`05c0b000   kdnic    kdnic.sys    Fri May 18 23:35:08 2012 (4FB714EC)
fffff880`0321a000 fffff880`03268000   ks       ks.sys       Fri May 18 23:36:32 2012 (4FB71540)
fffff880`01a22000 fffff880`01a3d000   ksecdd   ksecdd.sys   Fri May 18 23:36:01 2012 (4FB71521)
fffff880`01bc3000 fffff880`01bf2000   ksecpkg  ksecpkg.sys  Fri May 18 23:33:18 2012 (4FB7147E)
fffff880`06797000 fffff880`0679c380   ksthunk  ksthunk.sys  Fri May 18 23:36:26 2012 (4FB7153A)
fffff880`05f93000 fffff880`05f9a680   Lachesis Lachesis.sys Fri Aug 17 03:48:44 2007 (46C552DC)
fffff880`05fe6000 fffff880`05ffa000   lltdio   lltdio.sys   Fri May 18 23:31:45 2012 (4FB71421)
fffff880`05fbd000 fffff880`05fe6000   luafv    luafv.sys    Fri May 18 23:36:39 2012 (4FB71547)
fffff880`064b4000 fffff880`064c0980   LVUSBS64 LVUSBS64.sys Sat Feb 03 13:05:16 2007 (45C4CEDC)
fffff880`00cc9000 fffff880`00d25000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Fri May 18 23:37:33 2012 (4FB7157D)
fffff880`05faf000 fffff880`05fbd000   monitor  monitor.sys  Fri May 18 23:32:26 2012 (4FB7144A)
fffff880`05f84000 fffff880`05f93000   mouclass mouclass.sys Fri May 18 23:36:17 2012 (4FB71531)
fffff880`05f78000 fffff880`05f84000   mouhid   mouhid.sys   Fri May 18 23:36:18 2012 (4FB71532)
fffff880`00fdf000 fffff880`00ff9000   mountmgr mountmgr.sys Fri May 18 23:36:58 2012 (4FB7155A)
fffff880`0bb3c000 fffff880`0bb53000   mpsdrv   mpsdrv.sys   Fri May 18 23:31:20 2012 (4FB71408)
fffff880`0b6df000 fffff880`0b712000   mqac     mqac.sys     Fri May 18 23:37:49 2012 (4FB7158D)
fffff880`0bb53000 fffff880`0bbb5000   mrxsmb   mrxsmb.sys   Fri May 18 23:31:14 2012 (4FB71402)
fffff880`0b63e000 fffff880`0b69b000   mrxsmb10 mrxsmb10.sys Fri May 18 23:30:56 2012 (4FB713F0)
fffff880`0b69b000 fffff880`0b6d4000   mrxsmb20 mrxsmb20.sys Fri May 18 23:34:34 2012 (4FB714CA)
fffff880`05a5f000 fffff880`05a6b000   Msfs     Msfs.SYS     Fri May 18 23:37:45 2012 (4FB71589)
fffff880`00e9c000 fffff880`00ea6000   msisadrv msisadrv.sys Fri May 18 23:35:27 2012 (4FB714FF)
fffff880`0c99e000 fffff880`0c9b5000   mslldp   mslldp.sys   Fri May 18 23:31:42 2012 (4FB7141E)
fffff880`010d0000 fffff880`01133000   msrpc    msrpc.sys    Fri May 18 23:36:00 2012 (4FB71520)
fffff880`05d91000 fffff880`05d9d000   mssmbios mssmbios.sys Fri May 18 23:36:46 2012 (4FB7154E)
fffff880`01fbd000 fffff880`01fd4000   mup      mup.sys      Fri May 18 23:37:20 2012 (4FB71570)
fffff880`01a58000 fffff880`01b53000   ndis     ndis.sys     Fri May 18 23:32:59 2012 (4FB7146B)
fffff880`05dde000 fffff880`05dea000   ndistapi ndistapi.sys Fri May 18 23:36:08 2012 (4FB71528)
fffff880`05f01000 fffff880`05f15000   ndisuio  ndisuio.sys  Fri May 18 23:33:52 2012 (4FB714A0)
fffff880`00c80000 fffff880`00caf000   ndiswan  ndiswan.sys  Fri May 18 23:30:56 2012 (4FB713F0)
fffff880`03285000 fffff880`03299000   NDProxy  NDProxy.SYS  Fri May 18 23:34:13 2012 (4FB714B5)
fffff880`0b712000 fffff880`0b72e000   Ndu      Ndu.sys      Fri May 18 23:31:26 2012 (4FB7140E)
fffff880`017f0000 fffff880`01800000   netbios  netbios.sys  Fri May 18 23:35:43 2012 (4FB7150F)
fffff880`0177e000 fffff880`017da000   netbt    netbt.sys    Fri May 18 23:32:12 2012 (4FB7143C)
fffff880`01b53000 fffff880`01bc3000   NETIO    NETIO.SYS    Fri May 18 23:32:36 2012 (4FB71454)
fffff880`05be9000 fffff880`05bfb000   Npfs     Npfs.SYS     Fri May 18 23:37:48 2012 (4FB7158C)
fffff880`05d85000 fffff880`05d91000   npsvctrig npsvctrig.sys Fri May 18 23:35:03 2012 (4FB714E7)
fffff880`05d77000 fffff880`05d85000   nsiproxy nsiproxy.sys Fri May 18 23:32:14 2012 (4FB7143E)
fffff801`3b86e000 fffff801`3bfaa000   nt       ntkrnlmp.exe Fri May 18 23:41:12 2012 (4FB71658)
fffff880`0183f000 fffff880`01a22000   Ntfs     Ntfs.sys     Fri May 18 23:35:26 2012 (4FB714FE)
fffff880`0347a000 fffff880`03483000   Null     Null.SYS     Fri May 18 23:37:37 2012 (4FB71581)
fffff880`06e45000 fffff880`07b55000   nvlddmkm nvlddmkm.sys Fri Jun 15 17:44:32 2012 (4FDBACC0)
fffff880`05e00000 fffff880`05e6e000   nwifi    nwifi.sys    Fri May 18 23:32:31 2012 (4FB7144F)
fffff880`01491000 fffff880`014bc000   pacer    pacer.sys    Fri May 18 23:30:54 2012 (4FB713EE)
fffff880`00f05000 fffff880`00f1f000   partmgr  partmgr.sys  Fri May 18 23:37:23 2012 (4FB71573)
fffff880`00ea6000 fffff880`00ee3000   pci      pci.sys      Fri May 18 23:35:06 2012 (4FB714EA)
fffff880`01a3d000 fffff880`01a4e000   pcw      pcw.sys      Fri May 18 23:36:11 2012 (4FB7152B)
fffff880`00ef0000 fffff880`00f05000   pdc      pdc.sys      Fri May 18 23:35:35 2012 (4FB71507)
fffff880`0b72e000 fffff880`0b7f6000   peauth   peauth.sys   Fri May 18 23:31:57 2012 (4FB7142D)
fffff880`0672b000 fffff880`06776000   portcls  portcls.sys  Fri May 18 23:33:16 2012 (4FB7147C)
fffff880`00da4000 fffff880`00db9000   PSHED    PSHED.dll    Sat May 19 02:00:47 2012 (4FB7370F)
fffff880`0337e000 fffff880`033a3000   rasl2tp  rasl2tp.sys  Fri May 18 23:30:59 2012 (4FB713F3)
fffff880`03200000 fffff880`0321a000   raspppoe raspppoe.sys Fri May 18 23:32:16 2012 (4FB71440)
fffff880`0335d000 fffff880`0337e000   raspptp  raspptp.sys  Fri May 18 23:30:54 2012 (4FB713EE)
fffff880`010a9000 fffff880`010c7000   rassstp  rassstp.sys  Fri May 18 23:31:45 2012 (4FB71421)
fffff880`05c5b000 fffff880`05ccc000   rdbss    rdbss.sys    Fri May 18 23:33:33 2012 (4FB7148D)
fffff880`0327a000 fffff880`03285000   rdpbus   rdpbus.sys   Fri May 18 23:35:45 2012 (4FB71511)
fffff880`0c9c0000 fffff880`0c9f1000   rdpdr    rdpdr.sys    Fri May 18 23:33:02 2012 (4FB7146E)
fffff880`0c9b5000 fffff880`0c9c0000   rdpvideominiport rdpvideominiport.sys Fri May 18 23:36:10 2012 (4FB7152A)
fffff880`01c55000 fffff880`01c90000   rdyboost rdyboost.sys Fri May 18 23:36:00 2012 (4FB71520)
fffff880`05f15000 fffff880`05f2d000   rspndr   rspndr.sys   Fri May 18 23:31:47 2012 (4FB71423)
fffff880`064e2000 fffff880`0672a400   RTKVHD64 RTKVHD64.sys Tue Jun 22 05:27:26 2010 (4C2081FE)
fffff880`0b600000 fffff880`0b60b000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
fffff880`00f1f000 fffff880`00f67000   spaceport spaceport.sys Fri May 18 23:36:04 2012 (4FB71524)
fffff880`0c900000 fffff880`0c99e000   srv      srv.sys      Fri May 18 23:33:02 2012 (4FB7146E)
fffff880`0c856000 fffff880`0c8f3000   srv2     srv2.sys     Fri May 18 23:33:01 2012 (4FB7146D)
fffff880`0bbb5000 fffff880`0bbf9000   srvnet   srvnet.sys   Fri May 18 23:31:05 2012 (4FB713F9)
fffff880`10cc8000 fffff880`10d1c000   storport storport.sys Fri May 18 23:36:00 2012 (4FB71520)
fffff880`06e39000 fffff880`06e3a480   swenum   swenum.sys   Fri May 18 23:36:21 2012 (4FB71535)
fffff880`01c90000 fffff880`01ec5000   tcpip    tcpip.sys    Fri May 18 23:34:05 2012 (4FB714AD)
fffff880`0b60b000 fffff880`0b61d000   tcpipreg tcpipreg.sys Fri May 18 23:30:57 2012 (4FB713F1)
fffff880`0182b000 fffff880`01839000   TDI      TDI.SYS      Fri May 18 23:35:25 2012 (4FB714FD)
fffff880`016f7000 fffff880`0171c000   tdx      tdx.sys      Fri May 18 23:32:13 2012 (4FB7143D)
fffff880`00d81000 fffff880`00da4000   tm       tm.sys       Fri May 18 23:36:26 2012 (4FB7153A)
fffff960`0074c000 fffff960`00755000   TSDDD    TSDDD.dll    unavailable (00000000)
fffff880`00dc3000 fffff880`00def000   tunnel   tunnel.sys   Fri May 18 23:30:54 2012 (4FB713EE)
fffff880`032de000 fffff880`032f0000   umbus    umbus.sys    Fri May 18 23:35:08 2012 (4FB714EC)
fffff880`064c1000 fffff880`064deb80   usbaudio usbaudio.sys Fri May 18 23:33:54 2012 (4FB714A2)
fffff880`06492000 fffff880`064b4000   usbccgp  usbccgp.sys  Fri May 18 23:34:40 2012 (4FB714D0)
fffff880`06473000 fffff880`06492000   usbcir   usbcir.sys   Fri May 18 23:34:44 2012 (4FB714D4)
fffff880`05ef6000 fffff880`05f01000   USBD     USBD.SYS     Fri May 18 23:37:35 2012 (4FB7157F)
fffff880`07b66000 fffff880`07b7c000   usbehci  usbehci.sys  Fri May 18 23:36:15 2012 (4FB7152F)
fffff880`05e73000 fffff880`05ef6000   usbhub   usbhub.sys   Fri May 18 23:35:58 2012 (4FB7151E)
fffff880`07b7c000 fffff880`07bf6000   USBPORT  USBPORT.SYS  Fri May 18 23:36:35 2012 (4FB71543)
fffff880`067cc000 fffff880`067eb000   USBSTOR  USBSTOR.SYS  Fri May 18 23:34:39 2012 (4FB714CF)
fffff880`00ee3000 fffff880`00ef0000   vdrvroot vdrvroot.sys Fri May 18 23:34:51 2012 (4FB714DB)
fffff880`10c48000 fffff880`10cc8000   vhdmp    vhdmp.sys    Fri May 18 23:33:16 2012 (4FB7147C)
fffff880`00f67000 fffff880`00f7f000   volmgr   volmgr.sys   Fri May 18 23:36:49 2012 (4FB71551)
fffff880`00f7f000 fffff880`00fdf000   volmgrx  volmgrx.sys  Fri May 18 23:37:22 2012 (4FB71572)
fffff880`01c00000 fffff880`01c55000   volsnap  volsnap.sys  Fri May 18 23:37:49 2012 (4FB7158D)
fffff880`017da000 fffff880`017f0000   vwififlt vwififlt.sys Fri May 18 23:34:11 2012 (4FB714B3)
fffff880`05d5d000 fffff880`05d77000   wanarp   wanarp.sys   Fri May 18 23:30:53 2012 (4FB713ED)
fffff880`05bd8000 fffff880`05be9000   watchdog watchdog.sys Fri May 18 23:36:31 2012 (4FB7153F)
fffff880`01133000 fffff880`011f4000   Wdf01000 Wdf01000.sys Fri May 18 23:33:28 2012 (4FB71488)
fffff880`01000000 fffff880`01010000   WDFLDR   WDFLDR.SYS   Fri May 18 23:36:29 2012 (4FB7153D)
fffff880`01f2d000 fffff880`01f48000   wfplwfs  wfplwfs.sys  Fri May 18 23:31:41 2012 (4FB7141D)
fffff960`001b2000 fffff960`0059f000   win32k   win32k.sys   unavailable (00000000)
fffff880`0109f000 fffff880`010a9000   WMILIB   WMILIB.SYS   Fri May 18 23:37:28 2012 (4FB71578)
fffff880`01027000 fffff880`01032000   WppRecorder WppRecorder.sys Fri May 18 23:36:33 2012 (4FB71541)
fffff880`06458000 fffff880`06473000   xusb22   xusb22.sys   Fri May 18 23:34:30 2012 (4FB714C6)

Unloaded modules:
fffff880`05f42000 fffff880`05f5c000   EhStorClass.
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001A000
fffff880`05f28000 fffff880`05f42000   EhStorClass.
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001A000
fffff880`05f0e000 fffff880`05f28000   EhStorClass.
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001A000
fffff880`01614000 fffff880`0162e000   EhStorClass.
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0001A000
fffff880`03484000 fffff880`035d8000   dump_iaStor.
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00154000
fffff880`035d8000 fffff880`035ec000   dump_dumpfve
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  00014000
fffff880`0679d000 fffff880`067aa000   LVUSBS64.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000D000
fffff880`05f01000 fffff880`05f0e000   LVUSBS64.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000D000
fffff880`05dcf000 fffff880`05dde000   dam.sys 
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000F000
fffff880`01fd4000 fffff880`01fe0000   hwpolicy.sys
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000C000
fffff880`00cbc000 fffff880`00cc9000   ApiSetSchema
    Timestamp: unavailable (00000000)
    Checksum:  00000000
    ImageSize:  0000D000


p.s. We have developed BSOD Processing apps that parse +++

Are you a BSOD Analyst?

Interested? Please send me a PM/
 
Last edited:
Remember that Windows 8 is still fairly new so product devs are still trying to work out the kinks. However yes, at least judging by this crashdump it looks like AVG was caught with a runaway DPC. If updating AVG does not resolve the issue, it sounds like it's time to go for another AV solution for the time being.

If you want us to analyze this further, a kernel dump (MEMORY.DMP in Windows directory) will be necessary.
 
Thx a lot guys.
I replaced my 2012 version of AVG with the 2013 and so far no BSOD but we'll see. It's only been about 9 hours since the last one :)
Thx for the driver links I'll wait a few days just to see if it was AVG or if it needs more and regardless I'll update them.
 
Well it's been a few days now and I haven't seen a BSOD yet so it was probably AVG 2012.
I'm glad AVG 2013 works.
Thx everyone for your help.
I'll let you know if it happens again.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top