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.

Need help with stop error

Discussion in 'Windows XP' started by John Galt, 2005/02/13.

Thread Status:
Not open for further replies.
  1. 2005/02/13
    John Galt

    John Galt Inactive Thread Starter

    Joined:
    2005/02/13
    Messages:
    3
    Likes Received:
    0
    I have been struggling with a persistent stop error for 6 months. I have reinstalled WinXp, run virus scans, memtest, all manner of system benchmarks and everything seems to tbe working fine. There are no device conflicts in device manager. The error often occurs in the IDE driver nvatabus.sys. My MB is an nForce2 and nVidia gives some vague warnings about their IDE driver so I rolled back to the Windows drivers and still am getting stop errors. They consistently reference IRQ 2 which I cannot see anything assigned to and I am at the limits of my PC knowledge. :confused: Here is the details on the last crash from WinDbg. Any help is greatly appreciated.

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


    Loading Dump File [C:\WINDOWS\Minidump\Mini021305-04.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available

    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

    Executable search path is:
    Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 2600.xpsp_sp2_rtm.040803-2158
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055ab20
    Debug session time: Sun Feb 13 12:10:40.125 2005 (GMT-6)
    System Uptime: 0 days 0:15:49.718
    Loading Kernel Symbols
    ...............................................................................................................................
    Loading unloaded module list
    ..........
    Loading User Symbols
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 1000000A, {81d91018, 2, 0, 804e9b10}

    Probably caused by : memory_corruption ( nt!MiResolveDemandZeroFault+87 )

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

    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: 81d91018, memory referenced
    Arg2: 00000002, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: 804e9b10, address which referenced memory

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


    READ_ADDRESS: 81d91018

    CURRENT_IRQL: 2

    FAULTING_IP:
    nt!MiResolveDemandZeroFault+87
    804e9b10 833c81ff cmp dword ptr [ecx+eax*4],0xffffffff

    CUSTOMER_CRASH_COUNT: 4

    DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT

    BUGCHECK_STR: 0xA

    LAST_CONTROL_TRANSFER: from 804e9c35 to 804e9b10

    STACK_TEXT:
    baf77d04 804e9c35 04656005 c0011958 82423910 nt!MiResolveDemandZeroFault+0x87
    baf77d4c 804e1ff1 00000001 04656005 00000001 nt!MmAccessFault+0x7e8
    baf77d4c 7c918154 00000001 04656005 00000001 nt!KiTrap0E+0xcc
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0324f62c 00000000 00000000 00000000 00000000 0x7c918154


    FOLLOWUP_IP:
    nt!MiResolveDemandZeroFault+87
    804e9b10 833c81ff cmp dword ptr [ecx+eax*4],0xffffffff

    SYMBOL_STACK_INDEX: 0

    FOLLOWUP_NAME: MachineOwner

    SYMBOL_NAME: nt!MiResolveDemandZeroFault+87

    MODULE_NAME: nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 41108004

    STACK_COMMAND: kb

    IMAGE_NAME: memory_corruption

    FAILURE_BUCKET_ID: 0xA_nt!MiResolveDemandZeroFault+87

    BUCKET_ID: 0xA_nt!MiResolveDemandZeroFault+87

    Followup: MachineOwner
    ---------
     
  2. 2005/02/13
    JoeHobart

    JoeHobart Inactive Alumni

    Joined:
    2004/05/19
    Messages:
    919
    Likes Received:
    1
    can you rerun that through the debugger, get r;KV;lmnt

    In the KV there will be a (trap: 98563672), add a .trap 98578327 then .reload; r and kv again
     

  3. to hide this advert.

  4. 2005/02/13
    John Galt

    John Galt Inactive Thread Starter

    Joined:
    2005/02/13
    Messages:
    3
    Likes Received:
    0
    Thanks for your quick reply Joe. Here are the details of r;KV and lmnt. I cannot see the (trap: 98563672) you referred to.

    kd> r
    eax=00000066 ebx=00000001 ecx=81d90e80 edx=04656005 esi=00000022 edi=00000000
    eip=804e9b10 esp=baf77cf4 ebp=baf77d04 iopl=0 nv up ei pl nz na po nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010206
    nt!MiResolveDemandZeroFault+0x87:
    804e9b10 833c81ff cmp dword ptr [ecx+eax*4],0xffffffff ds:0023:81d91018=000072e2

    kd> KV
    ChildEBP RetAddr Args to Child
    baf77d04 804e9c35 04656005 c0011958 82423910 nt!MiResolveDemandZeroFault+0x87 (FPO: [Non-Fpo])
    baf77d4c 804e1ff1 00000001 04656005 00000001 nt!MmAccessFault+0x7e8 (FPO: [Non-Fpo])
    baf77d4c 7c918154 00000001 04656005 00000001 nt!KiTrap0E+0xcc (FPO: [0,0] TrapFrame @ baf77d64)
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    0324f62c 00000000 00000000 00000000 00000000 0x7c918154

    kd> lmnt
    start end module name
    804d7000 806eb780 nt ntoskrnl.exe Wed Aug 04 01:19:48 2004 (41108004)
    806ec000 8070c380 hal halaacpi.dll Wed Aug 04 00:59:05 2004 (41107B29)
    ba74c000 ba76f000 Fastfat Fastfat.SYS Wed Aug 04 01:14:15 2004 (41107EB7)
    baa3f000 baa7f380 HTTP HTTP.sys Wed Aug 04 01:00:09 2004 (41107B69)
    babc0000 bac12180 srv srv.sys Wed Aug 04 01:14:44 2004 (41107ED4)
    bacdb000 bad07400 mrxdav mrxdav.sys Wed Aug 04 01:00:49 2004 (41107B91)
    badd4000 badd6780 secdrv secdrv.sys Mon Apr 08 03:50:52 2002 (3CB159EC)
    bf800000 bf9c0380 win32k win32k.sys Wed Aug 04 01:17:30 2004 (41107F7A)
    bf9c1000 bf9d2580 dxg dxg.sys Wed Aug 04 01:00:51 2004 (41107B93)
    bf9d3000 bfa0b000 ati2dvag ati2dvag.dll Wed Aug 25 12:29:01 2004 (412CCC5D)
    bfa0b000 bfa45000 ati2cqag ati2cqag.dll Wed Aug 25 12:10:18 2004 (412CC7FA)
    bfa45000 bfc67b60 ati3duag ati3duag.dll Wed Aug 25 12:25:53 2004 (412CCBA1)
    bfc68000 bfcdc700 ativvaxx ativvaxx.dll Wed Aug 25 12:15:14 2004 (412CC922)
    eb9df000 eb9e2280 ndisuio ndisuio.sys Wed Aug 04 01:03:10 2004 (41107C1E)
    ebac3000 ebad9000 atintuxx atintuxx.sys Tue Aug 03 20:06:38 2004 (4110369E)
    ebad9000 ebaf6000 atinrvxx atinrvxx.sys Tue Aug 03 20:08:29 2004 (4110370D)
    ebaf6000 ebb09000 atinxsxx atinxsxx.sys Tue Aug 03 20:08:08 2004 (411036F8)
    ebb31000 ebb48480 dump_atapi dump_atapi.sys Wed Aug 04 00:59:41 2004 (41107B4D)
    ebb49000 ebbc2d60 avg7core avg7core.sys Wed Nov 24 08:56:04 2004 (41A4A104)
    ebbc3000 ebbe3f00 ipnat ipnat.sys Wed Sep 29 17:28:36 2004 (415B3714)
    ebbe4000 ebc52400 mrxsmb mrxsmb.sys Tue Jan 18 22:26:50 2005 (41EDE18A)
    ebc7b000 ebca5a00 rdbss rdbss.sys Wed Oct 27 20:13:57 2004 (418047D5)
    ebd46000 ebd67d00 afd afd.sys Wed Aug 04 01:14:13 2004 (41107EB5)
    ebd68000 ebd8fc00 netbt netbt.sys Wed Aug 04 01:14:36 2004 (41107ECC)
    ebd90000 ebde7a80 tcpip tcpip.sys Wed Aug 04 01:14:39 2004 (41107ECF)
    ebde8000 ebdfa400 ipsec ipsec.sys Wed Aug 04 01:14:27 2004 (41107EC3)
    f7e53000 f7e63480 nvarm nvarm.sys Tue May 25 17:58:00 2004 (40B3CF78)
    f7e64000 f7f4f000 nvmcp nvmcp.sys Tue May 25 17:58:01 2004 (40B3CF79)
    f7f4f000 f7fafb00 nvapu nvapu.sys Tue May 25 17:58:02 2004 (40B3CF7A)
    f7fd0000 f7fd2900 Dxapi Dxapi.sys Fri Aug 17 15:53:19 2001 (3B7D843F)
    f8078000 f80ab200 update update.sys Wed Aug 04 00:58:32 2004 (41107B08)
    f80ac000 f80bce00 psched psched.sys Wed Aug 04 01:04:16 2004 (41107C60)
    f80bd000 f80d3680 ndiswan ndiswan.sys Wed Aug 04 01:14:30 2004 (41107EC6)
    f80d4000 f80f7980 portcls portcls.sys Wed Aug 04 01:15:47 2004 (41107F13)
    f80f8000 f810b900 parport parport.sys Wed Aug 04 00:59:04 2004 (41107B28)
    f810c000 f811f780 VIDEOPRT VIDEOPRT.SYS Wed Aug 04 01:07:04 2004 (41107D08)
    f8120000 f81fb000 ati2mtag ati2mtag.sys Wed Aug 25 12:28:43 2004 (412CCC4B)
    f81fb000 f821d680 ks ks.sys Wed Aug 04 01:15:20 2004 (41107EF8)
    f821e000 f8234e00 NVENET NVENET.sys Thu Jan 29 02:45:48 2004 (4018C83C)
    f8235000 f8257e80 USBPORT USBPORT.SYS Wed Aug 04 01:08:34 2004 (41107D62)
    f825c000 f825fb00 usbscan usbscan.sys Wed Aug 04 00:58:44 2004 (41107B14)
    f827c000 f827e280 rasacd rasacd.sys Fri Aug 17 15:55:39 2001 (3B7D84CB)
    f8449000 f845d400 wdmaud wdmaud.sys Wed Aug 04 01:15:03 2004 (41107EE7)
    f8527000 f8541580 Mup Mup.sys Wed Aug 04 01:15:20 2004 (41107EF8)
    f8542000 f856ea80 NDIS NDIS.sys Wed Aug 04 01:14:27 2004 (41107EC3)
    f856f000 f85fb480 Ntfs Ntfs.sys Wed Aug 04 01:15:06 2004 (41107EEA)
    f85fc000 f8612780 KSecDD KSecDD.sys Wed Aug 04 00:59:45 2004 (41107B51)
    f8613000 f8631780 fltmgr fltmgr.sys Wed Aug 04 01:01:17 2004 (41107BAD)
    f8632000 f8645600 nvatabus nvatabus.sys Thu Jun 03 12:40:44 2004 (40BF629C)
    f8646000 f865d800 SCSIPORT SCSIPORT.SYS Wed Aug 04 00:59:39 2004 (41107B4B)
    f865e000 f8675480 atapi atapi.sys Wed Aug 04 00:59:41 2004 (41107B4D)
    f8676000 f8694880 ftdisk ftdisk.sys Fri Aug 17 15:52:41 2001 (3B7D8419)
    f8695000 f86a5a80 pci pci.sys Wed Aug 04 01:07:45 2004 (41107D31)
    f86a6000 f86d3d80 ACPI ACPI.sys Wed Aug 04 01:07:35 2004 (41107D27)
    f86f5000 f86fdc00 isapnp isapnp.sys Fri Aug 17 15:58:01 2001 (3B7D8559)
    f8705000 f870f500 MountMgr MountMgr.sys Wed Aug 04 00:58:29 2004 (41107B05)
    f8715000 f8721c80 VolSnap VolSnap.sys Wed Aug 04 01:00:14 2004 (41107B6E)
    f8725000 f872de00 disk disk.sys Wed Aug 04 00:59:53 2004 (41107B59)
    f8735000 f8741200 CLASSPNP CLASSPNP.SYS Wed Aug 04 01:14:26 2004 (41107EC2)
    f8765000 f876d880 Fips Fips.SYS Fri Aug 17 20:31:49 2001 (3B7DC585)
    f8775000 f877d700 wanarp wanarp.sys Wed Aug 04 01:04:57 2004 (41107C89)
    f8795000 f87a4900 Cdfs Cdfs.SYS Wed Aug 04 01:14:09 2004 (41107EB1)
    f87c5000 f87d3d80 sysaudio sysaudio.sys Wed Aug 04 01:15:54 2004 (41107F1A)
    f87d5000 f87e0e00 STREAM STREAM.SYS Wed Aug 04 01:07:58 2004 (41107D3E)
    f87e5000 f87f5000 atinraxx atinraxx.sys Tue Aug 03 20:07:52 2004 (411036E8)
    f87f5000 f87fe200 amdk7 amdk7.sys Wed Aug 04 00:59:19 2004 (41107B37)
    f8805000 f8810e00 nvax nvax.sys Tue May 25 17:58:00 2004 (40B3CF78)
    f8815000 f881f380 imapi imapi.sys Wed Aug 04 01:00:12 2004 (41107B6C)
    f8825000 f8831180 cdrom cdrom.sys Wed Aug 04 00:59:52 2004 (41107B58)
    f8835000 f8843080 redbook redbook.sys Wed Aug 04 00:59:34 2004 (41107B46)
    f8845000 f8854d80 serial serial.sys Wed Aug 04 01:15:51 2004 (41107F17)
    f8855000 f8861e00 i8042prt i8042prt.sys Wed Aug 04 01:14:36 2004 (41107ECC)
    f8865000 f8873b80 drmk drmk.sys Wed Aug 04 01:07:54 2004 (41107D3A)
    f8875000 f8881880 rasl2tp rasl2tp.sys Wed Aug 04 01:14:21 2004 (41107EBD)
    f8885000 f888f200 raspppoe raspppoe.sys Wed Aug 04 01:05:06 2004 (41107C92)
    f8895000 f88a0d00 raspptp raspptp.sys Wed Aug 04 01:14:26 2004 (41107EC2)
    f88a5000 f88ad900 msgpc msgpc.sys Wed Aug 04 01:04:11 2004 (41107C5B)
    f88b5000 f88bef00 termdd termdd.sys Wed Aug 04 00:58:52 2004 (41107B1C)
    f88c5000 f88cdd40 WmXlCore WmXlCore.sys Thu Jun 29 15:10:17 2000 (395BAD29)
    f88d5000 f88e3100 usbhub usbhub.sys Wed Aug 04 01:08:40 2004 (41107D68)
    f88e5000 f88ee480 NDProxy NDProxy.SYS Fri Aug 17 15:55:30 2001 (3B7D84C2)
    f8955000 f895d700 netbios netbios.sys Wed Aug 04 01:03:19 2004 (41107C27)
    f8975000 f897b200 PCIIDEX PCIIDEX.SYS Wed Aug 04 00:59:40 2004 (41107B4C)
    f897d000 f8981900 PartMgr PartMgr.sys Fri Aug 17 20:32:23 2001 (3B7DC5A7)
    f8985000 f8989f00 nvidesm nvidesm.sys Wed Nov 13 17:26:04 2002 (3DD2DF8C)
    f898d000 f8992500 nv_agp nv_agp.sys Fri Apr 02 17:46:39 2004 (406DFB5F)
    f89ed000 f89f1280 usbohci usbohci.sys Wed Aug 04 01:08:34 2004 (41107D62)
    f89f5000 f89fb800 usbehci usbehci.sys Wed Aug 04 01:08:34 2004 (41107D62)
    f89fd000 f8a03b00 fdc fdc.sys Wed Aug 04 00:59:25 2004 (41107B3D)
    f8a05000 f8a0aa00 mouclass mouclass.sys Wed Aug 04 00:58:32 2004 (41107B08)
    f8a0d000 f8a13000 kbdclass kbdclass.sys Wed Aug 04 00:58:32 2004 (41107B08)
    f8a15000 f8a19880 TDI TDI.SYS Wed Aug 04 01:07:47 2004 (41107D33)
    f8a1d000 f8a21580 ptilink ptilink.sys Fri Aug 17 15:49:53 2001 (3B7D8371)
    f8a25000 f8a29080 raspti raspti.sys Fri Aug 17 15:55:32 2001 (3B7D84C4)
    f8a35000 f8a3a000 flpydisk flpydisk.sys Wed Aug 04 00:59:24 2004 (41107B3C)
    f8a45000 f8a4b180 HIDPARSE HIDPARSE.SYS Wed Aug 04 01:08:15 2004 (41107D4F)
    f8a4d000 f8a52200 vga vga.sys Wed Aug 04 01:07:06 2004 (41107D0A)
    f8a55000 f8a59a80 Msfs Msfs.SYS Wed Aug 04 01:00:37 2004 (41107B85)
    f8a5d000 f8a64880 Npfs Npfs.SYS Wed Aug 04 01:00:38 2004 (41107B86)
    f8a7d000 f8a81500 watchdog watchdog.sys Wed Aug 04 01:07:32 2004 (41107D24)
    f8a85000 f8a8c000 atinpdxx atinpdxx.sys Tue Aug 03 20:08:41 2004 (41103719)
    f8a8d000 f8a94000 atinmdxx atinmdxx.sys Tue Aug 03 20:08:36 2004 (41103714)
    f8b05000 f8b08000 BOOTVID BOOTVID.dll Fri Aug 17 15:49:09 2001 (3B7D8345)
    f8ba1000 f8ba4c80 serenum serenum.sys Wed Aug 04 00:59:06 2004 (41107B2A)
    f8ba5000 f8ba7980 gameenum gameenum.sys Wed Aug 04 01:08:20 2004 (41107D54)
    f8ba9000 f8bab580 ndistapi ndistapi.sys Fri Aug 17 15:55:29 2001 (3B7D84C1)
    f8bb1000 f8bb4c80 mssmbios mssmbios.sys Wed Aug 04 01:07:47 2004 (41107D33)
    f8bb5000 f8bb7900 WmBEnum WmBEnum.sys Thu Jun 29 15:10:40 2000 (395BAD40)
    f8bf5000 f8bf6b80 kdcom kdcom.dll Fri Aug 17 15:49:10 2001 (3B7D8346)
    f8bf7000 f8bf8100 WMILIB WMILIB.SYS Fri Aug 17 16:07:23 2001 (3B7D878B)
    f8bfb000 f8bfcb00 NTIDrvr NTIDrvr.sys Wed Jan 15 11:33:02 2003 (3E259B4E)
    f8bff000 f8c00100 swenum swenum.sys Wed Aug 04 00:58:41 2004 (41107B11)
    f8c01000 f8c02280 USBD USBD.SYS Fri Aug 17 16:02:58 2001 (3B7D8682)
    f8c0f000 f8c10f00 Fs_Rec Fs_Rec.SYS Fri Aug 17 15:49:37 2001 (3B7D8361)
    f8c11000 f8c12080 Beep Beep.SYS Fri Aug 17 15:47:33 2001 (3B7D82E5)
    f8c13000 f8c14080 mnmdd mnmdd.SYS Fri Aug 17 15:57:28 2001 (3B7D8538)
    f8c15000 f8c16080 RDPCDD RDPCDD.sys Fri Aug 17 15:46:56 2001 (3B7D82C0)
    f8c19000 f8c1a100 dump_WMILIB dump_WMILIB.SYS Fri Aug 17 16:07:23 2001 (3B7D878B)
    f8c81000 f8c82a80 ParVdm ParVdm.SYS Fri Aug 17 15:49:49 2001 (3B7D836D)
    f8cbd000 f8cbdd00 pciide pciide.sys Fri Aug 17 15:51:49 2001 (3B7D83E5)
    f8cbe000 f8cbe680 giveio giveio.sys Wed Apr 03 20:33:25 1996 (316334F5)
    f8d0c000 f8d0cd00 dxgthk dxgthk.sys Fri Aug 17 15:53:12 2001 (3B7D8438)
    f8d61000 f8d61b80 msmpu401 msmpu401.sys Fri Aug 17 15:59:59 2001 (3B7D85CF)
    f8d62000 f8d62c00 audstub audstub.sys Fri Aug 17 15:59:40 2001 (3B7D85BC)
    f8d9c000 f8d9c940 SVKP SVKP.sys Mon Mar 10 09:31:42 2003 (3E6CAFDE)
    f8e06000 f8e06b80 Null Null.SYS Fri Aug 17 15:47:39 2001 (3B7D82EB)
    f8e07000 f8e077e0 papycpu2 papycpu2.sys Fri Apr 20 17:27:38 2001 (3AE0B7DA)
    f8e08000 f8e08bc0 Winflash Winflash.SYS Fri Nov 30 04:34:38 2001 (3C0760BE)

    Unloaded modules:
    f83fc000 f8426000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8ddb000 f8ddc000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8426000 f8449000 aec.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    eba83000 eba90000 DMusic.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    eba93000 ebaa1000 swmidi.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8c37000 f8c39000 splitter.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8965000 f896e000 processr.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8bf1000 f8bf5000 kbdhid.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8a3d000 f8a42000 Cdaudio.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f8bed000 f8bf0000 Sfloppy.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
     
  5. 2005/02/13
    JoeHobart

    JoeHobart Inactive Alumni

    Joined:
    2004/05/19
    Messages:
    919
    Likes Received:
    1
    TrapFrame @ baf77d64
     
  6. 2005/02/13
    John Galt

    John Galt Inactive Thread Starter

    Joined:
    2005/02/13
    Messages:
    3
    Likes Received:
    0
    OK, I got the first part but must admit I am a little lost with the next part "add a .trap 98578327 then .reload; r and kv again ". :)


    kd> .trap baf77d64
    ErrCode = 00000006
    eax=04656000 ebx=04570000 ecx=0324f670 edx=00020000 esi=001405a8 edi=04655920
    eip=7c918154 esp=0324f630 ebp=0324f644 iopl=0 nv up ei pl nz na po nc
    cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206
    001b:7c918154 ?? ???
     
  7. 2005/02/13
    JoeHobart

    JoeHobart Inactive Alumni

    Joined:
    2004/05/19
    Messages:
    919
    Likes Received:
    1
    bah, minidump. I wanted to see what was sending this trap. Oh well.

    So heres the deal. Your machine is servicing a page fault. Someone tried to read some memory that was not in memory (meaning it was in the page file, or just invalid). This dump is going to be a pain to analyze, with it being a mini, might not even be possible to, got any other dumps?
     
Thread Status:
Not open for further replies.

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.