BSOD Happiness !!


  1. Posts : 8
    Win 7 32 bit
       #1

    BSOD Happiness !!


    Been trying to track down on 2 machines since June. Both Intel based, Asus and Gigabyte boards. No set pattern and both while just setting idle. Drivers are up to date and BSOD always points to ntkrnlpa.exe. Both were clean installs and running about the same programs. Just the security programs are set to auto update.
    Really stumped !!

    Included dump info as instructed.

    Thanks for any help
      My Computer


  2. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #2

    Hi Ken. Welcome to the forum. I will take a look and be right back.

    I looked at four dumps and all are error code 7F, UNEXPECTED_KERNEL_MODE_TRAP. Usual causes are Memory corruption, Hardware (memory in particular), Installing a faulty or mismatched hardware (especially memory) or a failure after installing it, 3rd party firewall, Device drivers, SCSI/network/BIOS updates needed, Improperly seated cards, Incompatible storage devices, Overclocking, Virus scanner, Backup tool, Bad motherboard, Missing Service Pack.

    All of the dumps indicate that tdrpm273.sys was involved in the crash. As best as I can determine, this is an Acronis driver.

    I suggest that you uninstall Acronis while you are troubleshooting. This is the fourth thread in two days where Acronis has been suspect. One of those is confirmed; the dump directly blames an Acronis driver. Use Revo (free) uninstaller to completely uninstall Acronic. After you get your system stable, you can try Acronis again if you like. I can recommend Macrium Reflect. I do not know of an instance of Macrium causing a crash.

    If you are overclocking, stop and return to default values.

    I recommend that you uninstall Emsisoft Anti-Malware while you are trouble shooting. I see you have Malwarebytes installed. It runs well with Win 7.

    I found an almost guaranteed cause of BSOD's:
    ASACPI.sys Thu Aug 12 22:52:52 2004

    The 2004 and 2005 versions of this driver are a known BSOD cause.
    Please visit this link: ASUSTeK Computer Inc.-Support- download_item_mkt
    Scroll down to the Utilities category, then scroll down to the "ATK0110 driver for WindowsXP/Vista/Windows 7 32&64-bit " (it's about the 8th item down).
    Download and install it.
    Go to C:\Windows\System32\drivers to check and make sure that the ASACPI.sys file is date stamped from 2009 or 2010 (NOT 2005).
    You have number of other out of date drivers on your system; some are extremely obsolete. Win 7 does not like out of date drivers. They can and do cause conflicts, memory corruption and crashes. Update the drivers below, especially those in red font.
    evsbc.sys Mon May 19 09:01:31 2008 - Virtual Serial Bus Driver, Serial Splitter - Driver installation | Documentation. This software is obsolete and is not designed for Win 7. Uninstall it and upgrade to software certified as Win 7 compatible.

    evserial.sys Mon May 19 09:01:25 2008 - Virtual Serial Port driver. See above

    giveio.sys Wed Apr 03 22:33:25 1996 -
    This is an XP driver and is not compatible with Win 7. ADC Analyzer/SwiftForth/Disspy - ?SpeedFan?Info only (½ way down page) - I/O Port Programming with Delphi and NT. I recommend that you uninstall this software.

    pnarp.sys Sat Jun 06 02:07:38 2009 - Pure Networks, Inc. Network Magic Address Resolution Protocol Driver Cisco - Network Magic Downloads

    purendis.sys Sat Jun 06 00:32:39 2009 - Pure Networks, Inc. Network Magic NDIS Relay Driver Cisco - Network Magic Downloads

    RTKVHDA.sys Mon Mar 30 05:13:37 2009 - Realtek High Definition Audio Function Driver Realtek

    SscRdBus.sys Thu Jun 18 08:12:29 2009 - RamDisk virtual bus driver (6.0 on x86) is a driver file from SuperSpeed LLC belonging to RamDisk/RamDisk Plus. Disk Cache, Hybrid Disk Cache and RamDisk

    SscRdCls.sys Fri Nov 16 14:58:36 2007 - RamDisk/RamDisk PlusDisk Cache, Hybrid Disk Cache and RamDisk. if you cannot update this driver and the one above, I suggest you uninstall this software and upgrade to something Win 7 compatible.

    tifsfilt.sys Fri Sep 12 10:50:40 2008 - Acronis True Image FS Filter http://www.acronis.com. Uninstall or purchase a new copy.

    UdFilter.sys Fri Sep 05 19:31:26 2008
    - Diskeeper Undelete software. Uninstall this software. It is obsolete.
    Follow all of the recommendations above and let's see how your system runs. If you get another BSOD, upload it and we will go from there. You have a number of things that can cause BSOD's. You just have to eliminate them. You do need to get rid of all of your XP software; it is not going to run well on Win 7.

    If you need help with any of the drivers, please post.

    Code:
    Kernel base = 0x82e43000 PsLoadedModuleList = 0x82f8b810
    Debug session time: Fri Sep 24 14:09:43.373 2010 (GMT-4)
    System Uptime: 0 days 5:55:39.368
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .............................................
    Loading User Symbols
    Loading unloaded module list
    ......
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 1000007F, {8, 8e303750, 0, 0}
    
    *** WARNING: Unable to verify timestamp for tdrpm273.sys
    *** ERROR: Module load completed but symbols could not be loaded for tdrpm273.sys
    Probably caused by : ntkrpamp.exe ( nt!KiDeferredReadyThread+2 )
    
    Followup: MachineOwner
    ---------
    
    2: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault).  The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
            use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
            use .trap on that value
    Else
            .trap on the appropriate frame will show where the trap was taken
            (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
    Arg2: 8e303750
    Arg3: 00000000
    Arg4: 00000000
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0x7f_8
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    PROCESS_NAME:  svchost.exe
    
    CURRENT_IRQL:  2
    
    LAST_CONTROL_TRANSFER:  from 82eb05c9 to 82eaf2b9
    
    STACK_TEXT:  
    aad44ffc 82eb05c9 8599b360 00000000 8599b360 nt!KiDeferredReadyThread+0x2
    aad45018 82eb0587 00000000 8e300120 8e300120 nt!KiReadyThread+0x30
    aad45030 82eaa7b1 00000000 00000001 00000000 nt!KiProcessThreadWaitList+0x3f
    aad4506c 82ecd693 8e300120 00000000 00000001 nt!KiExitDispatcher+0x2a
    aad45098 82e6f246 82f8bbe0 00000000 00000001 nt!KeReleaseSemaphore+0x83
    aad450bc 82ea934c bd1baf78 8e32bbc0 853ec0c8 nt!MiCheckForControlAreaDeletion+0xb8
    aad450d8 82f03e83 021baf78 00000001 00000080 nt!MiDereferenceControlAreaPfn+0x95
    aad45124 82f10a42 00000001 00000000 8e300120 nt!MiRestoreTransitionPte+0x1ea
    aad45160 82ed72a3 0000000c 8e300120 000000ff nt!MiRemoveLowestPriorityStandbyPage+0x1c0
    aad45180 82f61404 00000038 00000000 00000000 nt!MiGetPage+0x29a
    aad451e8 82ed77af 00000000 00017000 00000ff0 nt!MiAllocatePoolPages+0x3ff
    aad45240 82f62cd8 00000000 00000004 00017000 nt!ExpAllocateBigPool+0xa6
    aad452a4 8c021cb3 00000004 00017000 3966744e nt!ExAllocatePoolWithTag+0x12d
    aad452c8 8c022a5d aad45680 86e66db0 00000001 Ntfs!NtfsCreateMdlAndBuffer+0x5a
    aad452f4 8c028cef aad45680 86e66db0 c6657d08 Ntfs!NtfsAllocateCompressionBuffer+0x71
    aad45374 8c02934d aad45680 c6657d08 86e66db0 Ntfs!NtfsPrepareSimpleBuffers+0xc9
    aad453b0 8c027ed2 aad45680 00000000 86e66db0 Ntfs!NtfsPrepareBuffers+0x93
    aad454f4 8c0228fb aad45680 c6657d08 86e66db0 Ntfs!NtfsNonCachedIo+0x246
    aad4555c 8c026fa9 aad45680 c6657d08 86e66db0 Ntfs!NtfsNonCachedUsaWrite+0x145
    aad45670 8c02885f aad45680 c6657d08 0120070a Ntfs!NtfsCommonWrite+0x1dc0
    aad45814 82e7f4bc 87c7b020 c6657d08 c6657d08 Ntfs!NtfsFsdWrite+0x2e1
    aad4582c 8bfa520c 86a7cbf8 c6657d08 00000000 nt!IofCallDriver+0x63
    aad45850 8bfa53cb aad45870 86a7cbf8 00000000 fltmgr!FltpLegacyProcessingAfterPreCallbacksCompleted+0x2aa
    aad45888 82e7f4bc 86a7cbf8 c6657d08 8c629650 fltmgr!FltpDispatch+0xc5
    aad458a0 8c62d55e 8c64ef7c 86a7cbf8 c6657d08 nt!IofCallDriver+0x63
    WARNING: Stack unwind information not available. Following frames may be wrong.
    aad4591c 82e7f4bc 86e84bc0 c6657d08 c6657d08 tdrpm273+0x555e
    aad45934 8bfa520c 8706abc0 c6657d08 00000000 nt!IofCallDriver+0x63
    aad45958 8bfa53cb aad45978 8706abc0 00000000 fltmgr!FltpLegacyProcessingAfterPreCallbacksCompleted+0x2aa
    aad45990 82e7f4bc 8706abc0 c6657d08 c6657d08 fltmgr!FltpDispatch+0xc5
    aad459a8 82e77749 86f2a710 00000000 aad45c50 nt!IofCallDriver+0x63
    aad459bc 82eddb0f 86e66d28 8706abc0 aad45a88 nt!IoSynchronousPageWrite+0x19d
    aad45aec 82edef95 900ca668 900ca720 87316250 nt!MiFlushSectionInternal+0x828
    aad45b54 82ed2861 018e94cc 00017000 00000005 nt!MmFlushSection+0xc2
    aad45bec 8c0221e7 868e94cc aad45c98 00017000 nt!CcFlushCache+0x156
    aad45cc0 8c09a38c 8d1d7168 afc1c827 00000003 Ntfs!LfsFlushLfcb+0x478
    aad45d14 8c09a437 011d7168 afc1c827 00000003 Ntfs!LfsFlushToLsnPriv+0x1a7
    aad45d58 8c027086 8d1da6e8 afc1c827 00000003 Ntfs!LfsFlushToLsn+0x87
    aad45e60 8c02885f aad45e70 c5487008 0120070a Ntfs!NtfsCommonWrite+0x1e9d
    aad45f70 8c023289 aad465fc 00000020 00000000 Ntfs!NtfsFsdWrite+0x2e1
    aad45f88 8c0285a3 aad46004 00020043 8c02863e Ntfs!NtfsInitializeTopLevelIrp+0x1f
    aad46004 00000000 00000000 00000000 00000000 Ntfs!NtfsFsdWrite+0x25
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiDeferredReadyThread+2
    82eaf2b9 55              push    ebp
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt!KiDeferredReadyThread+2
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrpamp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c3fac
    
    FAILURE_BUCKET_ID:  0x7f_8_nt!KiDeferredReadyThread+2
    
    BUCKET_ID:  0x7f_8_nt!KiDeferredReadyThread+2
    
    Followup: MachineOwner
    ---------
    
    2: kd> lmtsmn
    start    end        module name
    91c00000 91c2c000   1394ohci 1394ohci.sys Mon Jul 13 19:51:59 2009 (4A5BC89F)
    91f02000 91feb080   51tab9z1 51tab9z1.vbt Tue Aug 24 06:51:15 2010 (4C73A423)
    93800000 9380f900   a2accx86 a2accx86.sys Mon Jun 28 08:03:29 2010 (4C288F91)
    8c61f000 8c627800   a2dix86  a2dix86.sys  Thu Aug 12 11:27:02 2010 (4C6412C6)
    9c4aa000 9c4ab300   a2util32 a2util32.sys Fri Oct 16 06:26:17 2009 (4AD84A49)
    8be25000 8be6d000   ACPI     ACPI.sys     Mon Jul 13 19:11:11 2009 (4A5BBF0F)
    a6f76000 a6f9c340   afcdp    afcdp.sys    Mon Aug 30 08:11:24 2010 (4C7B9FEC)
    91c3d000 91c97000   afd      afd.sys      Mon Jul 13 19:12:34 2009 (4A5BBF62)
    91cef000 91cfa000   afw      afw.sys      Tue Apr 20 08:01:38 2010 (4BCD97A2)
    91cfa000 91d4d000   afwcore  afwcore.sys  Wed Aug 11 10:19:35 2010 (4C62B177)
    8bfe4000 8bff6000   AgileVpn AgileVpn.sys Mon Jul 13 19:55:00 2009 (4A5BC954)
    8bf89000 8bf92000   amdxata  amdxata.sys  Tue May 19 13:57:35 2009 (4A12F30F)
    a11fe000 a11ff420   ASACPI   ASACPI.sys   Thu Aug 12 22:52:52 2004 (411C2D04)
    91eb2000 91ec1600   ASWFilt  ASWFilt.dll  Fri Aug 13 03:47:58 2010 (4C64F8AE)
    ad882000 ad88b000   asyncmac asyncmac.sys Mon Jul 13 19:54:46 2009 (4A5BC946)
    8bf4a000 8bf53000   atapi    atapi.sys    Mon Jul 13 19:11:15 2009 (4A5BBF13)
    8bf53000 8bf76000   ataport  ataport.SYS  Mon Jul 13 19:11:18 2009 (4A5BBF16)
    8c7f7000 8c7fe000   Beep     Beep.SYS     Mon Jul 13 19:45:00 2009 (4A5BC6FC)
    9c49c000 9c4aa000   blbdrive blbdrive.sys Mon Jul 13 19:23:04 2009 (4A5BC1D8)
    8bc8a000 8bc92000   BOOTVID  BOOTVID.dll  Mon Jul 13 21:04:34 2009 (4A5BD9A2)
    93bc1000 93bda000   bowser   bowser.sys   Mon Jul 13 19:14:21 2009 (4A5BBFCD)
    97f50000 97f6e000   cdd      cdd.dll      unavailable (00000000)
    8c600000 8c61f000   cdrom    cdrom.sys    Mon Jul 13 19:11:24 2009 (4A5BBF1C)
    8bcd4000 8bd7f000   CI       CI.dll       Mon Jul 13 21:09:28 2009 (4A5BDAC8)
    8c799000 8c7be000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:11:20 2009 (4A5BBF18)
    8bc92000 8bcd4000   CLFS     CLFS.SYS     Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    8c184000 8c1e1000   cng      cng.sys      Mon Jul 13 19:32:55 2009 (4A5BC427)
    a05ad000 a05c8000   COMMONFX COMMONFX.SYS Thu Mar 18 07:06:07 2010 (4BA2091F)
    8c000000 8c00d000   CompositeBus CompositeBus.sys Mon Jul 13 19:45:26 2009 (4A5BC716)
    93a9f000 93aac000   crashdmp crashdmp.sys Mon Jul 13 19:45:50 2009 (4A5BC72E)
    a1308000 a13a4000   ctac32k  ctac32k.sys  Thu Mar 18 07:08:52 2010 (4BA209C4)
    9c4f0000 9c56f600   ctaud2k  ctaud2k.sys  Thu Mar 18 07:04:11 2010 (4BA208AB)
    92a17000 92aa2000   CTAUDFX  CTAUDFX.SYS  Thu Mar 18 07:06:22 2010 (4BA2092E)
    91dc0000 91df4000   ctoss2k  ctoss2k.sys  Thu Mar 18 07:03:24 2010 (4BA2087C)
    a11f6000 a11fe000   ctprxy2k ctprxy2k.sys Thu Mar 18 07:04:14 2010 (4BA208AE)
    92aa2000 92b30000   CTSBLFX  CTSBLFX.SYS  Thu Mar 18 07:06:45 2010 (4BA20945)
    a0573000 a059c000   ctsfm2k  ctsfm2k.sys  Thu Mar 18 07:03:15 2010 (4BA20873)
    93b34000 93b59000   DefragFS DefragFS.SYS Tue Dec 15 05:18:05 2009 (4B27625D)
    9c484000 9c49c000   dfsc     dfsc.sys     Mon Jul 13 19:14:16 2009 (4A5BBFC8)
    9c478000 9c484000   discache discache.sys Mon Jul 13 19:24:04 2009 (4A5BC214)
    8c788000 8c799000   disk     disk.sys     Mon Jul 13 19:11:28 2009 (4A5BBF20)
    9c59f000 9c5b8000   drmk     drmk.sys     Mon Jul 13 20:36:05 2009 (4A5BD2F5)
    93ab7000 93ac0000   dump_atapi dump_atapi.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    93aac000 93ab7000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:11:16 2009 (4A5BBF14)
    93ac0000 93ad1000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:12:47 2009 (4A5BBF6F)
    93ad1000 93adb000   Dxapi    Dxapi.sys    Mon Jul 13 19:25:25 2009 (4A5BC265)
    a10b0000 a1167000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 20:48:33 2009 (4AC54DE1)
    a1167000 a11a0000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:25:25 2009 (4A5BC265)
    a0544000 a0573000   emupia2k emupia2k.sys Thu Mar 18 07:03:13 2010 (4BA20871)
    a1281000 a128b000   evsbc    evsbc.sys    Mon May 19 09:01:31 2008 (48317A2B)
    a6fb7000 a6fc7000   evserial evserial.sys Mon May 19 09:01:25 2008 (48317A25)
    8bfd3000 8bfe4000   fileinfo fileinfo.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    8bf9f000 8bfd3000   fltmgr   fltmgr.sys   Mon Jul 13 19:11:13 2009 (4A5BBF11)
    8c1ef000 8c1f8000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:11:14 2009 (4A5BBF12)
    93adb000 93ae7c80   ftdibus  ftdibus.sys  Thu Oct 22 11:11:08 2009 (4AE0760C)
    8c756000 8c788000   fvevol   fvevol.sys   Fri Sep 25 22:24:21 2009 (4ABD7B55)
    8c55c000 8c58d000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:12:03 2009 (4A5BBF43)
    8c755000 8c755680   giveio   giveio.sys   Wed Apr 03 22:33:25 1996 (316334F5)
    a043a000 a0544000   ha10kx2k ha10kx2k.sys Thu Mar 18 07:03:27 2010 (4BA2087F)
    82e0c000 82e43000   hal      halmacpi.dll Mon Jul 13 19:11:03 2009 (4A5BBF07)
    a12dd000 a1308000   hap16v2k hap16v2k.sys Thu Mar 18 07:03:31 2010 (4BA20883)
    a060f000 a062e000   HDAudBus HDAudBus.sys Mon Jul 13 19:50:55 2009 (4A5BC85F)
    93a4f000 93a9f000   HdAudio  HdAudio.sys  Mon Jul 13 19:51:46 2009 (4A5BC892)
    92b30000 92bb5000   HTTP     HTTP.sys     Mon Jul 13 19:12:53 2009 (4A5BBF75)
    8c74d000 8c755000   hwpolicy hwpolicy.sys Mon Jul 13 19:11:01 2009 (4A5BBF05)
    9c400000 9c418000   i8042prt i8042prt.sys Mon Jul 13 19:11:23 2009 (4A5BBF1B)
    9c4cd000 9c4df000   intelppm intelppm.sys Mon Jul 13 19:11:03 2009 (4A5BBF07)
    91fec000 91ff9000   kbdclass kbdclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    80b98000 80ba0000   kdcom    kdcom.dll    Mon Jul 13 21:08:58 2009 (4A5BDAAA)
    9c5b8000 9c5ec000   ks       ks.sys       Mon Jul 13 19:45:13 2009 (4A5BC709)
    8c171000 8c184000   ksecdd   ksecdd.sys   Mon Jul 13 19:11:56 2009 (4A5BBF3C)
    8c31b000 8c340000   ksecpkg  ksecpkg.sys  Thu Dec 10 23:04:22 2009 (4B21C4C6)
    9c4df000 9c4f0000   l160x86  l160x86.sys  Mon Oct 12 22:08:17 2009 (4AD3E111)
    93b8a000 93b9a000   lltdio   lltdio.sys   Mon Jul 13 19:53:18 2009 (4A5BC8EE)
    93af5000 93b10000   luafv    luafv.sys    Mon Jul 13 19:15:44 2009 (4A5BC020)
    a6fc7000 a6fca780   mbam     mbam.sys     Thu Apr 29 13:14:15 2010 (4BD9BE67)
    8bc01000 8bc79000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:06:41 2009 (4A5BDA21)
    93aea000 93af5000   monitor  monitor.sys  Mon Jul 13 19:25:58 2009 (4A5BC286)
    91c2c000 91c39000   mouclass mouclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    8bf34000 8bf4a000   mountmgr mountmgr.sys Mon Jul 13 19:11:27 2009 (4A5BBF1F)
    93bda000 93bfd000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:32:02 2010 (4B88CA72)
    92bb5000 92bf0000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:32:21 2010 (4B88CA85)
    a05c8000 a05e3000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:32:11 2010 (4B88CA7B)
    8c3ea000 8c3f5000   Msfs     Msfs.SYS     Mon Jul 13 19:11:26 2009 (4A5BBF1E)
    8be76000 8be7e000   msisadrv msisadrv.sys Mon Jul 13 19:11:09 2009 (4A5BBF0D)
    8c146000 8c171000   msrpc    msrpc.sys    Mon Jul 13 19:11:59 2009 (4A5BBF3F)
    9c46e000 9c478000   mssmbios mssmbios.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    8c73d000 8c74d000   mup      mup.sys      Mon Jul 13 19:14:14 2009 (4A5BBFC6)
    8c226000 8c2dd000   ndis     ndis.sys     Mon Jul 13 19:12:24 2009 (4A5BBF58)
    9c418000 9c423000   ndistapi ndistapi.sys Mon Jul 13 19:54:24 2009 (4A5BC930)
    a1217000 a1239000   ndiswan  ndiswan.sys  Mon Jul 13 19:54:34 2009 (4A5BC93A)
    a059c000 a05ad000   NDProxy  NDProxy.SYS  Mon Jul 13 19:54:27 2009 (4A5BC933)
    91d4d000 91d5b000   netbios  netbios.sys  Mon Jul 13 19:53:54 2009 (4A5BC912)
    91c97000 91cc9000   netbt    netbt.sys    Mon Jul 13 19:12:18 2009 (4A5BBF52)
    8c2dd000 8c31b000   NETIO    NETIO.SYS    Mon Jul 13 19:12:35 2009 (4A5BBF63)
    8c200000 8c20e000   Npfs     Npfs.SYS     Mon Jul 13 19:11:31 2009 (4A5BBF23)
    9c464000 9c46e000   nsiproxy nsiproxy.sys Mon Jul 13 19:12:08 2009 (4A5BBF48)
    82e43000 83253000   nt       ntkrpamp.exe Fri Jun 18 23:55:24 2010 (4C1C3FAC)
    8c017000 8c146000   Ntfs     Ntfs.sys     Mon Jul 13 19:12:05 2009 (4A5BBF45)
    8c7f0000 8c7f7000   Null     Null.SYS     Mon Jul 13 19:11:12 2009 (4A5BBF10)
    a10ae000 a10af040   nvBridge nvBridge.kmd Fri Jul 09 17:10:11 2010 (4C379033)
    a0630000 a10addc0   nvlddmkm nvlddmkm.sys Fri Jul 09 17:15:14 2010 (4C379162)
    91cd0000 91cef000   pacer    pacer.sys    Mon Jul 13 19:53:58 2009 (4A5BC916)
    8beb3000 8bec4000   partmgr  partmgr.sys  Mon Jul 13 19:11:35 2009 (4A5BBF27)
    8be7e000 8bea8000   pci      pci.sys      Mon Jul 13 19:11:16 2009 (4A5BBF14)
    8bf1f000 8bf26000   pciide   pciide.sys   Mon Jul 13 19:11:19 2009 (4A5BBF17)
    8bf26000 8bf34000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:11:15 2009 (4A5BBF13)
    8c1e1000 8c1ef000   pcw      pcw.sys      Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    a6e07000 a6e9e000   peauth   peauth.sys   Mon Jul 13 20:35:44 2009 (4A5BD2E0)
    93b9a000 93ba4000   pnarp    pnarp.sys    Sat Jun 06 02:07:38 2009 (4A2A07AA)
    9c570000 9c59f000   portcls  portcls.sys  Mon Jul 13 19:51:00 2009 (4A5BC864)
    8bc79000 8bc8a000   PSHED    PSHED.dll    Mon Jul 13 21:09:36 2009 (4A5BDAD0)
    93ba4000 93bae000   purendis purendis.sys Sat Jun 06 00:32:39 2009 (4A29F167)
    8be00000 8be18000   rasl2tp  rasl2tp.sys  Mon Jul 13 19:54:33 2009 (4A5BC939)
    a1239000 a1251000   raspppoe raspppoe.sys Mon Jul 13 19:54:53 2009 (4A5BC94D)
    a1251000 a1268000   raspptp  raspptp.sys  Mon Jul 13 19:54:47 2009 (4A5BC947)
    a1268000 a127f000   rassstp  rassstp.sys  Mon Jul 13 19:54:57 2009 (4A5BC951)
    9c423000 9c464000   rdbss    rdbss.sys    Mon Jul 13 19:14:26 2009 (4A5BBFD2)
    8c3d2000 8c3da000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:01:40 2009 (4A5BCAE4)
    8c3da000 8c3e2000   rdpencdd rdpencdd.sys Mon Jul 13 20:01:39 2009 (4A5BCAE3)
    8c3e2000 8c3ea000   rdprefmp rdprefmp.sys Mon Jul 13 20:01:41 2009 (4A5BCAE5)
    8c710000 8c73d000   rdyboost rdyboost.sys Mon Jul 13 19:22:02 2009 (4A5BC19A)
    93b59000 93b8a000   RMCAST   RMCAST.sys   Mon Jul 13 19:53:39 2009 (4A5BC903)
    93bae000 93bc1000   rspndr   rspndr.sys   Mon Jul 13 19:53:20 2009 (4A5BC8F0)
    93812000 93a4e900   RTKVHDA  RTKVHDA.sys  Mon Mar 30 05:13:37 2009 (49D08D41)
    91e06000 91eb1100   SandBox  SandBox.sys  Fri Aug 13 03:48:41 2010 (4C64F8D9)
    91dba000 91dc0000   SASDIFSV SASDIFSV.SYS Wed Feb 17 13:19:19 2010 (4B7C3327)
    91d98000 91dba000   SASKUTIL SASKUTIL.SYS Mon May 10 13:15:22 2010 (4BE83F2A)
    a6e9e000 a6ea8000   secdrv   secdrv.SYS   Wed Sep 13 09:18:32 2006 (45080528)
    9c5ec000 9c5f6000   serenum  serenum.sys  Mon Jul 13 19:45:27 2009 (4A5BC717)
    91d5b000 91d75000   serial   serial.sys   Mon Jul 13 19:45:33 2009 (4A5BC71D)
    8c6e8000 8c70ff80   snapman  snapman.sys  Tue Aug 10 06:15:28 2010 (4C6126C0)
    8c6e6000 8c6e7480   speedfan speedfan.sys Sun Sep 24 09:28:47 2006 (4516880F)
    8c6de000 8c6e6000   spldr    spldr.sys    Mon May 11 12:13:47 2009 (4A084EBB)
    a6f25000 a6f76000   srv      srv.sys      Mon Jun 21 22:47:32 2010 (4C202444)
    a6ed6000 a6f25000   srv2     srv2.sys     Mon Jun 21 22:47:19 2010 (4C202437)
    a6ea8000 a6ec9000   srvnet   srvnet.sys   Mon Jun 21 22:47:09 2010 (4C20242D)
    8bf76000 8bf89000   SscRdBus SscRdBus.sys Thu Jun 18 08:12:29 2009 (4A3A2F2D)
    8bf92000 8bf9f000   SscRdCls SscRdCls.sys Fri Nov 16 14:58:36 2007 (473DF66C)
    a127f000 a1280380   swenum   swenum.sys   Mon Jul 13 19:45:08 2009 (4A5BC704)
    8c413000 8c55c000   tcpip    tcpip.sys    Sun Jun 13 23:36:59 2010 (4C15A3DB)
    a6ec9000 a6ed6000   tcpipreg tcpipreg.sys Mon Jul 13 19:54:14 2009 (4A5BC926)
    8c3f5000 8c400000   TDI      TDI.SYS      Mon Jul 13 19:12:12 2009 (4A5BBF4C)
    8c628000 8c6ddfa0   tdrpm273 tdrpm273.sys Tue Aug 10 05:56:21 2010 (4C612245)
    8c20e000 8c225000   tdx      tdx.sys      Mon Jul 13 19:12:10 2009 (4A5BBF4A)
    91d88000 91d98000   termdd   termdd.sys   Mon Jul 13 20:01:35 2009 (4A5BCADF)
    93b10000 93b19480   tifsfilt tifsfilt.sys Fri Sep 12 10:50:40 2008 (48CA81C0)
    8c340000 8c3d1100   timntr   timntr.sys   Wed Jun 02 08:57:37 2010 (4C065541)
    97f20000 97f29000   TSDDD    TSDDD.dll    unavailable (00000000)
    9c4ac000 9c4cd000   tunnel   tunnel.sys   Mon Jul 13 19:54:03 2009 (4A5BC91B)
    a6f9d000 a6fb7000   UdFilter UdFilter.sys Fri Sep 05 19:31:26 2008 (48C1C14E)
    a128b000 a1299000   umbus    umbus.sys    Mon Jul 13 19:51:38 2009 (4A5BC88A)
    93ae8000 93ae9700   USBD     USBD.SYS     Mon Jul 13 19:51:05 2009 (4A5BC869)
    a0600000 a060f000   usbehci  usbehci.sys  Mon Jul 13 19:51:14 2009 (4A5BC872)
    a1299000 a12dd000   usbhub   usbhub.sys   Mon Jul 13 19:52:06 2009 (4A5BC8A6)
    a11ab000 a11f6000   USBPORT  USBPORT.SYS  Mon Jul 13 19:51:13 2009 (4A5BC871)
    a11a0000 a11ab000   usbuhci  usbuhci.sys  Mon Jul 13 19:51:10 2009 (4A5BC86E)
    91ec2000 91efa5c0   VBEngNT  VBEngNT.sys  Thu May 13 13:55:30 2010 (4BEC3D12)
    91efb000 91f01a00   VBFilt   VBFilt.dll   Fri Aug 13 03:48:03 2010 (4C64F8B3)
    8bea8000 8beb3000   vdrvroot vdrvroot.sys Mon Jul 13 19:46:19 2009 (4A5BC74B)
    8c5cc000 8c5d8000   vga      vga.sys      Mon Jul 13 19:25:50 2009 (4A5BC27E)
    8c5d8000 8c5f9000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:25:49 2009 (4A5BC27D)
    8bec4000 8bed4000   volmgr   volmgr.sys   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    8bed4000 8bf1f000   volmgrx  volmgrx.sys  Mon Jul 13 19:11:41 2009 (4A5BBF2D)
    8c58d000 8c5cc000   volsnap  volsnap.sys  Mon Jul 13 19:11:34 2009 (4A5BBF26)
    91d75000 91d88000   wanarp   wanarp.sys   Mon Jul 13 19:55:02 2009 (4A5BC956)
    8c400000 8c40d000   watchdog watchdog.sys Mon Jul 13 19:24:10 2009 (4A5BC21A)
    8bd7f000 8bdf0000   Wdf01000 Wdf01000.sys Mon Jul 13 19:11:36 2009 (4A5BBF28)
    8bdf0000 8bdfe000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    91cc9000 91cd0000   wfplwf   wfplwf.sys   Mon Jul 13 19:53:51 2009 (4A5BC90F)
    97cc0000 97f0a000   win32k   win32k.sys   unavailable (00000000)
    8be6d000 8be76000   WMILIB   WMILIB.SYS   Mon Jul 13 19:11:22 2009 (4A5BBF1A)
    93b1a000 93b34000   WudfPf   WudfPf.sys   Mon Jul 13 19:50:13 2009 (4A5BC835)
    
    Unloaded modules:
    ad818000 ad882000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    a05e3000 a05fb000   parport.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    8c7be000 8c7cb000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    8c7cb000 8c7d6000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    8c7d6000 8c7df000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    8c7df000 8c7f0000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    Last edited by CarlTR6; 06 Oct 2010 at 21:50.
      My Computer


  3. Posts : 8
    Win 7 32 bit
    Thread Starter
       #3

    Thank you very much. Acronis is the latest version which I got for the bsod issue. Let me look through your ideas and see what I can find. I did update the bios yesterday.
      My Computer


  4. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #4

    That old Acronis driver is going to continue to bite you. And don't forget that Acronis was shown in the dump as being involved in the crash. I suggest that you completely uninstall Acronis which will get rid of that driver. When you get your system stable, reinstall Acronis and see what happens. If you upgraded Acronis from a previous version, that driver was left behind. If you get no BSOD's, well and good; if your BSOD's return, uninstall it and go with another program like Macrium.
       Tip

    Generally, when you are upgrading software, it is best to uninstall the old version and then install the new version.
      My Computer


  5. Posts : 8
    Win 7 32 bit
    Thread Starter
       #5

    I will go after Acronis. In the "other drivers" list, most of them should be ok, but I will keep an eye open. I have used those programs prior to the bsods without problems. evsbc.sys and evserial.sys are from a ham radio program that I don't run all the time and have no reports of problems.
      My Computer


  6. Posts : 11,990
    Windows 7 Ultimate 32 bit
       #6

    Keep in mind that whether you are running the program or not, the drivers are loading. These older drivers do cause instability of your system which will occasionally cause a BSOD. Update the ones you can. When you do so, you are eliminating potential causes of BSOD's. July 13, 2009 and later is the the "magic" date for Win 7 compatible drivers. Giveio aND THE ram DISK DEFINITELY NEED TO GO. There is software out there that is compatible with Win 7 that will do the same thing. Don't hold on to obsolete XP software because you are comfortable with it. Upgrade to Win 7 compatible programs.
      My Computer


  7. Posts : 8
    Win 7 32 bit
    Thread Starter
       #7

    Since I haven't had a bsod in about a month, Hope not speaking too early !!. I think I may have found a conflict/problem. I had Raxco Perfectdisk run on a schedule. I stopped that on both machines and so far so good. Since that is the only program with an active schedule, it was the last thing I looked at. Will have to go to their forum and report it.

    Thanks for your help.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:53.
Find Us