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.

System crashing regularly: UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)

Discussion in 'Windows XP' started by pg365, 2011/11/28.

  1. 2011/11/28
    pg365

    pg365 Inactive Thread Starter

    Joined:
    2011/11/28
    Messages:
    9
    Likes Received:
    0
    From the past few weeks my PC is crashing regularly and showing BSOD. After debugging the following is the dump data

    *********************************************************
    Opened log file 'c:debuglog.txt'

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


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

    Invalid directory table base value 0x0
    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

    "nt" was not found in the image list.
    Debugger will attempt to load "nt" at given base 00000000.

    Please provide the full image name, including the extension (i.e. kernel32.dll)
    for more reliable results.Base address and size overrides can be given as
    .reload <image.ext>=<base>,<size>.
    Unable to load image nt, Win32 error 0n2
    Unable to add module at 00000000
    Debugger can not determine kernel base address
    Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
    Product: WinNt
    Machine Name:
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
    Debug session time: Thu Nov 24 16:22:07.390 2011 (GMT+6)
    System Uptime: 0 days 0:07:14.124

    "nt" was not found in the image list.
    Debugger will attempt to load "nt" at given base 00000000.

    Please provide the full image name, including the extension (i.e. kernel32.dll)
    for more reliable results.Base address and size overrides can be given as
    .reload <image.ext>=<base>,<size>.
    Unable to load image nt, Win32 error 0n2
    Unable to add module at 00000000
    Debugger can not determine kernel base address
    Loading Kernel Symbols

    Loading User Symbols
    Loading unloaded module list
    ..................................................
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 1000007F, {8, 80042000, 0, 0}

    ***** Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.

    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )

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

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

    UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault). The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
    use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
    use .trap on that value
    Else
    .trap on the appropriate frame will show where the trap was taken
    (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
    Arg2: 80042000
    Arg3: 00000000
    Arg4: 00000000

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

    ***** Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.


    BUGCHECK_STR: 0x7f_8

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    LAST_CONTROL_TRANSFER: from 00000000 to bf800af6

    STACK_TEXT:
    bf87a278 00000000 00000000 00000000 00000000 0xbf800af6


    STACK_COMMAND: kb

    SYMBOL_NAME: ANALYSIS_INCONCLUSIVE

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: Unknown_Module

    IMAGE_NAME: Unknown_Image

    DEBUG_FLR_IMAGE_TIMESTAMP: 0

    BUCKET_ID: CORRUPT_MODULELIST

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

    eax=00000000 ebx=00000004 ecx=00000000 edx=675ff0d0 esi=ba02fdc8 edi=0000a164
    eip=bf800af6 esp=bf87a27c ebp=aed33c10 iopl=0 nv up ei pl nz na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010206
    bf800af6 ?? ???
    ChildEBP RetAddr Args to Child
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    bf87a278 00000000 00000000 00000000 00000000 0xbf800af6
    start end module name

    Unloaded modules:
    00610047 0066003d Unknown_Module_00610047
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    003b0063 00650072 Unknown_Module_003b0063
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0062003d 006f002e Unknown_Module_0062003d
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00660069 00610028 Unknown_Module_00660069
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006c002e 006e0065 Unknown_Module_006c002e
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00720061 00630020 Unknown_Module_00720061
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0028006e 002c0061 Unknown_Module_0028006e
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    002c007d 0061007a Unknown_Module_002c007d
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290062 002c007d Unknown_Module_00290062
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0064002e 006d006f Unknown_Module_0064002e
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006f0069 0028006e Unknown_Module_006f0069
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006d0069 006f0065 Unknown_Module_006d0069
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0077003b 006e0069 Unknown_Module_0077003b
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290061 0063002c Unknown_Module_00290061
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290068 0076003b Unknown_Module_00290068
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00280066 00480021 Unknown_Module_00280066
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006e0075 00740063 Unknown_Module_006e0075
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    003d0061 002c006a Unknown_Module_003d0061
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0049002c 003d0061 Unknown_Module_0049002c
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0076003b 00720061 Unknown_Module_0076003b
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    003b007d 00680074 Unknown_Module_003b007d
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    003d0043 003b0030 Unknown_Module_003d0043
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00680074 00730069 Unknown_Module_00680074
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    002e0062 00290070 Unknown_Module_002e0062
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0061005b 003b005d Unknown_Module_0061005b
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00610076 00200072 Unknown_Module_00610076
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00690020 0020006e Unknown_Module_00690020
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290028 0066007b Unknown_Module_00290028
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00610065 003d0072 Unknown_Module_00610065
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00720070 0074006f Unknown_Module_00720070
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    007d007b 002c007d Unknown_Module_007d007b
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006b006e 007d0022 Unknown_Module_006b006e
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    003d0063 00610022 Unknown_Module_003d0063
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    006e006f 00220028 Unknown_Module_006e006f
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00450073 0067006e Unknown_Module_00450073
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0065006c 0062002e Unknown_Module_0065006c
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0065006e 0049002e Unknown_Module_0065006e
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00720062 0077006f Unknown_Module_00720062
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00280065 00290061 Unknown_Module_00280065
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0065006c 0064002e Unknown_Module_0065006c
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0074007b 00790072 Unknown_Module_0074007b
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00280074 00750066 Unknown_Module_00280074
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0077006f 0073002e Unknown_Module_0077006f
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00690074 006e006f Unknown_Module_00690074
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290062 007d0029 Unknown_Module_00290062
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    005d0061 0062002c Unknown_Module_005d0061
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0064002c 006c0065 Unknown_Module_0064002c
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    002e0063 00260070 Unknown_Module_002e0063
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    0062003d 0064002e Unknown_Module_0062003d
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    00290061 0076007b Unknown_Module_00290061
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:debuglog.txt
    **********************************************************

    Please anybody...suggest a proper fix to this problem:confused:
     
  2. 2011/11/28
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    This is a corrupt dump, so see if you have another one.
     
    Arie,
    #2

  3. to hide this advert.

  4. 2011/11/28
    pg365

    pg365 Inactive Thread Starter

    Joined:
    2011/11/28
    Messages:
    9
    Likes Received:
    0
    How to identify a incorrupt dump file..
     
  5. 2011/11/28
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    It shouldn't say that it is corrupt:

     
  6. 2011/12/07
    pg365

    pg365 Inactive Thread Starter

    Joined:
    2011/11/28
    Messages:
    9
    Likes Received:
    0
    The recent debuglog is as follows

    ------------------------------------------------------------------------------

    Opened log file 'c:debuglog.txt'

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


    Loading Dump File [C:\WINDOWS\Minidump\Mini120511-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 XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 2600.xpsp_sp2_rtm.040803-2158
    Machine Name:
    Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
    Debug session time: Mon Dec 5 20:39:25.906 2011 (GMT+5)
    System Uptime: 0 days 0:01:37.630
    Loading Kernel Symbols
    ...............................................................
    ....................................................
    Loading User Symbols
    Loading unloaded module list
    ............
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 1000008E, {c000001d, f74790fe, aea83610, 0}

    *** ERROR: Module load completed but symbols could not be loaded for aswSnx.SYS
    *** ERROR: Module load completed but symbols could not be loaded for aswFsBlk.SYS
    *** ERROR: Module load completed but symbols could not be loaded for aswMon2.SYS
    Probably caused by : memory_corruption

    Followup: memory_corruption
    ---------

    1: kd> !analyze -v;r;kv;lmtn;.logclose;q
    *******************************************************************************
    * *
    * 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: c000001d, The exception code that was not handled
    Arg2: f74790fe, The address that the exception occurred at
    Arg3: aea83610, Trap Frame
    Arg4: 00000000

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


    EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.

    FAULTING_IP:
    fltMgr!FltpExpandFilePathWorker+130
    f74790fe ff ???

    TRAP_FRAME: aea83610 -- (.trap 0xffffffffaea83610)
    .trap 0xffffffffaea83610
    ErrCode = 00000000
    eax=80561d58 ebx=89c19008 ecx=8057f53b edx=ee920027 esi=00000000 edi=89c19050
    eip=f74790fe esp=aea83684 ebp=aea836fc iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    fltMgr!FltpExpandFilePathWorker+0x130:
    f74790fe ff ???
    .trap
    Resetting default scope

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: CODE_CORRUPTION

    BUGCHECK_STR: 0x8E

    PROCESS_NAME: explorer.exe

    LAST_CONTROL_TRANSFER: from f747941b to f74790fe

    FAILED_INSTRUCTION_ADDRESS:
    fltMgr!FltpExpandFilePathWorker+130
    f74790fe ff ???

    STACK_TEXT:
    aea836fc f747941b 00000000 00000000 00000076 fltMgr!FltpExpandFilePathWorker+0x130
    aea83714 f747955f 89c19008 00000000 89c19008 fltMgr!FltpExpandFilePath+0x19
    aea83730 f7479ba1 89c19008 00000000 000000fe fltMgr!FltpGetNormalizedFileNameWorker+0x5f
    aea83748 f747775e 89c19008 00000000 89c19008 fltMgr!FltpGetNormalizedFileName+0x19
    aea83760 f74777a9 8055b000 89c19008 aea8379c fltMgr!FltpCreateFileNameInformation+0x84
    aea83770 f7468bfb 89c19008 00000000 8ac61028 fltMgr!CreateTemporaryFileNameInformation+0xf
    aea8379c f7469142 89c19008 00000000 89ad3cf0 fltMgr!FltpGetFileNameInformation+0xdf
    aea837c0 b0e04522 89bdd8f4 00000101 aea837e8 fltMgr!FltGetFileNameInformation+0x106
    WARNING: Stack unwind information not available. Following frames may be wrong.
    aea83804 f7477187 8a9e9008 8ac61028 89bdd8f4 aswSnx+0x1522
    aea83834 f74795c4 89ad3cf0 00000000 89ad3cf0 fltMgr!FltpCallOpenedFileNameHandler+0x45
    aea83850 f7479ba1 89ad3cf0 00000000 000000fe fltMgr!FltpGetNormalizedFileNameWorker+0xc4
    aea83868 f747775e 89ad3cf0 00000000 89ad3cf0 fltMgr!FltpGetNormalizedFileName+0x19
    aea83880 f74777a9 8055b000 89ad3cf0 aea838bc fltMgr!FltpCreateFileNameInformation+0x84
    aea83890 f7468bfb 89ad3cf0 8ac61000 8ac61028 fltMgr!CreateTemporaryFileNameInformation+0xf
    aea838bc f7469142 89ad3cf0 aea83908 aea8394c fltMgr!FltpGetFileNameInformation+0xdf
    aea838e0 b0de8a20 89bdd8f4 00000101 aea83904 fltMgr!FltGetFileNameInformation+0x106
    aea83928 b0de8762 aea83978 89bdd8f4 aea8394c aswFsBlk+0x1a20
    aea83958 f7464944 00100001 aea83978 aea839a8 aswFsBlk+0x1762
    aea839b8 f7466352 00a839fc 89bdd898 00000000 fltMgr!FltpPerformPreCallbacks+0x2d4
    aea839cc f7472ccb aea839fc f7471094 00000000 fltMgr!FltpPassThroughInternal+0x32
    aea839e4 f7473142 aea839fc 899b91e0 8acbef38 fltMgr!FltpCreateInternal+0x63
    aea83a18 804e19ee 8a123740 899b91bc 899b9204 fltMgr!FltpCreate+0x1d2
    aea83a28 afeffc07 899b9018 8ad75dc8 8ac61028 nt!IopfCallDriver+0x31
    aea83a4c afef9a34 8a1c5960 899b9008 aea83b4c aswMon2+0x6c07
    aea83a5c 804e19ee 8a1c5960 899b9008 899b9008 aswMon2+0xa34
    aea83a6c 8057eeb8 8acbebf0 89a737ec aea83c04 nt!IopfCallDriver+0x31
    aea83b4c 8056e063 8acbec08 00000000 89a73748 nt!IopParseDevice+0xa58
    aea83bc4 805715e8 00000000 aea83c04 00000040 nt!ObpLookupObjectName+0x53c
    aea83c18 8057f4c3 00000000 00000000 00000001 nt!ObOpenObjectByName+0xea
    aea83c94 8057f592 0209e4e4 00100001 0209e4a4 nt!IopCreateFile+0x407
    aea83cf0 8057f5d5 0209e4e4 00100001 0209e4a4 nt!IoCreateFile+0x8e
    aea83d30 804ddf0f 0209e4e4 00100001 0209e4a4 nt!NtCreateFile+0x30
    aea83d30 7c90eb94 0209e4e4 00100001 0209e4a4 nt!KiFastCallEntry+0xfc
    0209e4dc 00000000 00000000 00000000 00000000 0x7c90eb94


    STACK_COMMAND: kb

    CHKIMG_EXTENSION: !chkimg -lo 50 -d !fltMgr
    !chkimg -lo 50 -d !fltMgr
    f74790ff - fltMgr!FltpExpandFilePathWorker+131

    [ 37:3f ]
    1 error : !fltMgr (f74790ff)

    MODULE_NAME: memory_corruption

    IMAGE_NAME: memory_corruption

    FOLLOWUP_NAME: memory_corruption

    DEBUG_FLR_IMAGE_TIMESTAMP: 0

    MEMORY_CORRUPTOR: ONE_BIT

    FAILURE_BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT

    BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT

    Followup: memory_corruption
    ---------

    eax=80561d58 ebx=89c19008 ecx=8057f53b edx=ee920027 esi=00000000 edi=89c19050
    eip=f74790fe esp=aea83684 ebp=aea836fc iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010246
    fltMgr!FltpExpandFilePathWorker+0x130:
    f74790fe ff ???
    ChildEBP RetAddr Args to Child
    aea836fc f747941b 00000000 00000000 00000076 fltMgr!FltpExpandFilePathWorker+0x130 (FPO: [1,22,4])
    aea83714 f747955f 89c19008 00000000 89c19008 fltMgr!FltpExpandFilePath+0x19 (FPO: [1,2,4])
    aea83730 f7479ba1 89c19008 00000000 000000fe fltMgr!FltpGetNormalizedFileNameWorker+0x5f (FPO: [1,1,4])
    aea83748 f747775e 89c19008 00000000 89c19008 fltMgr!FltpGetNormalizedFileName+0x19 (FPO: [1,2,4])
    aea83760 f74777a9 8055b000 89c19008 aea8379c fltMgr!FltpCreateFileNameInformation+0x84 (FPO: [1,0,4])
    aea83770 f7468bfb 89c19008 00000000 8ac61028 fltMgr!CreateTemporaryFileNameInformation+0xf (FPO: [1,0,4])
    aea8379c f7469142 89c19008 00000000 89ad3cf0 fltMgr!FltpGetFileNameInformation+0xdf (FPO: [1,5,0])
    aea837c0 b0e04522 89bdd8f4 00000101 aea837e8 fltMgr!FltGetFileNameInformation+0x106 (FPO: [3,3,4])
    WARNING: Stack unwind information not available. Following frames may be wrong.
    aea83804 f7477187 8a9e9008 8ac61028 89bdd8f4 aswSnx+0x1522
    aea83834 f74795c4 89ad3cf0 00000000 89ad3cf0 fltMgr!FltpCallOpenedFileNameHandler+0x45 (FPO: [1,1,4])
    aea83850 f7479ba1 89ad3cf0 00000000 000000fe fltMgr!FltpGetNormalizedFileNameWorker+0xc4 (FPO: [1,1,4])
    aea83868 f747775e 89ad3cf0 00000000 89ad3cf0 fltMgr!FltpGetNormalizedFileName+0x19 (FPO: [1,2,4])
    aea83880 f74777a9 8055b000 89ad3cf0 aea838bc fltMgr!FltpCreateFileNameInformation+0x84 (FPO: [1,0,4])
    aea83890 f7468bfb 89ad3cf0 8ac61000 8ac61028 fltMgr!CreateTemporaryFileNameInformation+0xf (FPO: [1,0,4])
    aea838bc f7469142 89ad3cf0 aea83908 aea8394c fltMgr!FltpGetFileNameInformation+0xdf (FPO: [1,5,0])
    aea838e0 b0de8a20 89bdd8f4 00000101 aea83904 fltMgr!FltGetFileNameInformation+0x106 (FPO: [3,3,4])
    aea83928 b0de8762 aea83978 89bdd8f4 aea8394c aswFsBlk+0x1a20
    aea83958 f7464944 00100001 aea83978 aea839a8 aswFsBlk+0x1762
    aea839b8 f7466352 00a839fc 89bdd898 00000000 fltMgr!FltpPerformPreCallbacks+0x2d4 (FPO: [1,16,0])
    aea839cc f7472ccb aea839fc f7471094 00000000 fltMgr!FltpPassThroughInternal+0x32 (FPO: [2,0,0])
    start end module name
    804d7000 80701000 nt ntkrnlmp.exe Wed Aug 04 11:48:18 2004 (41107FAA)
    80701000 80721d00 hal halmacpi.dll Wed Aug 04 11:29:09 2004 (41107B2D)
    aee10000 aee50380 HTTP HTTP.sys Wed Aug 04 11:30:09 2004 (41107B69)
    aee91000 aee99f00 FsUsbExDisk FsUsbExDisk.SYS Thu Sep 11 12:12:10 2008 (48C8BDC2)
    aef3b000 aef64f00 kmixer kmixer.sys Wed Aug 04 11:37:46 2004 (41107D32)
    af735000 af787180 srv srv.sys Wed Aug 04 11:44:44 2004 (41107ED4)
    afa08000 afa34400 mrxdav mrxdav.sys Wed Aug 04 11:30:49 2004 (41107B91)
    afc64000 afc78400 wdmaud wdmaud.sys Wed Aug 04 11:45:03 2004 (41107EE7)
    afea1000 afeafd80 sysaudio sysaudio.sys Wed Aug 04 11:45:54 2004 (41107F1A)
    afef9000 aff11e80 aswMon2 aswMon2.SYS Wed Sep 07 02:06:21 2011 (4E668445)
    b0d23000 b0d3a480 dump_atapi dump_atapi.sys Wed Aug 04 11:29:41 2004 (41107B4D)
    b0de7000 b0de9f00 aswFsBlk aswFsBlk.SYS Wed Sep 07 02:06:10 2011 (4E66843A)
    b0def000 b0df1900 Dxapi Dxapi.sys Sat Aug 18 02:23:19 2001 (3B7D843F)
    b0e03000 b0e73000 aswSnx aswSnx.SYS Wed Sep 07 02:08:03 2011 (4E6684AB)
    b0e73000 b0ebf400 aswSP aswSP.SYS Wed Sep 07 02:07:52 2011 (4E6684A0)
    b0ec0000 b0f2e380 mrxsmb mrxsmb.sys Wed Aug 04 11:45:14 2004 (41107EF2)
    b0f2f000 b0f5a180 rdbss rdbss.sys Wed Aug 04 11:50:05 2004 (41108015)
    b0f5b000 b0f7cd00 afd afd.sys Wed Aug 04 11:44:13 2004 (41107EB5)
    b0f7d000 b0fa4c00 netbt netbt.sys Wed Aug 04 11:44:36 2004 (41107ECC)
    b0fad000 b0faff80 mouhid mouhid.sys Sat Aug 18 02:17:57 2001 (3B7D82FD)
    b0fb1000 b0fb3580 hidusb hidusb.sys Sat Aug 18 02:32:16 2001 (3B7D8658)
    b0fcd000 b0fedf00 ipnat ipnat.sys Wed Aug 04 11:34:48 2004 (41107C80)
    b0fee000 b1045a80 tcpip tcpip.sys Wed Aug 04 11:44:39 2004 (41107ECF)
    b1046000 b1058400 ipsec ipsec.sys Wed Aug 04 11:44:27 2004 (41107EC3)
    b1099000 b109c280 ndisuio ndisuio.sys Wed Aug 04 11:33:10 2004 (41107C1E)
    b1dbd000 b1de0980 portcls portcls.sys Wed Aug 04 11:45:47 2004 (41107F13)
    b1de1000 b22c8000 RtkHDAud RtkHDAud.sys Fri Dec 26 14:57:22 2008 (4954A37A)
    b673a000 b6777000 dtsoftbus01 dtsoftbus01.sys Fri Jun 17 13:08:44 2011 (4DFB0484)
    b6777000 b67aa200 update update.sys Wed Aug 04 11:28:32 2004 (41107B08)
    b67ab000 b67db100 rdpdr rdpdr.sys Wed Aug 04 11:31:10 2004 (41107BA6)
    b67dc000 b67ece00 psched psched.sys Wed Aug 04 11:34:16 2004 (41107C60)
    b67ed000 b6803680 ndiswan ndiswan.sys Wed Aug 04 11:44:30 2004 (41107EC6)
    b6804000 b6826680 ks ks.sys Wed Aug 04 11:45:20 2004 (41107EF8)
    b6827000 b6849e80 USBPORT USBPORT.SYS Wed Aug 04 11:38:34 2004 (41107D62)
    b684a000 b6866280 Rtenicxp Rtenicxp.sys Thu Sep 25 19:21:42 2008 (48DB976E)
    b6867000 b688c000 HDAudBus HDAudBus.sys Sat Jan 08 06:37:15 2005 (41DF3243)
    b688c000 b689f780 VIDEOPRT VIDEOPRT.SYS Wed Aug 04 11:37:04 2004 (41107D08)
    b68a0000 b74c9b00 nv4_mini nv4_mini.sys Sat May 21 09:33:15 2011 (4DD73983)
    b74da000 b74e2880 Fips Fips.SYS Sat Aug 18 07:01:49 2001 (3B7DC585)
    b74ea000 b74f2700 netbios netbios.sys Wed Aug 04 11:33:19 2004 (41107C27)
    b74fa000 b7502700 wanarp wanarp.sys Wed Aug 04 11:34:57 2004 (41107C89)
    b750a000 b7514c00 aswTdi aswTdi.SYS Wed Sep 07 02:06:35 2011 (4E668453)
    b751a000 b7528100 usbhub usbhub.sys Wed Aug 04 11:38:40 2004 (41107D68)
    b752a000 b7538b80 drmk drmk.sys Wed Aug 04 11:37:54 2004 (41107D3A)
    b753a000 b7543480 NDProxy NDProxy.SYS Sat Aug 18 02:25:30 2001 (3B7D84C2)
    b755a000 b7563f00 termdd termdd.sys Wed Aug 04 11:28:52 2004 (41107B1C)
    b7dea000 b7defa00 mouclass mouclass.sys Wed Aug 04 11:28:32 2004 (41107B08)
    b7df2000 b7df6080 raspti raspti.sys Sat Aug 18 02:25:32 2001 (3B7D84C4)
    b7dfa000 b7dfe580 ptilink ptilink.sys Sat Aug 18 02:19:53 2001 (3B7D8371)
    b7e02000 b7e06880 TDI TDI.SYS Wed Aug 04 11:37:47 2004 (41107D33)
    b7e0a000 b7e10000 kbdclass kbdclass.sys Wed Aug 04 11:28:32 2004 (41107B08)
    b7e12000 b7e18800 usbehci usbehci.sys Wed Aug 04 11:38:34 2004 (41107D62)
    b7e1a000 b7e1f000 usbuhci usbuhci.sys Wed Aug 04 11:38:34 2004 (41107D62)
    b7e5a000 b7e5ad00 dxgthk dxgthk.sys Sat Aug 18 02:23:12 2001 (3B7D8438)
    b862b000 b863a900 Cdfs Cdfs.SYS Wed Aug 04 11:44:09 2004 (41107EB1)
    b863b000 b8643d80 HIDCLASS HIDCLASS.SYS Wed Aug 04 11:38:18 2004 (41107D52)
    b86c7000 b86cac80 mssmbios mssmbios.sys Wed Aug 04 11:37:47 2004 (41107D33)
    b86e7000 b86e9580 ndistapi ndistapi.sys Sat Aug 18 02:25:29 2001 (3B7D84C1)
    b86ef000 b86f2c80 serenum serenum.sys Wed Aug 04 11:29:06 2004 (41107B2A)
    b86f3000 b86f5280 rasacd rasacd.sys Sat Aug 18 02:25:39 2001 (3B7D84CB)
    b872b000 b8745580 Mup Mup.sys Wed Aug 04 11:45:20 2004 (41107EF8)
    b8746000 b8772a80 NDIS NDIS.sys Wed Aug 04 11:44:27 2004 (41107EC3)
    b8773000 b87ff480 Ntfs Ntfs.sys Wed Aug 04 11:45:06 2004 (41107EEA)
    bd000000 bd011580 dxg dxg.sys Wed Aug 04 11:30:51 2004 (41107B93)
    bd012000 bd412f80 nv4_disp nv4_disp.dll Sat May 21 09:28:55 2011 (4DD7387F)
    bf800000 bf9c0380 win32k win32k.sys Wed Aug 04 11:47:30 2004 (41107F7A)
    bffa0000 bffe5c00 ATMFD ATMFD.DLL Wed Aug 04 13:26:56 2004 (411096C8)
    f7427000 f7439f00 WudfPf WudfPf.sys Fri Sep 29 07:25:43 2006 (451C7D1F)
    f743a000 f7450780 KSecDD KSecDD.sys Wed Aug 04 11:29:45 2004 (41107B51)
    f7451000 f7462f00 sr sr.sys Wed Aug 04 11:36:22 2004 (41107CDE)
    f7463000 f7481780 fltMgr fltMgr.sys Wed Aug 04 11:31:17 2004 (41107BAD)
    f7482000 f7499480 atapi atapi.sys Wed Aug 04 11:29:41 2004 (41107B4D)
    f749a000 f74bf700 dmio dmio.sys Wed Aug 04 11:37:13 2004 (41107D11)
    f74c0000 f74de880 ftdisk ftdisk.sys Sat Aug 18 02:22:41 2001 (3B7D8419)
    f74df000 f74f6800 SCSIPORT SCSIPORT.SYS Wed Aug 04 11:29:39 2004 (41107B4B)
    f7517000 f751f900 msgpc msgpc.sys Wed Aug 04 11:34:11 2004 (41107C5B)
    f7527000 f7532d00 raspptp raspptp.sys Wed Aug 04 11:44:26 2004 (41107EC2)
    f7537000 f7541200 raspppoe raspppoe.sys Wed Aug 04 11:35:06 2004 (41107C92)
    f7547000 f7553880 rasl2tp rasl2tp.sys Wed Aug 04 11:44:21 2004 (41107EBD)
    f7557000 f7565080 redbook redbook.sys Wed Aug 04 11:29:34 2004 (41107B46)
    f7567000 f7573180 cdrom cdrom.sys Wed Aug 04 11:29:52 2004 (41107B58)
    f7577000 f7581380 imapi imapi.sys Wed Aug 04 11:30:12 2004 (41107B6C)
    f7587000 f7593e00 i8042prt i8042prt.sys Wed Aug 04 11:44:36 2004 (41107ECC)
    f7597000 f75a7a80 pci pci.sys Wed Aug 04 11:37:45 2004 (41107D31)
    f75a8000 f75d5d80 ACPI ACPI.sys Wed Aug 04 11:37:35 2004 (41107D27)
    f75f7000 f75ffc00 isapnp isapnp.sys Sat Aug 18 02:28:01 2001 (3B7D8559)
    f7607000 f7611500 MountMgr MountMgr.sys Wed Aug 04 11:28:29 2004 (41107B05)
    f7617000 f7623c80 VolSnap VolSnap.sys Wed Aug 04 11:30:14 2004 (41107B6E)
    f7627000 f762fe00 disk disk.sys Wed Aug 04 11:29:53 2004 (41107B59)
    f7637000 f7643200 CLASSPNP CLASSPNP.SYS Wed Aug 04 11:44:26 2004 (41107EC2)
    f7647000 f76504c0 PxHelp20 PxHelp20.sys Tue Oct 20 23:27:50 2009 (4ADDFA1E)
    f76e7000 f76efd00 intelppm intelppm.sys Wed Aug 04 11:29:19 2004 (41107B37)
    f76f7000 f7706d80 serial serial.sys Wed Aug 04 11:45:51 2004 (41107F17)
    f7707000 f770d200 PCIIDEX PCIIDEX.SYS Wed Aug 04 11:29:40 2004 (41107B4C)
    f770f000 f7713900 PartMgr PartMgr.sys Sat Aug 18 07:02:23 2001 (3B7DC5A7)
    f776f000 f7774200 vga vga.sys Wed Aug 04 11:37:06 2004 (41107D0A)
    f7777000 f777ba80 Msfs Msfs.SYS Wed Aug 04 11:30:37 2004 (41107B85)
    f777f000 f7786880 Npfs Npfs.SYS Wed Aug 04 11:30:38 2004 (41107B86)
    f7787000 f778d500 aswRdr aswRdr.SYS Wed Sep 07 02:06:36 2011 (4E668454)
    f779f000 f77a4700 Aavmker4 Aavmker4.SYS Wed Sep 07 02:03:09 2011 (4E668385)
    f7807000 f780d180 HIDPARSE HIDPARSE.SYS Wed Aug 04 11:38:15 2004 (41107D4F)
    f7817000 f781b500 watchdog watchdog.sys Wed Aug 04 11:37:32 2004 (41107D24)
    f7897000 f789a000 BOOTVID BOOTVID.dll Sat Aug 18 02:19:09 2001 (3B7D8345)
    f7987000 f7988b80 kdcom kdcom.dll Sat Aug 18 02:19:10 2001 (3B7D8346)
    f7989000 f798a100 WMILIB WMILIB.SYS Sat Aug 18 02:37:23 2001 (3B7D878B)
    f798b000 f798c700 dmload dmload.sys Sat Aug 18 02:28:15 2001 (3B7D8567)
    f79b7000 f79b8100 dump_WMILIB dump_WMILIB.SYS Sat Aug 18 02:37:23 2001 (3B7D878B)
    f79bb000 f79bc100 swenum swenum.sys Wed Aug 04 11:28:41 2004 (41107B11)
    f79c1000 f79c2280 USBD USBD.SYS Sat Aug 18 02:32:58 2001 (3B7D8682)
    f79c5000 f79c6f00 Fs_Rec Fs_Rec.SYS Sat Aug 18 02:19:37 2001 (3B7D8361)
    f79c7000 f79c8080 Beep Beep.SYS Sat Aug 18 02:17:33 2001 (3B7D82E5)
    f79c9000 f79ca080 mnmdd mnmdd.SYS Sat Aug 18 02:27:28 2001 (3B7D8538)
    f79cb000 f79cc080 RDPCDD RDPCDD.sys Sat Aug 18 02:16:56 2001 (3B7D82C0)
    f7a4f000 f7a4fd00 pciide pciide.sys Sat Aug 18 02:21:49 2001 (3B7D83E5)
    f7a58000 f7a58b80 Null Null.SYS Sat Aug 18 02:17:39 2001 (3B7D82EB)
    f7a90000 f7a90c00 audstub audstub.sys Sat Aug 18 02:29:40 2001 (3B7D85BC)

    Unloaded modules:
    afbef000 afc19000 kmixer.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    b80a2000 b80a3000 drmkaud.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    afe61000 afe6e000 DMusic.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    afc19000 afc3c000 aec.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    afe71000 afe7f000 swmidi.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    b01a2000 b01a4000 splitter.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7ade000 f7bdf000 sptd.sys
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    af9f4000 afa08000 Parport.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7767000 f776c000 Cdaudio.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    b86f7000 b86fa000 Sfloppy.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f775f000 f7764000 Flpydisk.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    f7757000 f775e000 Fdc.SYS
    Timestamp: unavailable (00000000)
    Checksum: 00000000
    Closing open log file c:debuglog.txt
    ---------------------------------------------------------------------------------

    Please help
     
  7. 2011/12/07
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    pg365 likes this.
  8. 2011/12/07
    pg365

    pg365 Inactive Thread Starter

    Joined:
    2011/11/28
    Messages:
    9
    Likes Received:
    0
    Thank you...
     
  9. 2011/12/07
    Admin.

    Admin. Administrator Administrator Staff

    Joined:
    2001/12/30
    Messages:
    6,687
    Likes Received:
    107
    Guess I got it right:

     

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.