BSOD Windows 7 32bit


  1. Posts : 2
    Windows 7 Ultimate 32bit
       #1

    BSOD Windows 7 32bit


    Basic System Spec
    -x86 (32-bit) Windows 7 Ultimate
    -OEM version
    -Hardware is less than Year old (august 2010)
    -Motherboard: ECS Elitegroup (sorry do not have full model # at the moment)
    -CPU: Intel(R) Core(TM)2 Duo CPU E700 @ 2.35GHz 2.35GHz
    -Memory: 1x 2GB DDR3
    -Software: IIS7, Wordpress, mySQL + PHPmyAdmin. (attempting to install Photoshop CS bit keep having errors not causing it to install yet it install on different machines so I want to narrow down on this BSOD to see if it works).

    I have attached the BSOD Dump & System File Collection output folder but my OS keeps crashing when I attempt to run perform /report so I am unable to provide you with the html file output of this.
      My Computer


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

    Hello, w1ze07513; welcome to the forum. Sorry that you are having problems. You certainly have a long list of dump files.

    The first thing you need to do is install SP1. I don't see that any updates are installed. That could just be a fluke of the collection program. However you do need to get your Win 7 up to date with SP1 and the various updates. That will help in diagnosing your problem.

    I looked at your five most recent dumps. All five indicate memory corruption. Four show the same bugcheck code.
    Bugcheck 19 (4 X), BAD_POOL_HEADER - Usual causes: Device driver.

    Bugcheck 8E, KERNEL_MODE_EXCEPTION_NOT_HANDLED - Usual causes: Insufficient disk space, Device driver, Video card, BIOS, Breakpoint in startup without having a debugger attached, Hardware incompatibility, Faulty system service, 3rd party remote control, Memory.
    1. Please uninstall any CD virtualization programs such as Daemon Tools and Alcohol 120%. They use a driver, found in your dmp, sptd.sys, that is notorious for causing BSODs. Use this SPTD uninstaller when you're done: DuplexSecure - Downloads

    Here is a free alternative CD virtualization program that does not use the sptd.sys driver.
    Freeware MagicISO Virtual CD/DVD-ROM(MagicDisc) Overview

    2. Outdated drivers and and do cause BSOD's. I find the following out of date drivers loaded on your system. Those in red font are way obsoletel Update these drivers through the links provided or uninstall the software or hardware they are associated with.
    Afc.sys Wed Feb 23 01:58:55 2005 - Arcsoft(R) ASPI Shell (CD/DVD program). http://www.arcsoft.com/public/download.asp.

    FNETURPX.SYS Wed Aug 22 03:21:15 2007 - FNet Turbo HDD USB Driver. Welcome to PQI Website.

    SI3112r.sys Thu Aug 16 22:00:39 2007 - Silicon Image SiI 3112 SATARaid Controller. Silicon Image - Support.

    SiWinAcc.sys Thu Jun 14 20:02:27 2007 - Silicon Image driver - comes with package for the SIxxxx drivers. Silicon Image - Support.
    3. Install Windows updates and install SP1.

    How to find drivers -
    - I have listed links to most of the drivers in the code box above. Please use the links there to see what info I've found about those drivers.
    - search Google for the name of the driver
    - compare the Google results with what's installed on your system to figure out which device/program it belongs to
    - visit the web site of the manufacturer of the hardware/program to get the latest drivers (DON'T use Windows Update or the Update driver function of Device Manager).
    - if there are difficulties in locating them, post back with questions and someone will try and help you locate the appropriate program.


    - - The most common drivers are listed on this page:
    Driver Reference
    - - Driver manufacturer links are on this page:
    Drivers and Downloads

    Follow the above steps and see you your system does. Please post back and let us know.

    Code:
    Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16617.x86fre.win7_gdr.100618-1621
    Machine Name:
    Kernel base = 0x82c54000 PsLoadedModuleList = 0x82d93570
    Debug session time: Mon Apr 11 02:26:38.909 2011 (GMT-4)
    System Uptime: 0 days 7:13:40.657
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .............................
    Loading User Symbols
    Loading unloaded module list
    .............
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 1000008E, {c0000005, 82d6c8f1, 8e296b2c, 0}
    
    Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+301 )
    
    Followup: Pool_corruption
    ---------
    
    1: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
    This is a very common bugcheck.  Usually the exception address pinpoints
    the driver/function that caused the problem.  Always note this address
    as well as the link date of the driver/image that contains this address.
    Some common problems are exception code 0x80000003.  This means a hard
    coded breakpoint or assertion was hit, but this system was booted
    /NODEBUG.  This is not supposed to happen as developers should never have
    hardcoded breakpoints in retail code, but ...
    If this happens, make sure a debugger gets connected, and the
    system is booted /DEBUG.  This will let us see why this breakpoint is
    happening.
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 82d6c8f1, The address that the exception occurred at
    Arg3: 8e296b2c, Trap Frame
    Arg4: 00000000
    
    Debugging Details:
    ------------------
    
    
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
    
    FAULTING_IP: 
    nt!ExDeferredFreePool+301
    82d6c8f1 ff31            push    dword ptr [ecx]
    
    TRAP_FRAME:  8e296b2c -- (.trap 0xffffffff8e296b2c)
    ErrCode = 00000000
    eax=d74b0bd0 ebx=82d80400 ecx=00000000 edx=00000004 esi=d74b0bc8 edi=d74b0bd0
    eip=82d6c8f1 esp=8e296ba0 ebp=8e296bd8 iopl=0         nv up ei pl nz na po cy
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010203
    nt!ExDeferredFreePool+0x301:
    82d6c8f1 ff31            push    dword ptr [ecx]      ds:0023:00000000=????????
    Resetting default scope
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x8E
    
    PROCESS_NAME:  TrustedInstall
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from 82d6c2e5 to 82d6c8f1
    
    STACK_TEXT:  
    8e296bd8 82d6c2e5 84c2b500 00000000 84cb44f8 nt!ExDeferredFreePool+0x301
    8e296c44 82e5cb1c d1af0b18 a079654b 00000000 nt!ExFreePoolWithTag+0x848
    8e296c68 82e9c2a6 d1af0b40 d1af0b28 00000000 nt!ObpFreeObject+0x275
    8e296c7c 82caa3aa 00000000 850302d0 d1af0b28 nt!ObpRemoveObjectRoutine+0x5e
    8e296c90 82caa31a d1af0b40 82e6cf32 c5c026e8 nt!ObfDereferenceObjectWithTag+0x88
    8e296c98 82e6cf32 c5c026e8 850302d0 00004944 nt!ObfDereferenceObject+0xd
    8e296cdc 82e97e4f c5c026e8 d6833288 84ef0ab8 nt!ObpCloseHandleTableEntry+0x21d
    8e296d0c 82e97ff5 84ef0ab8 85030201 0066e678 nt!ObpCloseHandle+0x7f
    8e296d28 82c8979a 00004944 0066eb3c 778464f4 nt!NtClose+0x4e
    8e296d28 778464f4 00004944 0066eb3c 778464f4 nt!KiFastCallEntry+0x12a
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0066eb3c 00000000 00000000 00000000 00000000 0x778464f4
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!ExDeferredFreePool+301
    82d6c8f1 ff31            push    dword ptr [ecx]
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt!ExDeferredFreePool+301
    
    FOLLOWUP_NAME:  Pool_corruption
    
    IMAGE_NAME:  Pool_Corruption
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    
    MODULE_NAME: Pool_Corruption
    
    FAILURE_BUCKET_ID:  0x8E_nt!ExDeferredFreePool+301
    
    BUCKET_ID:  0x8E_nt!ExDeferredFreePool+301
    
    Followup: Pool_corruption
    ---------
    
    Debug session time: Tue Apr 12 08:38:56.156 2011 (GMT-4)
    System Uptime: 0 days 9:37:51.904
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .......................
    Loading User Symbols
    Loading unloaded module list
    .....
    0: kd> !Analyze
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 19, {20, b95bebd8, b95bec08, a060406}
    
    GetPointerFromAddress: unable to read from 82d6c700
    Unable to read MiSystemVaType memory at 82d4c0c0
    Probably caused by : ntkrnlmp.exe ( nt!ExFreePoolWithTag+1b2 )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        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: 00000020, a pool block header size is corrupt.
    Arg2: b95bebd8, The pool entry we were looking for within the page.
    Arg3: b95bec08, The next pool entry.
    Arg4: 0a060406, (reserved)
    
    Debugging Details:
    ------------------
    
    GetPointerFromAddress: unable to read from 82d6c700
    Unable to read MiSystemVaType memory at 82d4c0c0
    
    BUGCHECK_STR:  0x19_20
    
    POOL_ADDRESS: GetPointerFromAddress: unable to read from 82d6c700
    Unable to read MiSystemVaType memory at 82d4c0c0
     b95bebd8 
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from 895e6df5 to 82d24c4e
    
    STACK_TEXT:  
    80e1cad4 895e6df5 b95bebe0 00000000 00000168 nt!ExFreePoolWithTag+0x1b2
    80e1cae8 895e3f48 b4b250f8 b4b25028 b4b25008 Ntfs!NtfsDeleteNormalizedName+0xfe
    80e1cb08 895dab3b 00000703 b4b25030 00000000 Ntfs!NtfsDeleteScb+0x1aa
    80e1cb20 8954a71e 84fa5e78 b4b250f8 00000000 Ntfs!NtfsRemoveScb+0xc5
    80e1cb3c 8954f1c1 84fa5e78 b4b25008 00000000 Ntfs!NtfsPrepareFcbForRemoval+0x62
    80e1cb94 895cb15d 84fa5e78 869390d8 b5d24c18 Ntfs!NtfsTeardownFromLcb+0x29c
    80e1cbe4 89547bec 84fa5e78 b5d24d08 01d24f20 Ntfs!NtfsTeardownStructures+0xf3
    80e1cc0c 895c755b 84fa5e78 b5d24d08 b5d24f20 Ntfs!NtfsDecrementCloseCounts+0xaf
    80e1cc6c 895e64c3 84fa5e78 b5d24d08 b5d24c18 Ntfs!NtfsCommonClose+0x4f2
    80e1cd00 82c68083 00000000 00000000 84ca8420 Ntfs!NtfsFspClose+0x118
    80e1cd50 82df4d84 00000000 a238a1a6 00000000 nt!ExpWorkerThread+0x10d
    80e1cd90 82c96159 82c67f76 00000000 00000000 nt!PspSystemThreadStartup+0x9e
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!ExFreePoolWithTag+1b2
    82d24c4e cc              int     3
    
    SYMBOL_STACK_INDEX:  0
    
    SYMBOL_NAME:  nt!ExFreePoolWithTag+1b2
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4c1c3f9b
    
    FAILURE_BUCKET_ID:  0x19_20_nt!ExFreePoolWithTag+1b2
    
    BUCKET_ID:  0x19_20_nt!ExFreePoolWithTag+1b2
    
    Followup: MachineOwner
    ---------
    
    0: kd> lmtsmn
    start    end        module name
    8934e000 89396000   ACPI     ACPI.sys     Mon Jul 13 19:11:11 2009 (4A5BBF0F)
    91b3a000 91b42000   Afc      Afc.sys      Wed Feb 23 01:58:55 2005 (421C29AF)
    90435000 9048f000   afd      afd.sys      Mon Jul 13 19:12:34 2009 (4A5BBF62)
    91b88000 91b9a000   AgileVpn AgileVpn.sys Mon Jul 13 19:55:00 2009 (4A5BC954)
    894e3000 894ec000   amdxata  amdxata.sys  Tue May 19 13:57:35 2009 (4A12F30F)
    91b42000 91b7b000   ao3eoehr ao3eoehr.SYS Tue Jul 14 17:12:41 2009 (4A5CF4C9)
    89497000 894a0000   atapi    atapi.sys    Mon Jul 13 19:11:15 2009 (4A5BBF13)
    894a0000 894c3000   ataport  ataport.SYS  Mon Jul 13 19:11:18 2009 (4A5BBF16)
    946c0000 9470d000   ATMFD    ATMFD.DLL    unavailable (00000000)
    89b44000 89b4b000   Beep     Beep.SYS     Mon Jul 13 19:45:00 2009 (4A5BC6FC)
    905dd000 905eb000   blbdrive blbdrive.sys Mon Jul 13 19:23:04 2009 (4A5BC1D8)
    890b8000 890c0000   BOOTVID  BOOTVID.dll  Mon Jul 13 21:04:34 2009 (4A5BD9A2)
    954b2000 954cb000   bowser   bowser.sys   Mon Jul 13 19:14:21 2009 (4A5BBFCD)
    946a0000 946be000   cdd      cdd.dll      unavailable (00000000)
    89b1e000 89b3d000   cdrom    cdrom.sys    Mon Jul 13 19:11:24 2009 (4A5BBF1C)
    89102000 891ad000   CI       CI.dll       Mon Jul 13 21:09:28 2009 (4A5BDAC8)
    89ac7000 89aec000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:11:20 2009 (4A5BBF18)
    890c0000 89102000   CLFS     CLFS.SYS     Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    896a2000 896ff000   cng      cng.sys      Mon Jul 13 19:32:55 2009 (4A5BC427)
    91b7b000 91b88000   CompositeBus CompositeBus.sys Mon Jul 13 19:45:26 2009 (4A5BC716)
    90785000 90792000   crashdmp crashdmp.sys Mon Jul 13 19:45:50 2009 (4A5BC72E)
    90561000 905c5000   csc      csc.sys      Mon Jul 13 19:15:08 2009 (4A5BBFFC)
    905c5000 905dd000   dfsc     dfsc.sys     Mon Jul 13 19:14:16 2009 (4A5BBFC8)
    90555000 90561000   discache discache.sys Mon Jul 13 19:24:04 2009 (4A5BC214)
    89ab6000 89ac7000   disk     disk.sys     Mon Jul 13 19:11:28 2009 (4A5BBF20)
    9076c000 90785000   drmk     drmk.sys     Mon Jul 13 20:36:05 2009 (4A5BD2F5)
    91bf7000 91c00000   dump_atapi dump_atapi.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    90792000 9079d000   dump_dumpata dump_dumpata.sys Mon Jul 13 19:11:16 2009 (4A5BBF14)
    9079d000 907ae000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:12:47 2009 (4A5BBF6F)
    907ae000 907b8000   Dxapi    Dxapi.sys    Mon Jul 13 19:25:25 2009 (4A5BC265)
    91915000 919cc000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 20:48:33 2009 (4AC54DE1)
    919cc000 91a05000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:25:25 2009 (4A5BC265)
    91ae5000 91af0000   fdc      fdc.sys      Mon Jul 13 19:45:45 2009 (4A5BC729)
    89520000 89531000   fileinfo fileinfo.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    906d2000 906dc000   flpydisk flpydisk.sys Mon Jul 13 19:45:45 2009 (4A5BC729)
    894ec000 89520000   fltmgr   fltmgr.sys   Mon Jul 13 19:11:13 2009 (4A5BBF11)
    89b4b000 89b4cb80   FNETURPX FNETURPX.SYS Wed Aug 22 03:21:15 2007 (46CBE3EB)
    8970d000 89716000   Fs_Rec   Fs_Rec.sys   unavailable (00000000)
    89a84000 89ab6000   fvevol   fvevol.sys   Fri Sep 25 22:24:21 2009 (4ABD7B55)
    899be000 899ef000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:12:03 2009 (4A5BBF43)
    8300d000 83044000   hal      halmacpi.dll Mon Jul 13 19:11:03 2009 (4A5BBF07)
    91a05000 91a24000   HDAudBus HDAudBus.sys Mon Jul 13 19:50:55 2009 (4A5BC85F)
    906ed000 9073d000   HdAudio  HdAudio.sys  Mon Jul 13 19:51:46 2009 (4A5BC892)
    9542d000 954b2000   HTTP     HTTP.sys     Mon Jul 13 19:12:53 2009 (4A5BBF75)
    89a7c000 89a84000   hwpolicy hwpolicy.sys Mon Jul 13 19:11:01 2009 (4A5BBF05)
    91b08000 91b20000   i8042prt i8042prt.sys Mon Jul 13 19:11:23 2009 (4A5BBF1B)
    9140c000 91915000   igdkmd32 igdkmd32.sys Wed Sep 23 15:18:09 2009 (4ABA7471)
    8946c000 89473000   intelide intelide.sys Mon Jul 13 19:11:19 2009 (4A5BBF17)
    9060c000 9061e000   intelppm intelppm.sys Mon Jul 13 19:11:03 2009 (4A5BBF07)
    91b20000 91b2d000   kbdclass kbdclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    80bd2000 80bda000   kdcom    kdcom.dll    Mon Jul 13 21:08:58 2009 (4A5BDAAA)
    9064c000 90680000   ks       ks.sys       Wed Mar 03 22:57:52 2010 (4B8F2FC0)
    8968f000 896a2000   ksecdd   ksecdd.sys   Mon Jul 13 19:11:56 2009 (4A5BBF3C)
    89850000 89875000   ksecpkg  ksecpkg.sys  Thu Dec 10 23:04:22 2009 (4B21C4C6)
    9041a000 9042a000   lltdio   lltdio.sys   Mon Jul 13 19:53:18 2009 (4A5BC8EE)
    907dc000 907f7000   luafv    luafv.sys    Mon Jul 13 19:15:44 2009 (4A5BC020)
    8902f000 890a7000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:06:41 2009 (4A5BDA21)
    907b8000 907c3000   monitor  monitor.sys  Mon Jul 13 19:25:58 2009 (4A5BC286)
    91b2d000 91b3a000   mouclass mouclass.sys Mon Jul 13 19:11:15 2009 (4A5BBF13)
    89481000 89497000   mountmgr mountmgr.sys Mon Jul 13 19:11:27 2009 (4A5BBF1F)
    954cb000 954dd000   mpsdrv   mpsdrv.sys   Mon Jul 13 19:52:52 2009 (4A5BC8D4)
    954dd000 95500000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:32:02 2010 (4B88CA72)
    95500000 9553b000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:32:21 2010 (4B88CA85)
    9553b000 95556000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:32:11 2010 (4B88CA7B)
    89bb6000 89bc1000   Msfs     Msfs.SYS     unavailable (00000000)
    89396000 8939e000   msisadrv msisadrv.sys Mon Jul 13 19:11:09 2009 (4A5BBF0D)
    89664000 8968f000   msrpc    msrpc.sys    unavailable (00000000)
    9054b000 90555000   mssmbios mssmbios.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    89a6c000 89a7c000   mup      mup.sys      Mon Jul 13 19:14:14 2009 (4A5BBFC6)
    89716000 897cd000   ndis     ndis.sys     Mon Jul 13 19:12:24 2009 (4A5BBF58)
    91bb2000 91bbd000   ndistapi ndistapi.sys Mon Jul 13 19:54:24 2009 (4A5BC930)
    91bbd000 91bdf000   ndiswan  ndiswan.sys  Mon Jul 13 19:54:34 2009 (4A5BC93A)
    906dc000 906ed000   NDProxy  NDProxy.SYS  Mon Jul 13 19:54:27 2009 (4A5BC933)
    904b5000 904c3000   netbios  netbios.sys  Mon Jul 13 19:53:54 2009 (4A5BC912)
    897cd000 897ff000   netbt    netbt.sys    Mon Jul 13 19:12:18 2009 (4A5BBF52)
    89812000 89850000   NETIO    NETIO.SYS    Mon Jul 13 19:12:35 2009 (4A5BBF63)
    89bc1000 89bcf000   Npfs     Npfs.SYS     Mon Jul 13 19:11:31 2009 (4A5BBF23)
    90541000 9054b000   nsiproxy nsiproxy.sys Mon Jul 13 19:12:08 2009 (4A5BBF48)
    82c0d000 8300d000   nt       ntkrnlmp.exe Fri Jun 18 23:55:07 2010 (4C1C3F9B)
    89535000 89664000   Ntfs     Ntfs.sys     Mon Jul 13 19:12:05 2009 (4A5BBF45)
    89b3d000 89b44000   Null     Null.SYS     unavailable (00000000)
    90496000 904b5000   pacer    pacer.sys    Mon Jul 13 19:53:58 2009 (4A5BC916)
    91af0000 91b08000   parport  parport.sys  Mon Jul 13 19:45:34 2009 (4A5BC71E)
    893d3000 893e4000   partmgr  partmgr.sys  Mon Jul 13 19:11:35 2009 (4A5BBF27)
    95556000 9555d000   parvdm   parvdm.sys   unavailable (00000000)
    893a9000 893d3000   pci      pci.sys      Mon Jul 13 19:11:16 2009 (4A5BBF14)
    89473000 89481000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:11:15 2009 (4A5BBF13)
    896ff000 8970d000   pcw      pcw.sys      Mon Jul 13 19:11:10 2009 (4A5BBF0E)
    9555d000 955f4000   peauth   peauth.sys   Mon Jul 13 20:35:44 2009 (4A5BD2E0)
    9073d000 9076c000   portcls  portcls.sys  Mon Jul 13 19:51:00 2009 (4A5BC864)
    890a7000 890b8000   PSHED    PSHED.dll    Mon Jul 13 21:09:36 2009 (4A5BDAD0)
    91b9a000 91bb2000   rasl2tp  rasl2tp.sys  Mon Jul 13 19:54:33 2009 (4A5BC939)
    91bdf000 91bf7000   raspppoe raspppoe.sys Mon Jul 13 19:54:53 2009 (4A5BC94D)
    9061e000 90635000   raspptp  raspptp.sys  Mon Jul 13 19:54:47 2009 (4A5BC947)
    90635000 9064c000   rassstp  rassstp.sys  Mon Jul 13 19:54:57 2009 (4A5BC951)
    90500000 90541000   rdbss    rdbss.sys    Mon Jul 13 19:14:26 2009 (4A5BBFD2)
    91400000 9140a000   rdpbus   rdpbus.sys   Mon Jul 13 20:02:40 2009 (4A5BCB20)
    89b9e000 89ba6000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:01:40 2009 (4A5BCAE4)
    94740000 9476a000   RDPDD    RDPDD.dll    unavailable (00000000)
    956ed000 95712000   rdpdr    rdpdr.sys    Mon Jul 13 20:02:56 2009 (4A5BCB30)
    89ba6000 89bae000   rdpencdd rdpencdd.sys Mon Jul 13 20:01:39 2009 (4A5BCAE3)
    89bae000 89bb6000   rdprefmp rdprefmp.sys Mon Jul 13 20:01:41 2009 (4A5BCAE5)
    95729000 9575a000   RDPWD    RDPWD.SYS    Mon Jul 13 20:01:50 2009 (4A5BCAEE)
    89a3f000 89a6c000   rdyboost rdyboost.sys Mon Jul 13 19:22:02 2009 (4A5BC19A)
    89aec000 89aff000   rspndr   rspndr.sys   Mon Jul 13 19:53:20 2009 (4A5BC8F0)
    91a24000 91a76000   Rt86win7 Rt86win7.sys Fri Jan 21 02:33:09 2011 (4D3936B5)
    89b4d000 89b63600   SBREdrv  SBREdrv.sys  Thu May 13 05:26:31 2010 (4BEBC5C7)
    89328000 8934e000   SCSIPORT SCSIPORT.SYS Mon Jul 13 19:45:55 2009 (4A5BC733)
    955f4000 955fe000   secdrv   secdrv.SYS   Wed Sep 13 09:18:32 2006 (45080528)
    91adb000 91ae5000   serenum  serenum.sys  Mon Jul 13 19:45:27 2009 (4A5BC717)
    904c3000 904dd000   serial   serial.sys   Mon Jul 13 19:45:33 2009 (4A5BC71D)
    894c3000 894e3000   SI3112r  SI3112r.sys  Thu Aug 16 22:00:39 2007 (46C50147)
    89531000 89534100   SiWinAcc SiWinAcc.sys Thu Jun 14 20:02:27 2007 (4671D713)
    89a37000 89a3f000   spldr    spldr.sys    Mon May 11 12:13:47 2009 (4A084EBB)
    8922c000 8931f000   sptd     sptd.sys     Sun Oct 11 16:54:02 2009 (4AD245EA)
    9567b000 956cc000   srv      srv.sys      Thu Aug 26 23:31:26 2010 (4C77318E)
    9562c000 9567b000   srv2     srv2.sys     Thu Aug 26 23:30:45 2010 (4C773165)
    955fe000 9561f000   srvnet   srvnet.sys   Thu Aug 26 23:30:39 2010 (4C77315F)
    9140a000 9140b380   swenum   swenum.sys   Mon Jul 13 19:45:08 2009 (4A5BC704)
    89875000 899be000   tcpip    tcpip.sys    Sun Jun 13 23:36:59 2010 (4C15A3DB)
    9561f000 9562c000   tcpipreg tcpipreg.sys Mon Jul 13 19:54:14 2009 (4A5BC926)
    89be6000 89bf1000   TDI      TDI.SYS      Mon Jul 13 19:12:12 2009 (4A5BBF4C)
    95712000 9571c000   tdtcp    tdtcp.sys    Mon Jul 13 20:01:37 2009 (4A5BCAE1)
    89bcf000 89be6000   tdx      tdx.sys      Mon Jul 13 19:12:10 2009 (4A5BBF4A)
    904f0000 90500000   termdd   termdd.sys   Mon Jul 13 20:01:35 2009 (4A5BCADF)
    94670000 94679000   TSDDD    TSDDD.dll    unavailable (00000000)
    9571c000 95729000   tssecsrv tssecsrv.sys Mon Jul 13 20:01:50 2009 (4A5BCAEE)
    905eb000 9060c000   tunnel   tunnel.sys   Mon Jul 13 19:54:03 2009 (4A5BC91B)
    90680000 9068e000   umbus    umbus.sys    Mon Jul 13 19:51:38 2009 (4A5BC88A)
    907da000 907db700   USBD     USBD.SYS     Mon Jul 13 19:51:05 2009 (4A5BC869)
    91acc000 91adb000   usbehci  usbehci.sys  Mon Jul 13 19:51:14 2009 (4A5BC872)
    9068e000 906d2000   usbhub   usbhub.sys   Mon Jul 13 19:52:06 2009 (4A5BC8A6)
    91a81000 91acc000   USBPORT  USBPORT.SYS  Mon Jul 13 19:51:13 2009 (4A5BC871)
    907c3000 907da000   USBSTOR  USBSTOR.SYS  Mon Jul 13 19:51:19 2009 (4A5BC877)
    91a76000 91a81000   usbuhci  usbuhci.sys  Mon Jul 13 19:51:10 2009 (4A5BC86E)
    8939e000 893a9000   vdrvroot vdrvroot.sys Mon Jul 13 19:46:19 2009 (4A5BC74B)
    89b64000 89b70000   vga      vga.sys      Mon Jul 13 19:25:50 2009 (4A5BC27E)
    89b70000 89b91000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:25:49 2009 (4A5BC27D)
    899ef000 899f8000   vmstorfl vmstorfl.sys unavailable (00000000)
    893e4000 893f4000   volmgr   volmgr.sys   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    89421000 8946c000   volmgrx  volmgrx.sys  unavailable (00000000)
    899f8000 89a37000   volsnap  volsnap.sys  Mon Jul 13 19:11:34 2009 (4A5BBF26)
    904dd000 904f0000   wanarp   wanarp.sys   Mon Jul 13 19:55:02 2009 (4A5BC956)
    89b91000 89b9e000   watchdog watchdog.sys Mon Jul 13 19:24:10 2009 (4A5BC21A)
    891ad000 8921e000   Wdf01000 Wdf01000.sys Mon Jul 13 19:11:36 2009 (4A5BBF28)
    8921e000 8922c000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:11:25 2009 (4A5BBF1D)
    9048f000 90496000   wfplwf   wfplwf.sys   Mon Jul 13 19:53:51 2009 (4A5BC90F)
    94410000 9465b000   win32k   win32k.sys   unavailable (00000000)
    8931f000 89328000   WMILIB   WMILIB.SYS   Mon Jul 13 19:11:22 2009 (4A5BBF1A)
    90400000 9041a000   WudfPf   WudfPf.sys   Mon Jul 13 19:50:13 2009 (4A5BC835)
    956cc000 956ec480   WUDFRd   WUDFRd.sys   Mon Jul 13 19:50:44 2009 (4A5BC854)
    
    Unloaded modules:
    9575a000 957c4000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    89aec000 89af9000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    89af9000 89b04000   dump_ataport
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    89b04000 89b0d000   dump_atapi.s
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    89b0d000 89b1e000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
      My Computer


  3. Posts : 2
    Windows 7 Ultimate 32bit
    Thread Starter
       #3

    Hello,
    Thank you for the detailed information. Since then I have tried to clear up as much as I could but kept coming across too many issues even after removing any third party applications/hardware that were referenced in the BSODs. I have opted out to rebuild this from scratch with a new install and formatting my machine. Thanks for the assistance. Please close out this thread. :)
      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 05:50.
Find Us