1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Windows Vista Irql_not_less_or_equal, BugCheck A error

Discussion in 'Legacy Windows' started by gnacer, 2007/05/18.

  1. 2007/05/18
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    I am having the most frustrating time debugging this error. Sometimes I can work for several hours with no problem, sometimes, I only get 15 min before the computer crashes with the BSOD error. I ran the Memory Diagnostic in Vista and everything comes back fine. I have tried replacing the sound cards, memory, video cards, reinstalling ... nothing seems to work. Please help

    SYSTEM:
    MS Windows Vista Home Premium - 32bit
    2gb DDR2 Kingston RAM
    Intel Core 2 Extreme (2.66 gHz)
    Intel mboard
    ASUS EN8600 video card
    Diamond Sound Card.

    I ran the WinDBG with the following log:

    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck A, {827fffe4, 2, 0, 81cbcda4}

    Probably caused by : memory_corruption ( nt!MiReplenishPageSlist+e5 )

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

    2: kd> !analyze -v
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 827fffe4, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: 81cbcda4, address which referenced memory

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


    READ_ADDRESS: GetPointerFromAddress: unable to read from 81d315ac
    Unable to read MiSystemVaType memory at 81d11780
    827fffe4

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MiReplenishPageSlist+e5
    81cbcda4 8b08 mov ecx,dword ptr [eax]

    CUSTOMER_CRASH_COUNT: 2

    DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

    BUGCHECK_STR: 0xA

    PROCESS_NAME: svchost.exe

    TRAP_FRAME: 97a77c14 -- (.trap 0xffffffff97a77c14)
    ErrCode = 00000000
    eax=827fffe4 ebx=81cf39ac ecx=0003f514 edx=0000778e esi=835e4eb4 edi=00000001
    eip=81cbcda4 esp=97a77c88 ebp=97a77ca8 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    nt!MiReplenishPageSlist+0xe5:
    81cbcda4 8b08 mov ecx,dword ptr [eax] ds:0023:827fffe4=????????
    Resetting default scope

    LAST_CONTROL_TRANSFER: from 81cbcda4 to 81c8fc44

    STACK_TEXT:
    97a77c14 81cbcda4 badb0d00 0000778e 81c707f9 nt!KiTrap0E+0x2ac
    97a77ca8 81caee02 81cf39ac 0000018f 00000000 nt!MiReplenishPageSlist+0xe5
    97a77ce4 81cabaca 0000018f 06be8000 06be8000 nt!MiRemovePageZeroPreferred+0x164
    97a77d4c 81c8fa74 00000001 06be8000 00000001 nt!MmAccessFault+0x1cd8
    97a77d4c 76f8c553 00000001 06be8000 00000001 nt!KiTrap0E+0xdc
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    01aaf2f0 00000000 00000000 00000000 00000000 0x76f8c553


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!MiReplenishPageSlist+e5
    81cbcda4 8b08 mov ecx,dword ptr [eax]

    SYMBOL_STACK_INDEX: 1

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ae00

    SYMBOL_NAME: nt!MiReplenishPageSlist+e5

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_nt!MiReplenishPageSlist+e5

    BUCKET_ID: 0xA_nt!MiReplenishPageSlist+e5

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

    Any help would be appreciated.
     
  2. 2007/05/18
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    It crashed again. Hers the log


    Microsoft (R) Windows Debugger Version 6.7.0005.0
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\Users\kirk\Desktop\Mini051807-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available

    Symbol search path is: srv*c:\websymbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows Vista Kernel Version 6000 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 6000.16386.x86fre.vista_rtm.061101-2205
    Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d11db0
    Debug session time: Fri May 18 21:08:58.589 2007 (GMT-7)
    System Uptime: 0 days 0:10:13.330
    Loading Kernel Symbols
    .................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ...
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck A, {827f1ff2, 2, 0, 81cba3bf}

    Probably caused by : memory_corruption ( nt!MmZeroPageThread+298 )

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

    1: kd> !analyze -v
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 827f1ff2, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: 81cba3bf, address which referenced memory

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


    READ_ADDRESS: GetPointerFromAddress: unable to read from 81d315ac
    Unable to read MiSystemVaType memory at 81d11780
    827f1ff2

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MmZeroPageThread+298
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh]

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

    BUGCHECK_STR: 0xA

    PROCESS_NAME: System

    TRAP_FRAME: 80204cbc -- (.trap 0xffffffff80204cbc)
    ErrCode = 00000000
    eax=fffff7ff ebx=00000000 ecx=835e3c00 edx=ffffffff esi=827f1fe4 edi=00000017
    eip=81cba3bf esp=80204d30 ebp=80204d74 iopl=0 nv up ei ng nz na pe cy
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010287
    nt!MmZeroPageThread+0x298:
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh] ds:0023:827f1ff2=??
    Resetting default scope

    LAST_CONTROL_TRANSFER: from 81cba3bf to 81c8fc44

    STACK_TEXT:
    80204cbc 81cba3bf badb0d00 ffffffff 878af120 nt!KiTrap0E+0x2ac
    80204d74 81d3301d 80204dc0 81e254a8 80806e70 nt!MmZeroPageThread+0x298
    80204d7c 81e254a8 80806e70 8020f680 00000000 nt!Phase1Initialization+0x12
    80204dc0 81c9145e 81d3300b 80806e70 00000000 nt!PspSystemThreadStartup+0x9d
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!MmZeroPageThread+298
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh]

    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: nt!MmZeroPageThread+298

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ae00

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_nt!MmZeroPageThread+298

    BUCKET_ID: 0xA_nt!MmZeroPageThread+298

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

  3. to hide this advert.

  4. 2007/05/18
    Paul

    Paul Inactive

    Joined:
    2002/01/29
    Messages:
    1,293
    Likes Received:
    1
    Hard to say what the cause is, but possibly memory. You say you have replaced the memory?
    Remove one stick and try. Swap again to fully test both sticks. Make sure there is no software memory overclocking, or any motherboard (BIOS) overclocking utility active. The same for the videocard, make sure it is running at its default speed.

    I had a similar issue that usually occurred when I was pushing the system memory encoding AVI files to DVD. The system would BSOD. I had a Gigabyte BIOS utility (M.I.B Memory Intelligent Booster) that was slightly overclocking my memory. Never a problem since setting back to stock standard.
     
    Last edited: 2007/05/18
    Paul,
    #3
  5. 2007/05/19
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    Will try the memory, but I have already swapped out the memory. The mem diag comes back clean every time I run it.
     
  6. 2007/05/19
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    Arie,
    #5
  7. 2007/05/19
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.7.0005.0
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\Users\shayne\Desktop\Mini051707-02.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: C:\Windows;C:\Windows\system32;C:\Windows\system32\drivers
    Windows Vista Kernel Version 6000 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 6000.16386.x86fre.vista_rtm.061101-2205
    Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d11db0
    Debug session time: Thu May 17 22:26:25.917 2007 (GMT-7)
    System Uptime: 0 days 2:01:23.083
    Loading Kernel Symbols
    .................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ...
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck A, {827fffe4, 2, 0, 81cbcda4}

    Probably caused by : memory_corruption ( nt!MiReplenishPageSlist+e5 )

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

    2: kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 827fffe4, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: 81cbcda4, address which referenced memory

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


    READ_ADDRESS: GetPointerFromAddress: unable to read from 81d315ac
    Unable to read MiSystemVaType memory at 81d11780
    827fffe4

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MiReplenishPageSlist+e5
    81cbcda4 8b08 mov ecx,dword ptr [eax]

    CUSTOMER_CRASH_COUNT: 2

    DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

    BUGCHECK_STR: 0xA

    PROCESS_NAME: svchost.exe

    TRAP_FRAME: 97a77c14 -- (.trap 0xffffffff97a77c14)
    .trap 0xffffffff97a77c14
    ErrCode = 00000000
    eax=827fffe4 ebx=81cf39ac ecx=0003f514 edx=0000778e esi=835e4eb4 edi=00000001
    eip=81cbcda4 esp=97a77c88 ebp=97a77ca8 iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    nt!MiReplenishPageSlist+0xe5:
    81cbcda4 8b08 mov ecx,dword ptr [eax] ds:0023:827fffe4=????????
    .trap
    Resetting default scope

    LAST_CONTROL_TRANSFER: from 81cbcda4 to 81c8fc44

    STACK_TEXT:
    97a77c14 81cbcda4 badb0d00 0000778e 81c707f9 nt!KiTrap0E+0x2ac
    97a77ca8 81caee02 81cf39ac 0000018f 00000000 nt!MiReplenishPageSlist+0xe5
    97a77ce4 81cabaca 0000018f 06be8000 06be8000 nt!MiRemovePageZeroPreferred+0x164
    97a77d4c 81c8fa74 00000001 06be8000 00000001 nt!MmAccessFault+0x1cd8
    97a77d4c 76f8c553 00000001 06be8000 00000001 nt!KiTrap0E+0xdc
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    01aaf2f0 00000000 00000000 00000000 00000000 0x76f8c553


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!MiReplenishPageSlist+e5
    81cbcda4 8b08 mov ecx,dword ptr [eax]

    SYMBOL_STACK_INDEX: 1

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ae00

    SYMBOL_NAME: nt!MiReplenishPageSlist+e5

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_nt!MiReplenishPageSlist+e5

    BUCKET_ID: 0xA_nt!MiReplenishPageSlist+e5

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

    eax=8788313c ebx=00000002 ecx=00000510 edx=81d293dc esi=87883120 edi=827fffe4
    eip=81c8fc44 esp=97a77bfc ebp=97a77c14 iopl=0 nv up ei ng nz na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000286
    nt!KiTrap0E+0x2ac:
    81c8fc44 833d648dd28100 cmp dword ptr [nt!KiFreezeFlag (81d28d64)],0 ds:0023:81d28d64=????????
    ChildEBP RetAddr Args to Child
    97a77c14 81cbcda4 badb0d00 0000778e 81c707f9 nt!KiTrap0E+0x2ac (FPO: [0,0] TrapFrame @ 97a77c14)
    97a77ca8 81caee02 81cf39ac 0000018f 00000000 nt!MiReplenishPageSlist+0xe5
    97a77ce4 81cabaca 0000018f 06be8000 06be8000 nt!MiRemovePageZeroPreferred+0x164
    97a77d4c 81c8fa74 00000001 06be8000 00000001 nt!MmAccessFault+0x1cd8
    97a77d4c 76f8c553 00000001 06be8000 00000001 nt!KiTrap0E+0xdc (FPO: [0,0] TrapFrame @ 97a77d64)
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    01aaf2f0 00000000 00000000 00000000 00000000 0x76f8c553
    start end module name
    80206000 8020d000 pciide pciide.sys Thu Nov 02 01:51:35 2006 (4549B197)
    8020d000 80215000 msisadrv msisadrv.sys Thu Nov 02 01:35:08 2006 (4549ADBC)
    80215000 8021e000 WMILIB WMILIB.SYS Thu Nov 02 01:54:53 2006 (4549B25D)
    8021e000 8022b000 WDFLDR WDFLDR.SYS Thu Nov 02 01:54:05 2006 (4549B22D)
    8022b000 80266000 CLFS CLFS.SYS Thu Nov 02 01:30:52 2006 (4549ACBC)
    80266000 8026e000 BOOTVID BOOTVID.dll Thu Nov 02 02:39:29 2006 (4549BCD1)
    8026e000 80277000 PSHED PSHED.dll Thu Nov 02 02:42:51 2006 (4549BD9B)
    80277000 802c6000 mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Thu Nov 02 02:40:10 2006 (4549BCFA)
    802c6000 802ce000 kdcom kdcom.dll Thu Nov 02 02:42:20 2006 (4549BD7C)
    80407000 8040f000 atapi atapi.sys Thu Nov 02 01:51:34 2006 (4549B196)
    8040f000 8041d000 PCIIDEX PCIIDEX.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8041d000 8042d000 mountmgr mountmgr.sys Thu Nov 02 01:51:06 2006 (4549B17A)
    8042d000 8043c000 volmgr volmgr.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8043c000 80461000 pci pci.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    80461000 804a4000 acpi acpi.sys Thu Nov 02 01:35:03 2006 (4549ADB7)
    804a4000 8051f000 Wdf01000 Wdf01000.sys Thu Nov 02 01:54:18 2006 (4549B23A)
    8051f000 80600000 CI CI.dll Thu Nov 02 02:42:45 2006 (4549BD95)
    80606000 80615000 partmgr partmgr.sys Thu Nov 02 01:51:47 2006 (4549B1A3)
    80615000 8061d000 spldr spldr.sys Wed Oct 25 15:40:44 2006 (453FE7EC)
    8061d000 80653000 volsnap volsnap.sys Thu Nov 02 01:52:11 2006 (4549B1BB)
    80653000 8068c000 NETIO NETIO.SYS Thu Nov 02 01:58:01 2006 (4549B319)
    8068c000 806b7000 msrpc msrpc.sys unavailable (00000000)
    806b7000 806c7000 fileinfo fileinfo.sys Thu Nov 02 01:36:47 2006 (4549AE1F)
    806c7000 806f8000 fltmgr fltmgr.sys Thu Nov 02 01:30:58 2006 (4549ACC2)
    806f8000 80716000 ataport ataport.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    80716000 807b6000 iastorv iastorv.sys Fri Oct 06 11:01:40 2006 (45269A04)
    807b6000 80800000 volmgrx volmgrx.sys Thu Nov 02 01:51:54 2006 (4549B1AA)
    81c00000 81fa1000 nt ntkrpamp.exe Thu Nov 02 01:36:16 2006 (4549AE00)
    81fa1000 81fd5000 hal halmacpi.dll Thu Nov 02 01:30:18 2006 (4549AC9A)
    87623000 8762c000 crcdisk crcdisk.sys Thu Nov 02 01:52:27 2006 (4549B1CB)
    8762c000 8764d000 CLASSPNP CLASSPNP.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8764d000 8765e000 disk disk.sys Thu Nov 02 01:51:40 2006 (4549B19C)
    8765e000 87683000 ecache ecache.sys Thu Nov 02 01:52:42 2006 (4549B1DA)
    87683000 87692000 mup mup.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    87692000 876fc000 ksecdd ksecdd.sys Thu Nov 02 01:43:45 2006 (4549AFC1)
    876fc000 87800000 ndis ndis.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    87814000 87823000 raspppoe raspppoe.sys Thu Nov 02 01:58:12 2006 (4549B324)
    87823000 8782c000 tunmp tunmp.sys Thu Nov 02 01:57:23 2006 (4549B2F3)
    878f8000 87a00000 Ntfs Ntfs.sys Thu Nov 02 01:31:39 2006 (4549ACEB)
    88242000 8824d000 tunnel tunnel.sys Thu Nov 02 01:57:29 2006 (4549B2F9)
    88627000 8862d380 HIDPARSE HIDPARSE.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    88651000 88658000 parvdm parvdm.sys unavailable (00000000)
    88658000 8865f000 Null Null.SYS unavailable (00000000)
    8865f000 88666000 Beep Beep.SYS Thu Nov 02 01:51:03 2006 (4549B177)
    886bc000 886bd380 swenum swenum.sys Thu Nov 02 01:51:15 2006 (4549B183)
    886c0000 886c1700 USBD USBD.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    88700000 8870f280 ohci1394 ohci1394.sys Thu Nov 02 01:55:16 2006 (4549B274)
    88720000 88730000 HIDCLASS HIDCLASS.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    88750000 88760000 NDProxy NDProxy.SYS Thu Nov 02 01:58:08 2006 (4549B320)
    887f0000 88800000 lltdio lltdio.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    8a600000 8a60b000 usbuhci usbuhci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8a63d000 8a640000 eio eio.sys Tue Jun 13 22:44:28 2006 (448FA23C)
    8a680000 8a688000 RDPCDD RDPCDD.sys Thu Nov 02 02:02:01 2006 (4549B409)
    8a688000 8a690000 rdpencdd rdpencdd.sys Thu Nov 02 02:02:01 2006 (4549B409)
    8a690000 8a697080 atkdisplowfilter atkdisplowfilter.sys Mon Mar 26 03:00:57 2007 (460799D9)
    8a6c0000 8a6c8000 mouhid mouhid.sys Thu Nov 02 01:51:12 2006 (4549B180)
    8a760000 8a76a000 secdrv secdrv.SYS Wed Sep 13 06:18:32 2006 (45080528)
    8a77e000 8a788000 serenum serenum.sys Thu Nov 02 01:51:25 2006 (4549B18D)
    8a788000 8a792000 mssmbios mssmbios.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    8a792000 8a79c000 nsiproxy nsiproxy.sys Thu Nov 02 01:57:30 2006 (4549B2FA)
    8a79c000 8a7a6000 Dxapi Dxapi.sys Thu Nov 02 01:38:17 2006 (4549AE79)
    8ae8a000 8aea0000 cdfs cdfs.sys Thu Nov 02 01:30:50 2006 (4549ACBA)
    8aeb2000 8aebb000 hidusb hidusb.sys Thu Nov 02 01:55:01 2006 (4549B265)
    8aecd000 8aed6000 Fs_Rec Fs_Rec.SYS unavailable (00000000)
    8aed6000 8aedf000 rasacd rasacd.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8af27000 8af30000 asyncmac asyncmac.sys Thu Nov 02 01:58:10 2006 (4549B322)
    8af30000 8af3d000 watchdog watchdog.sys Thu Nov 02 01:37:44 2006 (4549AE58)
    8af4a000 8af57000 umbus umbus.sys Thu Nov 02 01:55:24 2006 (4549B27C)
    8af60000 8af6e000 usbehci usbehci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8af6e000 8afa2000 e1e6032 e1e6032.sys Mon Aug 21 09:20:47 2006 (44E9DD5F)
    8afa2000 8afb0000 intelppm intelppm.sys Thu Nov 02 01:30:18 2006 (4549AC9A)
    8b00a000 8b035000 msiscsi msiscsi.sys Thu Nov 02 01:52:40 2006 (4549B1D8)
    8b035000 8b04f000 serial serial.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8b04f000 8b05a000 kbdclass kbdclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8b05a000 8b06d000 i8042prt i8042prt.sys Thu Nov 02 01:51:12 2006 (4549B180)
    8b06d000 8b085000 parport parport.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8b085000 8b092080 1394BUS 1394BUS.SYS Thu Nov 02 01:55:12 2006 (4549B270)
    8b093000 8b0bd000 ks ks.sys Thu Nov 02 01:51:18 2006 (4549B186)
    8b0bd000 8b0e2000 drmk drmk.sys Thu Nov 02 02:20:49 2006 (4549B871)
    8b0e2000 8b10f000 portcls portcls.sys Thu Nov 02 01:55:02 2006 (4549B266)
    8b10f000 8b127000 cdrom cdrom.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8b127000 8b164000 USBPORT USBPORT.SYS Thu Nov 02 01:55:09 2006 (4549B26D)
    8b164000 8b200000 dxgkrnl dxgkrnl.sys Thu Nov 02 01:38:46 2006 (4549AE96)
    8b406000 8b415000 termdd termdd.sys Thu Nov 02 02:02:00 2006 (4549B408)
    8b415000 8b422000 crashdmp crashdmp.sys Thu Nov 02 01:51:36 2006 (4549B198)
    8b4e5000 8b4f0000 mouclass mouclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8b4f0000 8b503000 raspptp raspptp.sys Thu Nov 02 01:58:14 2006 (4549B326)
    8b503000 8b526000 ndiswan ndiswan.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8b526000 8b531000 ndistapi ndistapi.sys Thu Nov 02 01:58:07 2006 (4549B31F)
    8b531000 8b548000 rasl2tp rasl2tp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8b548000 8b553000 TDI TDI.SYS Thu Nov 02 01:58:46 2006 (4549B346)
    8b553000 8b593000 storport storport.sys Thu Nov 02 01:51:45 2006 (4549B1A1)
    8b593000 8b6ddec0 cmuda3 cmuda3.sys Thu Oct 27 19:45:41 2005 (436190D5)
    8b6de000 8bdff5a0 nvlddmkm nvlddmkm.sys Thu Apr 12 18:01:57 2007 (461ED685)
    8c008000 8c04f000 afd afd.sys Thu Nov 02 01:58:41 2006 (4549B341)
    8c04f000 8c063000 smb smb.sys Thu Nov 02 01:57:10 2006 (4549B2E6)
    8c063000 8c078000 tdx tdx.sys Thu Nov 02 01:57:34 2006 (4549B2FE)
    8c078000 8c091000 fwpkclnt fwpkclnt.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8c091000 8c09f000 Npfs Npfs.SYS Thu Nov 02 01:30:57 2006 (4549ACC1)
    8c0bf000 8c0e0000 VIDEOPRT VIDEOPRT.SYS Thu Nov 02 01:54:07 2006 (4549B22F)
    8c0e0000 8c0ec000 vga vga.sys Thu Nov 02 01:53:56 2006 (4549B224)
    8c0fc000 8c130000 usbhub usbhub.sys Thu Nov 02 01:55:20 2006 (4549B278)
    8c150000 8c15b000 Msfs Msfs.SYS unavailable (00000000)
    8c187000 8c192000 tcpipreg tcpipreg.sys Thu Nov 02 01:57:46 2006 (4549B30A)
    8c234000 8c24b000 dfsc dfsc.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    8c28b000 8c2c6000 rdbss rdbss.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    8c2c6000 8c2d9000 wanarp wanarp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8c2d9000 8c2e7000 netbios netbios.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8c2e7000 8c2fd000 pacer pacer.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    8c2fd000 8c32f000 netbt netbt.sys Thu Nov 02 01:57:18 2006 (4549B2EE)
    8c32f000 8c400000 tcpip tcpip.sys Thu Nov 02 01:58:31 2006 (4549B337)
    8c560000 8c600000 dump_iaStorV dump_iaStorV.sys Fri Oct 06 11:01:40 2006 (45269A04)
    90800000 909ff000 win32k win32k.sys Wed Feb 14 18:57:33 2007 (45D3CC1D)
    93e45000 93e60000 luafv luafv.sys Thu Nov 02 01:33:07 2006 (4549AD43)
    94200000 94209000 TSDDD TSDDD.dll Thu Nov 02 02:02:02 2006 (4549B40A)
    94210000 9421e000 cdd cdd.dll unavailable (00000000)
    956cc000 956db000 monitor monitor.sys Thu Nov 02 01:54:05 2006 (4549B22D)
    95d04000 95d1f000 srvnet srvnet.sys Thu Nov 02 01:31:43 2006 (4549ACEF)
    95d1f000 95d32000 rspndr rspndr.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    95d32000 95dc0000 spsys spsys.sys Wed Oct 25 15:43:28 2006 (453FE890)
    9600e000 9602d000 mrxdav mrxdav.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    9602d000 96041000 mpsdrv mpsdrv.sys Thu Nov 02 01:56:32 2006 (4549B2C0)
    96041000 9605a000 bowser bowser.sys Thu Nov 02 01:31:11 2006 (4549ACCF)
    9609a000 96100000 HTTP HTTP.sys Thu Nov 02 01:57:06 2006 (4549B2E2)
    96ca7000 96cf3000 srv srv.sys Thu Nov 02 01:31:55 2006 (4549ACFB)
    96d33000 96d57000 srv2 srv2.sys Thu Nov 02 01:31:46 2006 (4549ACF2)
    96d57000 96d69000 mrxsmb20 mrxsmb20.sys Thu Nov 02 01:31:16 2006 (4549ACD4)
    96da9000 96de2000 mrxsmb10 mrxsmb10.sys Thu Nov 02 01:31:25 2006 (4549ACDD)
    96de2000 96e00000 mrxsmb mrxsmb.sys Thu Nov 02 01:31:20 2006 (4549ACD8)
    9a2af000 9a38d000 peauth peauth.sys Mon Oct 23 01:55:32 2006 (453C8384)

    Unloaded modules:
    8a6b8000 8a6c0000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    88693000 886a0000 crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    8ae00000 8aea0000 dump_iaStorV
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:\debuglog.txt
     
  8. 2007/05/19
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.7.0005.0
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\Users\shayne\Desktop\Mini051807-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: C:\Windows;C:\Windows\system32;C:\Windows\system32\drivers
    Windows Vista Kernel Version 6000 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 6000.16386.x86fre.vista_rtm.061101-2205
    Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d11db0
    Debug session time: Fri May 18 21:08:58.589 2007 (GMT-7)
    System Uptime: 0 days 0:10:13.330
    Loading Kernel Symbols
    .................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ...
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck A, {827f1ff2, 2, 0, 81cba3bf}

    Probably caused by : memory_corruption ( nt!MmZeroPageThread+298 )

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

    1: kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: 827f1ff2, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: 81cba3bf, address which referenced memory

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


    READ_ADDRESS: GetPointerFromAddress: unable to read from 81d315ac
    Unable to read MiSystemVaType memory at 81d11780
    827f1ff2

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MmZeroPageThread+298
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh]

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

    BUGCHECK_STR: 0xA

    PROCESS_NAME: System

    TRAP_FRAME: 80204cbc -- (.trap 0xffffffff80204cbc)
    .trap 0xffffffff80204cbc
    ErrCode = 00000000
    eax=fffff7ff ebx=00000000 ecx=835e3c00 edx=ffffffff esi=827f1fe4 edi=00000017
    eip=81cba3bf esp=80204d30 ebp=80204d74 iopl=0 nv up ei ng nz na pe cy
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010287
    nt!MmZeroPageThread+0x298:
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh] ds:0023:827f1ff2=??
    .trap
    Resetting default scope

    LAST_CONTROL_TRANSFER: from 81cba3bf to 81c8fc44

    STACK_TEXT:
    80204cbc 81cba3bf badb0d00 ffffffff 878af120 nt!KiTrap0E+0x2ac
    80204d74 81d3301d 80204dc0 81e254a8 80806e70 nt!MmZeroPageThread+0x298
    80204d7c 81e254a8 80806e70 8020f680 00000000 nt!Phase1Initialization+0x12
    80204dc0 81c9145e 81d3300b 80806e70 00000000 nt!PspSystemThreadStartup+0x9d
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!MmZeroPageThread+298
    81cba3bf 8a4e0e mov cl,byte ptr [esi+0Eh]

    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: nt!MmZeroPageThread+298

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ae00

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_nt!MmZeroPageThread+298

    BUCKET_ID: 0xA_nt!MmZeroPageThread+298

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

    eax=878af13c ebx=00000002 ecx=0000070c edx=81d293dc esi=878af120 edi=827f1ff2
    eip=81c8fc44 esp=80204ca4 ebp=80204cbc iopl=0 nv up ei ng nz na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000286
    nt!KiTrap0E+0x2ac:
    81c8fc44 833d648dd28100 cmp dword ptr [nt!KiFreezeFlag (81d28d64)],0 ds:0023:81d28d64=????????
    ChildEBP RetAddr Args to Child
    80204cbc 81cba3bf badb0d00 ffffffff 878af120 nt!KiTrap0E+0x2ac (FPO: [0,0] TrapFrame @ 80204cbc)
    80204d74 81d3301d 80204dc0 81e254a8 80806e70 nt!MmZeroPageThread+0x298
    80204d7c 81e254a8 80806e70 8020f680 00000000 nt!Phase1Initialization+0x12
    80204dc0 81c9145e 81d3300b 80806e70 00000000 nt!PspSystemThreadStartup+0x9d
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16
    start end module name
    80206000 8020d000 pciide pciide.sys Thu Nov 02 01:51:35 2006 (4549B197)
    8020d000 80215000 msisadrv msisadrv.sys Thu Nov 02 01:35:08 2006 (4549ADBC)
    80215000 8021e000 WMILIB WMILIB.SYS Thu Nov 02 01:54:53 2006 (4549B25D)
    8021e000 8022b000 WDFLDR WDFLDR.SYS Thu Nov 02 01:54:05 2006 (4549B22D)
    8022b000 80266000 CLFS CLFS.SYS Thu Nov 02 01:30:52 2006 (4549ACBC)
    80266000 8026e000 BOOTVID BOOTVID.dll Thu Nov 02 02:39:29 2006 (4549BCD1)
    8026e000 80277000 PSHED PSHED.dll Thu Nov 02 02:42:51 2006 (4549BD9B)
    80277000 802c6000 mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Thu Nov 02 02:40:10 2006 (4549BCFA)
    802c6000 802ce000 kdcom kdcom.dll Thu Nov 02 02:42:20 2006 (4549BD7C)
    80407000 8040f000 atapi atapi.sys Thu Nov 02 01:51:34 2006 (4549B196)
    8040f000 8041d000 PCIIDEX PCIIDEX.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8041d000 8042d000 mountmgr mountmgr.sys Thu Nov 02 01:51:06 2006 (4549B17A)
    8042d000 8043c000 volmgr volmgr.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8043c000 80461000 pci pci.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    80461000 804a4000 acpi acpi.sys Thu Nov 02 01:35:03 2006 (4549ADB7)
    804a4000 8051f000 Wdf01000 Wdf01000.sys Thu Nov 02 01:54:18 2006 (4549B23A)
    8051f000 80600000 CI CI.dll Thu Nov 02 02:42:45 2006 (4549BD95)
    80606000 80615000 partmgr partmgr.sys Thu Nov 02 01:51:47 2006 (4549B1A3)
    80615000 8061d000 spldr spldr.sys Wed Oct 25 15:40:44 2006 (453FE7EC)
    8061d000 80653000 volsnap volsnap.sys Thu Nov 02 01:52:11 2006 (4549B1BB)
    80653000 8068c000 NETIO NETIO.SYS Thu Nov 02 01:58:01 2006 (4549B319)
    8068c000 806b7000 msrpc msrpc.sys Thu Nov 02 01:50:16 2006 (4549B148)
    806b7000 806c7000 fileinfo fileinfo.sys Thu Nov 02 01:36:47 2006 (4549AE1F)
    806c7000 806f8000 fltmgr fltmgr.sys Thu Nov 02 01:30:58 2006 (4549ACC2)
    806f8000 80716000 ataport ataport.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    80716000 807b6000 iastorv iastorv.sys Fri Oct 06 11:01:40 2006 (45269A04)
    807b6000 80800000 volmgrx volmgrx.sys Thu Nov 02 01:51:54 2006 (4549B1AA)
    81c00000 81fa1000 nt ntkrpamp.exe Thu Nov 02 01:36:16 2006 (4549AE00)
    81fa1000 81fd5000 hal halmacpi.dll Thu Nov 02 01:30:18 2006 (4549AC9A)
    87623000 8762c000 crcdisk crcdisk.sys Thu Nov 02 01:52:27 2006 (4549B1CB)
    8762c000 8764d000 CLASSPNP CLASSPNP.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8764d000 8765e000 disk disk.sys Thu Nov 02 01:51:40 2006 (4549B19C)
    8765e000 87683000 ecache ecache.sys Thu Nov 02 01:52:42 2006 (4549B1DA)
    87683000 87692000 mup mup.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    87692000 876fc000 ksecdd ksecdd.sys Thu Nov 02 01:43:45 2006 (4549AFC1)
    876fc000 87800000 ndis ndis.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    87814000 87823000 raspppoe raspppoe.sys Thu Nov 02 01:58:12 2006 (4549B324)
    878f8000 87a00000 Ntfs Ntfs.sys Thu Nov 02 01:31:39 2006 (4549ACEB)
    88242000 8824d000 tunnel tunnel.sys Thu Nov 02 01:57:29 2006 (4549B2F9)
    88687000 8868e000 Null Null.SYS Thu Nov 02 01:51:05 2006 (4549B179)
    886ca000 886cb380 swenum swenum.sys Thu Nov 02 01:51:15 2006 (4549B183)
    886cc000 886cd700 USBD USBD.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    88700000 88710000 lltdio lltdio.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    88760000 88770000 NDProxy NDProxy.SYS Thu Nov 02 01:58:08 2006 (4549B320)
    88770000 88780000 HIDCLASS HIDCLASS.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    88780000 8878f280 ohci1394 ohci1394.sys Thu Nov 02 01:55:16 2006 (4549B274)
    8a40a000 8a415000 usbuhci usbuhci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8a415000 8a422000 watchdog watchdog.sys Thu Nov 02 01:37:44 2006 (4549AE58)
    8a422000 8a430000 intelppm intelppm.sys Thu Nov 02 01:30:18 2006 (4549AC9A)
    8a498000 8a49f080 atkdisplowfilter atkdisplowfilter.sys Mon Mar 26 03:00:57 2007 (460799D9)
    8a4c8000 8a4d0000 mouhid mouhid.sys Thu Nov 02 01:51:12 2006 (4549B180)
    8a4d8000 8a4e0000 RDPCDD RDPCDD.sys Thu Nov 02 02:02:01 2006 (4549B409)
    8a4e0000 8a4e8000 rdpencdd rdpencdd.sys Thu Nov 02 02:02:01 2006 (4549B409)
    8a4f0000 8a4f7000 Beep Beep.SYS Thu Nov 02 01:51:03 2006 (4549B177)
    8a54b000 8a551380 HIDPARSE HIDPARSE.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    8a552000 8a559000 parvdm parvdm.sys Thu Nov 02 01:51:23 2006 (4549B18B)
    8a56a000 8a574000 serenum serenum.sys Thu Nov 02 01:51:25 2006 (4549B18D)
    8a574000 8a57e000 mssmbios mssmbios.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    8a57e000 8a588000 nsiproxy nsiproxy.sys Thu Nov 02 01:57:30 2006 (4549B2FA)
    8a588000 8a592000 Dxapi Dxapi.sys Thu Nov 02 01:38:17 2006 (4549AE79)
    8a5ba000 8a5c4000 secdrv secdrv.SYS Wed Sep 13 06:18:32 2006 (45080528)
    8a600000 8a60d080 1394BUS 1394BUS.SYS Thu Nov 02 01:55:12 2006 (4549B270)
    8a60e000 8a61c000 usbehci usbehci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8a61c000 8a650000 e1e6032 e1e6032.sys Mon Aug 21 09:20:47 2006 (44E9DD5F)
    8a650000 8a6f0000 dump_iaStorV dump_iaStorV.sys Fri Oct 06 11:01:40 2006 (45269A04)
    8a714000 8a71d000 Fs_Rec Fs_Rec.SYS Thu Nov 02 01:30:47 2006 (4549ACB7)
    8a71d000 8a726000 rasacd rasacd.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8a74a000 8a753000 asyncmac asyncmac.sys Thu Nov 02 01:58:10 2006 (4549B322)
    8a75c000 8a765000 tunmp tunmp.sys Thu Nov 02 01:57:23 2006 (4549B2F3)
    8a777000 8a780000 hidusb hidusb.sys Thu Nov 02 01:55:01 2006 (4549B265)
    8a792000 8a795000 eio eio.sys Tue Jun 13 22:44:28 2006 (448FA23C)
    8a802000 8a80d000 ndistapi ndistapi.sys Thu Nov 02 01:58:07 2006 (4549B31F)
    8a80d000 8a818000 TDI TDI.SYS Thu Nov 02 01:58:46 2006 (4549B346)
    8a818000 8a843000 msiscsi msiscsi.sys Thu Nov 02 01:52:40 2006 (4549B1D8)
    8a843000 8a85d000 serial serial.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8a85d000 8a868000 kbdclass kbdclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8a868000 8a87b000 i8042prt i8042prt.sys Thu Nov 02 01:51:12 2006 (4549B180)
    8a87b000 8a893000 parport parport.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8a893000 8a8bd000 ks ks.sys Thu Nov 02 01:51:18 2006 (4549B186)
    8a8bd000 8a8e2000 drmk drmk.sys Thu Nov 02 02:20:49 2006 (4549B871)
    8a8e2000 8a90f000 portcls portcls.sys Thu Nov 02 01:55:02 2006 (4549B266)
    8a90f000 8a927000 cdrom cdrom.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8a927000 8a964000 USBPORT USBPORT.SYS Thu Nov 02 01:55:09 2006 (4549B26D)
    8a964000 8aa00000 dxgkrnl dxgkrnl.sys Thu Nov 02 01:38:46 2006 (4549AE96)
    8b22a000 8b239000 termdd termdd.sys Thu Nov 02 02:02:00 2006 (4549B408)
    8b239000 8b246000 umbus umbus.sys Thu Nov 02 01:55:24 2006 (4549B27C)
    8b246000 8b251000 mouclass mouclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8b251000 8b264000 raspptp raspptp.sys Thu Nov 02 01:58:14 2006 (4549B326)
    8b264000 8b287000 ndiswan ndiswan.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8b287000 8b29e000 rasl2tp rasl2tp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8b29e000 8b2de000 storport storport.sys Thu Nov 02 01:51:45 2006 (4549B1A1)
    8b2de000 8b9ff5a0 nvlddmkm nvlddmkm.sys Thu Apr 12 18:01:57 2007 (461ED685)
    8bc0b000 8bc19000 Npfs Npfs.SYS Thu Nov 02 01:30:57 2006 (4549ACC1)
    8bc19000 8bc24000 Msfs Msfs.SYS Thu Nov 02 01:30:56 2006 (4549ACC0)
    8bc44000 8bc65000 VIDEOPRT VIDEOPRT.SYS Thu Nov 02 01:54:07 2006 (4549B22F)
    8bc65000 8bc71000 vga vga.sys Thu Nov 02 01:53:56 2006 (4549B224)
    8bc81000 8bcb5000 usbhub usbhub.sys Thu Nov 02 01:55:20 2006 (4549B278)
    8bcb5000 8bdffec0 cmuda3 cmuda3.sys Thu Oct 27 19:45:41 2005 (436190D5)
    8be07000 8be1d000 pacer pacer.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    8be1d000 8be31000 smb smb.sys Thu Nov 02 01:57:10 2006 (4549B2E6)
    8be31000 8be46000 tdx tdx.sys Thu Nov 02 01:57:34 2006 (4549B2FE)
    8be46000 8be5f000 fwpkclnt fwpkclnt.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8be5f000 8bf30000 tcpip tcpip.sys Thu Nov 02 01:58:31 2006 (4549B337)
    8bf30000 8bf3d000 crashdmp crashdmp.sys Thu Nov 02 01:51:36 2006 (4549B198)
    8c0d4000 8c0eb000 dfsc dfsc.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    8c12b000 8c166000 rdbss rdbss.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    8c166000 8c179000 wanarp wanarp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8c179000 8c187000 netbios netbios.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8c187000 8c1b9000 netbt netbt.sys Thu Nov 02 01:57:18 2006 (4549B2EE)
    8c1b9000 8c200000 afd afd.sys Thu Nov 02 01:58:41 2006 (4549B341)
    90800000 909ff000 win32k win32k.sys unavailable (00000000)
    93c21000 93c30000 monitor monitor.sys Thu Nov 02 01:54:05 2006 (4549B22D)
    94005000 94020000 luafv luafv.sys Thu Nov 02 01:33:07 2006 (4549AD43)
    94200000 94209000 TSDDD TSDDD.dll unavailable (00000000)
    94210000 9421e000 cdd cdd.dll unavailable (00000000)
    94e02000 94e90000 spsys spsys.sys Wed Oct 25 15:43:28 2006 (453FE890)
    94f31000 94f3c000 tcpipreg tcpipreg.sys Thu Nov 02 01:57:46 2006 (4549B30A)
    95e36000 95e4f000 bowser bowser.sys Thu Nov 02 01:31:11 2006 (4549ACCF)
    95e4f000 95e6a000 srvnet srvnet.sys Thu Nov 02 01:31:43 2006 (4549ACEF)
    95eaa000 95ebd000 rspndr rspndr.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    9601a000 9603e000 srv2 srv2.sys Thu Nov 02 01:31:46 2006 (4549ACF2)
    9603e000 96050000 mrxsmb20 mrxsmb20.sys Thu Nov 02 01:31:16 2006 (4549ACD4)
    96050000 96089000 mrxsmb10 mrxsmb10.sys Thu Nov 02 01:31:25 2006 (4549ACDD)
    96089000 960a7000 mrxsmb mrxsmb.sys Thu Nov 02 01:31:20 2006 (4549ACD8)
    960a7000 960c6000 mrxdav mrxdav.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    960c6000 960da000 mpsdrv mpsdrv.sys Thu Nov 02 01:56:32 2006 (4549B2C0)
    9615a000 961c0000 HTTP HTTP.sys Thu Nov 02 01:57:06 2006 (4549B2E2)
    96974000 969c0000 srv srv.sys Thu Nov 02 01:31:55 2006 (4549ACFB)
    96a2b000 96a41000 cdfs cdfs.sys Thu Nov 02 01:30:50 2006 (4549ACBA)
    96b22000 96c00000 peauth peauth.sys Mon Oct 23 01:55:32 2006 (453C8384)

    Unloaded modules:
    94090000 94098000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    88614000 88621000 crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    8a650000 8a6f0000 dump_iaStorV
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:\debuglog.txt
     
  9. 2007/05/19
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    Opened log file 'c:\debuglog.txt'

    Microsoft (R) Windows Debugger Version 6.7.0005.0
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\Users\shayne\Desktop\Mini051807-02.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: C:\Windows;C:\Windows\system32;C:\Windows\system32\drivers
    Windows Vista Kernel Version 6000 MP (4 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 6000.16386.x86fre.vista_rtm.061101-2205
    Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d11db0
    Debug session time: Fri May 18 23:16:24.346 2007 (GMT-7)
    System Uptime: 0 days 1:11:23.305
    Loading Kernel Symbols
    .................................................................................................................................
    Loading User Symbols
    Loading unloaded module list
    ...
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck A, {fffff813, 2, 1, 81cb772b}

    Probably caused by : memory_corruption ( nt!MiInsertPageInZeroList+24c )

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

    0: kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    IRQL_NOT_LESS_OR_EQUAL (a)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If a kernel debugger is available get the stack backtrace.
    Arguments:
    Arg1: fffff813, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000001, value 0 = read operation, 1 = write operation
    Arg4: 81cb772b, address which referenced memory

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


    WRITE_ADDRESS: GetPointerFromAddress: unable to read from 81d315ac
    Unable to read MiSystemVaType memory at 81d11780
    fffff813

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MiInsertPageInZeroList+24c
    81cb772b 83601400 and dword ptr [eax+14h],0

    CUSTOMER_CRASH_COUNT: 2

    DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

    BUGCHECK_STR: 0xA

    PROCESS_NAME: System

    TRAP_FRAME: 80204c8c -- (.trap 0xffffffff80204c8c)
    .trap 0xffffffff80204c8c
    ErrCode = 00000002
    eax=fffff7ff ebx=00022c1a ecx=00000080 edx=82800000 esi=835e2538 edi=82bcd2d8
    eip=81cb772b esp=80204d00 ebp=80204d28 iopl=0 nv up ei ng nz na pe cy
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010287
    nt!MiInsertPageInZeroList+0x24c:
    81cb772b 83601400 and dword ptr [eax+14h],0 ds:0023:fffff813=????????
    .trap
    Resetting default scope

    LAST_CONTROL_TRANSFER: from 81cb772b to 81c8fc44

    STACK_TEXT:
    80204c8c 81cb772b badb0d00 82800000 81cf6900 nt!KiTrap0E+0x2ac
    80204d28 81cba4cc 8363aca0 8363a978 00000000 nt!MiInsertPageInZeroList+0x24c
    80204d74 81d3301d 80204dc0 81e254a8 80806e70 nt!MmZeroPageThread+0x3a5
    80204d7c 81e254a8 80806e70 8020f680 00000000 nt!Phase1Initialization+0x12
    80204dc0 81c9145e 81d3300b 80806e70 00000000 nt!PspSystemThreadStartup+0x9d
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!MiInsertPageInZeroList+24c
    81cb772b 83601400 and dword ptr [eax+14h],0

    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: nt!MiInsertPageInZeroList+24c

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ae00

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_W_nt!MiInsertPageInZeroList+24c

    BUCKET_ID: 0xA_W_nt!MiInsertPageInZeroList+24c

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

    eax=81cf483c ebx=00000002 ecx=00000756 edx=81d293dc esi=81cf4820 edi=fffff813
    eip=81c8fc44 esp=80204c74 ebp=80204c8c iopl=0 nv up ei ng nz na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000286
    nt!KiTrap0E+0x2ac:
    81c8fc44 833d648dd28100 cmp dword ptr [nt!KiFreezeFlag (81d28d64)],0 ds:0023:81d28d64=????????
    ChildEBP RetAddr Args to Child
    80204c8c 81cb772b badb0d00 82800000 81cf6900 nt!KiTrap0E+0x2ac (FPO: [0,0] TrapFrame @ 80204c8c)
    80204d28 81cba4cc 8363aca0 8363a978 00000000 nt!MiInsertPageInZeroList+0x24c
    80204d74 81d3301d 80204dc0 81e254a8 80806e70 nt!MmZeroPageThread+0x3a5
    80204d7c 81e254a8 80806e70 8020f680 00000000 nt!Phase1Initialization+0x12
    80204dc0 81c9145e 81d3300b 80806e70 00000000 nt!PspSystemThreadStartup+0x9d
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16
    start end module name
    80206000 8020d000 pciide pciide.sys Thu Nov 02 01:51:35 2006 (4549B197)
    8020d000 80215000 msisadrv msisadrv.sys Thu Nov 02 01:35:08 2006 (4549ADBC)
    80215000 8021e000 WMILIB WMILIB.SYS Thu Nov 02 01:54:53 2006 (4549B25D)
    8021e000 8022b000 WDFLDR WDFLDR.SYS Thu Nov 02 01:54:05 2006 (4549B22D)
    8022b000 80266000 CLFS CLFS.SYS Thu Nov 02 01:30:52 2006 (4549ACBC)
    80266000 8026e000 BOOTVID BOOTVID.dll Thu Nov 02 02:39:29 2006 (4549BCD1)
    8026e000 80277000 PSHED PSHED.dll Thu Nov 02 02:42:51 2006 (4549BD9B)
    80277000 802c6000 mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Thu Nov 02 02:40:10 2006 (4549BCFA)
    802c6000 802ce000 kdcom kdcom.dll Thu Nov 02 02:42:20 2006 (4549BD7C)
    80407000 8040f000 atapi atapi.sys Thu Nov 02 01:51:34 2006 (4549B196)
    8040f000 8041d000 PCIIDEX PCIIDEX.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8041d000 8042d000 mountmgr mountmgr.sys Thu Nov 02 01:51:06 2006 (4549B17A)
    8042d000 8043c000 volmgr volmgr.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8043c000 80461000 pci pci.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    80461000 804a4000 acpi acpi.sys Thu Nov 02 01:35:03 2006 (4549ADB7)
    804a4000 8051f000 Wdf01000 Wdf01000.sys Thu Nov 02 01:54:18 2006 (4549B23A)
    8051f000 80600000 CI CI.dll Thu Nov 02 02:42:45 2006 (4549BD95)
    80606000 80615000 partmgr partmgr.sys Thu Nov 02 01:51:47 2006 (4549B1A3)
    80615000 8061d000 spldr spldr.sys Wed Oct 25 15:40:44 2006 (453FE7EC)
    8061d000 80653000 volsnap volsnap.sys Thu Nov 02 01:52:11 2006 (4549B1BB)
    80653000 8068c000 NETIO NETIO.SYS Thu Nov 02 01:58:01 2006 (4549B319)
    8068c000 806b7000 msrpc msrpc.sys Thu Nov 02 01:50:16 2006 (4549B148)
    806b7000 806c7000 fileinfo fileinfo.sys Thu Nov 02 01:36:47 2006 (4549AE1F)
    806c7000 806f8000 fltmgr fltmgr.sys Thu Nov 02 01:30:58 2006 (4549ACC2)
    806f8000 80716000 ataport ataport.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    80716000 807b6000 iastorv iastorv.sys Fri Oct 06 11:01:40 2006 (45269A04)
    807b6000 80800000 volmgrx volmgrx.sys Thu Nov 02 01:51:54 2006 (4549B1AA)
    81c00000 81fa1000 nt ntkrpamp.exe Thu Nov 02 01:36:16 2006 (4549AE00)
    81fa1000 81fd5000 hal halmacpi.dll Thu Nov 02 01:30:18 2006 (4549AC9A)
    87623000 8762c000 crcdisk crcdisk.sys Thu Nov 02 01:52:27 2006 (4549B1CB)
    8762c000 8764d000 CLASSPNP CLASSPNP.SYS Thu Nov 02 01:51:34 2006 (4549B196)
    8764d000 8765e000 disk disk.sys Thu Nov 02 01:51:40 2006 (4549B19C)
    8765e000 87683000 ecache ecache.sys Thu Nov 02 01:52:42 2006 (4549B1DA)
    87683000 87692000 mup mup.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    87692000 876fc000 ksecdd ksecdd.sys Thu Nov 02 01:43:45 2006 (4549AFC1)
    876fc000 87800000 ndis ndis.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    87814000 87823000 raspppoe raspppoe.sys Thu Nov 02 01:58:12 2006 (4549B324)
    878f8000 87a00000 Ntfs Ntfs.sys Thu Nov 02 01:31:39 2006 (4549ACEB)
    88603000 8860a000 Null Null.SYS Thu Nov 02 01:51:05 2006 (4549B179)
    8862c000 88634000 mouhid mouhid.sys Thu Nov 02 01:51:12 2006 (4549B180)
    88634000 8863c000 RDPCDD RDPCDD.sys Thu Nov 02 02:02:01 2006 (4549B409)
    8863c000 88643080 atkdisplowfilter atkdisplowfilter.sys Mon Mar 26 03:00:57 2007 (460799D9)
    88644000 8864c000 rdpencdd rdpencdd.sys Thu Nov 02 02:02:01 2006 (4549B409)
    886b4000 886b5700 USBD USBD.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    886be000 886bf380 swenum swenum.sys Thu Nov 02 01:51:15 2006 (4549B183)
    88720000 88730000 NDProxy NDProxy.SYS Thu Nov 02 01:58:08 2006 (4549B320)
    88760000 88770000 lltdio lltdio.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    88790000 887a0000 HIDCLASS HIDCLASS.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    887c0000 887cf280 ohci1394 ohci1394.sys Thu Nov 02 01:55:16 2006 (4549B274)
    8a415000 8a418000 eio eio.sys Tue Jun 13 22:44:28 2006 (448FA23C)
    8a43b000 8a446000 tunnel tunnel.sys Thu Nov 02 01:57:29 2006 (4549B2F9)
    8a4f0000 8a4f7000 Beep Beep.SYS Thu Nov 02 01:51:03 2006 (4549B177)
    8a513000 8a51a000 parvdm parvdm.sys Thu Nov 02 01:51:23 2006 (4549B18B)
    8a536000 8a53c380 HIDPARSE HIDPARSE.SYS Thu Nov 02 01:55:00 2006 (4549B264)
    8a57e000 8a588000 serenum serenum.sys Thu Nov 02 01:51:25 2006 (4549B18D)
    8a588000 8a592000 mssmbios mssmbios.sys Thu Nov 02 01:35:13 2006 (4549ADC1)
    8a592000 8a59c000 nsiproxy nsiproxy.sys Thu Nov 02 01:57:30 2006 (4549B2FA)
    8a59c000 8a5a6000 Dxapi Dxapi.sys Thu Nov 02 01:38:17 2006 (4549AE79)
    8a5a6000 8a5b0000 secdrv secdrv.SYS Wed Sep 13 06:18:32 2006 (45080528)
    8a807000 8a812000 usbuhci usbuhci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8a812000 8a820000 intelppm intelppm.sys Thu Nov 02 01:30:18 2006 (4549AC9A)
    8a820000 8a82d000 watchdog watchdog.sys Thu Nov 02 01:37:44 2006 (4549AE58)
    8a83a000 8a847000 umbus umbus.sys Thu Nov 02 01:55:24 2006 (4549B27C)
    8a847000 8a854000 crashdmp crashdmp.sys Thu Nov 02 01:51:36 2006 (4549B198)
    8a8f9000 8a902000 asyncmac asyncmac.sys Thu Nov 02 01:58:10 2006 (4549B322)
    8a90b000 8a914000 hidusb hidusb.sys Thu Nov 02 01:55:01 2006 (4549B265)
    8a914000 8a91d000 tunmp tunmp.sys Thu Nov 02 01:57:23 2006 (4549B2F3)
    8a938000 8a941000 Fs_Rec Fs_Rec.SYS Thu Nov 02 01:30:47 2006 (4549ACB7)
    8a94a000 8a953000 rasacd rasacd.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8a98a000 8a9a2000 cdrom cdrom.sys Thu Nov 02 01:51:44 2006 (4549B1A0)
    8a9a2000 8a9b0000 usbehci usbehci.sys Thu Nov 02 01:55:04 2006 (4549B268)
    8aa01000 8aa26000 drmk drmk.sys Thu Nov 02 02:20:49 2006 (4549B871)
    8aa26000 8aa53000 portcls portcls.sys Thu Nov 02 01:55:02 2006 (4549B266)
    8aa53000 8aa90000 USBPORT USBPORT.SYS Thu Nov 02 01:55:09 2006 (4549B26D)
    8aa90000 8aac4000 e1e6032 e1e6032.sys Mon Aug 21 09:20:47 2006 (44E9DD5F)
    8aac4000 8ab60000 dxgkrnl dxgkrnl.sys Thu Nov 02 01:38:46 2006 (4549AE96)
    8ab60000 8ac00000 dump_iaStorV dump_iaStorV.sys Fri Oct 06 11:01:40 2006 (45269A04)
    8b409000 8b420000 rasl2tp rasl2tp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8b420000 8b42b000 TDI TDI.SYS Thu Nov 02 01:58:46 2006 (4549B346)
    8b42b000 8b456000 msiscsi msiscsi.sys Thu Nov 02 01:52:40 2006 (4549B1D8)
    8b456000 8b470000 serial serial.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8b470000 8b47b000 kbdclass kbdclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8b47b000 8b48e000 i8042prt i8042prt.sys Thu Nov 02 01:51:12 2006 (4549B180)
    8b48e000 8b4a6000 parport parport.sys Thu Nov 02 01:51:29 2006 (4549B191)
    8b4a6000 8b4b3080 1394BUS 1394BUS.SYS Thu Nov 02 01:55:12 2006 (4549B270)
    8b4b4000 8b4de000 ks ks.sys Thu Nov 02 01:51:18 2006 (4549B186)
    8b4de000 8bbff5a0 nvlddmkm nvlddmkm.sys Thu Apr 12 18:01:57 2007 (461ED685)
    8be1a000 8be29000 termdd termdd.sys Thu Nov 02 02:02:00 2006 (4549B408)
    8be29000 8be34000 mouclass mouclass.sys Thu Nov 02 01:51:09 2006 (4549B17D)
    8be34000 8be47000 raspptp raspptp.sys Thu Nov 02 01:58:14 2006 (4549B326)
    8be47000 8be6a000 ndiswan ndiswan.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8be6a000 8be75000 ndistapi ndistapi.sys Thu Nov 02 01:58:07 2006 (4549B31F)
    8be75000 8beb5000 storport storport.sys Thu Nov 02 01:51:45 2006 (4549B1A1)
    8beb5000 8bfffec0 cmuda3 cmuda3.sys Thu Oct 27 19:45:41 2005 (436190D5)
    8c002000 8c018000 pacer pacer.sys Thu Nov 02 01:57:33 2006 (4549B2FD)
    8c018000 8c05f000 afd afd.sys Thu Nov 02 01:58:41 2006 (4549B341)
    8c05f000 8c073000 smb smb.sys Thu Nov 02 01:57:10 2006 (4549B2E6)
    8c073000 8c088000 tdx tdx.sys Thu Nov 02 01:57:34 2006 (4549B2FE)
    8c088000 8c0a1000 fwpkclnt fwpkclnt.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8c0a1000 8c0af000 Npfs Npfs.SYS Thu Nov 02 01:30:57 2006 (4549ACC1)
    8c0cf000 8c0f0000 VIDEOPRT VIDEOPRT.SYS Thu Nov 02 01:54:07 2006 (4549B22F)
    8c0f0000 8c0fc000 vga vga.sys Thu Nov 02 01:53:56 2006 (4549B224)
    8c0fc000 8c130000 usbhub usbhub.sys Thu Nov 02 01:55:20 2006 (4549B278)
    8c150000 8c15b000 Msfs Msfs.SYS Thu Nov 02 01:30:56 2006 (4549ACC0)
    8c1a8000 8c1b3000 tcpipreg tcpipreg.sys Thu Nov 02 01:57:46 2006 (4549B30A)
    8c24a000 8c261000 dfsc dfsc.sys Thu Nov 02 01:31:04 2006 (4549ACC8)
    8c2a1000 8c2dc000 rdbss rdbss.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    8c2dc000 8c2ef000 wanarp wanarp.sys Thu Nov 02 01:58:13 2006 (4549B325)
    8c2ef000 8c2fd000 netbios netbios.sys Thu Nov 02 01:57:26 2006 (4549B2F6)
    8c2fd000 8c32f000 netbt netbt.sys Thu Nov 02 01:57:18 2006 (4549B2EE)
    8c32f000 8c400000 tcpip tcpip.sys Thu Nov 02 01:58:31 2006 (4549B337)
    90a00000 90bff000 win32k win32k.sys unavailable (00000000)
    93e81000 93e90000 monitor monitor.sys Thu Nov 02 01:54:05 2006 (4549B22D)
    94200000 94209000 TSDDD TSDDD.dll unavailable (00000000)
    94210000 9421e000 cdd cdd.dll unavailable (00000000)
    950a5000 950c0000 luafv luafv.sys Thu Nov 02 01:33:07 2006 (4549AD43)
    951ea000 95200000 cdfs cdfs.sys Thu Nov 02 01:30:50 2006 (4549ACBA)
    96231000 9624c000 srvnet srvnet.sys Thu Nov 02 01:31:43 2006 (4549ACEF)
    962df000 9636d000 spsys spsys.sys Wed Oct 25 15:43:28 2006 (453FE890)
    9636d000 96380000 rspndr rspndr.sys Thu Nov 02 01:56:48 2006 (4549B2D0)
    96805000 96817000 mrxsmb20 mrxsmb20.sys Thu Nov 02 01:31:16 2006 (4549ACD4)
    96817000 96850000 mrxsmb10 mrxsmb10.sys Thu Nov 02 01:31:25 2006 (4549ACDD)
    96850000 9686e000 mrxsmb mrxsmb.sys Thu Nov 02 01:31:20 2006 (4549ACD8)
    9686e000 9688d000 mrxdav mrxdav.sys Thu Nov 02 01:31:24 2006 (4549ACDC)
    9688d000 968a1000 mpsdrv mpsdrv.sys Thu Nov 02 01:56:32 2006 (4549B2C0)
    968a1000 968ba000 bowser bowser.sys Thu Nov 02 01:31:11 2006 (4549ACCF)
    9691a000 96980000 HTTP HTTP.sys Thu Nov 02 01:57:06 2006 (4549B2E2)
    96d50000 96d9c000 srv srv.sys Thu Nov 02 01:31:55 2006 (4549ACFB)
    96ddc000 96e00000 srv2 srv2.sys Thu Nov 02 01:31:46 2006 (4549ACF2)
    96f22000 97000000 peauth peauth.sys Mon Oct 23 01:55:32 2006 (453C8384)

    Unloaded modules:
    88614000 8861c000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    88240000 8824d000 crashdmp.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    8ab60000 8ac00000 dump_iaStorV
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:\debuglog.txt
     
  10. 2007/05/19
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    Some bios read outs (maybe overheating?)

    Processor Thermal Margin -- 26 C
    Motherboard Temperature -- 85 C
    Motherboard Temperature -- 57 C
    ICH Temperature -- 90 C
    MCH Temperature -- 53 C

    Any ideas?
     
  11. 2007/05/19
    Paul

    Paul Inactive

    Joined:
    2002/01/29
    Messages:
    1,293
    Likes Received:
    1
    Have you opened up the box to check the temperature. Should be warm, but not approaching hot in there.
     
  12. 2007/05/20
    gnacer

    gnacer Inactive Thread Starter

    Joined:
    2007/05/18
    Messages:
    8
    Likes Received:
    0
    /bump

    Any ideas?
     
  13. 2007/05/23
    r.leale Lifetime Subscription

    r.leale Well-Known Member

    Joined:
    2002/01/17
    Messages:
    647
    Likes Received:
    4
    No ideas on the debug logs, but those temps are way too high! A motherboard at 85° is either badly reported or on the verge of melt down. Epoxy resins start to soften around 50°C! What is the ICH? Normally I would expect the highest temp in the box to be measured at the CPU die, which is not mentioned here.

    Roger:confused:
     
  14. 2007/05/25
    usasma

    usasma Inactive

    Joined:
    2006/12/17
    Messages:
    225
    Likes Received:
    4
    If the system isn't as hot as the sensors say it is, then there's likely a problem with the mobo (at least with the sensors).

    Now, I'm really just guessing here - but I see pciide.sys in the same place in each of the logs. pciide.sys appears to be the generic Windows IDE driver - could it be that your motherboard drivers aren't Vista compatible, that they are corrupted, or that the correct drivers haven't been installed?
     
  15. 2007/12/01
    SkyKing

    SkyKing Inactive

    Joined:
    2007/12/01
    Messages:
    2
    Likes Received:
    0
    Vista and AVG Free Issue

    Folks,

    I got a 100% match on the error messages I got when working on a friend's Dell Inspiron E1705 with Vista. Just before I found this thread I uninstalled AVG Free and the problem cleared right up...

    A buddy of mine has this Dell machine with Vista on it and he was having some trouble with his Spy Sweeper installation. I uninstalled it and McAfee and put AVG on the machine and immediately started having this problem. I used two different registry checkers/cleaners and confirmed all folders related to these two applications were deleted. So, convinced there was not a conflict between applications I eliminated the likely suspect, AVG Free, and the problem cleared right up.

    Since the forum post above was more than thirty days old I was not allowed to post to it, so I am linking this post and that one so anyone else experiencing this problem has some clue as to the cause.

    [Admin: I've moved your post here]

    Regards,

    Phil
     
  16. 2007/12/01
    SkyKing

    SkyKing Inactive

    Joined:
    2007/12/01
    Messages:
    2
    Likes Received:
    0
    Irql_not_less_or_equal

    Folks,

    OK, I finally got this figured out. My earlier post is inaccurate. Here is the correct analysis and solution, involving the key words: Vista BSOD "Blue Screen Of Death" AVG "fwpkclnt.sys" and the culprit is - Windows Vista and Zone Alarm not playing well together. The issue is this: fwpkclnt.sys is "Windows Firewall Platform kernel-mode client" (http://www.softwaretipsandtricks.com/sys/620-Fwpkclntsys.html).

    The fix is to reboot into Safe Mode, go to Control Panel, Administrative Tools, and disable "Windows Firewall ". Once that is done the problem will be solved. I have booted numerous times, downloaded a number of updates, run registry cleaners/checkers, and defragged. All is good now.

    Best of luck to all that Google the solution to the key words Vista BSOD "Blue Screen Of Death" AVG "fwpkclnt.sys ". Checkpoint needs to put more effort into testing their Zone Alarm product (which I have used for years) and posting of answers to questions like this, and less into marketing of their various products.

    Regards,

    Phillip Beall
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.