persianlancer


  1. Posts : 4
    Windows 7 Ultimate 64-bit
       #1

    persianlancer


    Hi.I am attaching additional DUMP files on my recently crashing computer.
    Hope this will be helpful to resolve my unbearable problem.
    all the best
    persianlancer
      My Computer


  2. Posts : 28,845
    Win 8 Release candidate 8400
       #2

    persianlancer said:
    Hi.I am attaching additional DUMP files on my recently crashing computer.
    Hope this will be helpful to resolve my unbearable problem.
    all the best
    persianlancer
    Most of these refer either directly (or indirectly) to your video driver. Use the below instructions to re-install the newest version available.

    When upgrading your graphic driver you MUST remove all traces of the current driver. In order to do that we recommend using Guru3D - Driver Sweeper

    When it is removed then download and install the fresh copy.


    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\K\Desktop\New folder\041711-28437-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;srv*e:\symbols
    *http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Machine Name:
    Kernel base = 0xfffff800`02a5a000 PsLoadedModuleList = 0xfffff800`02c97e50
    Debug session time: Sun Apr 17 13:04:44.750 2011 (GMT-4)
    System Uptime: 0 days 19:16:46.890
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ......................
    Loading User Symbols
    Loading unloaded module list
    .....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 100000EA, {fffffa8007775710, 0, 0, 0}
    
    Unable to load image \SystemRoot\system32\DRIVERS\atikmdag.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for atikmdag.sys
    *** ERROR: Module load completed but symbols could not be loaded for atikmdag.sys
    Probably caused by : dxgkrnl.sys ( dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37 )
    
    Followup: MachineOwner
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)
    The device driver is spinning in an infinite loop, most likely waiting for
    hardware to become idle. This usually indicates problem with the hardware
    itself or with the device driver programming the hardware incorrectly.
    If the kernel debugger is connected and running when watchdog detects a
    timeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()
    and detailed message including bugcheck arguments will be printed to the
    debugger. This way we can identify an offending thread, set breakpoints in it,
    and hit go to return to the spinning code to debug it further. Because
    KeBugCheckEx() is not called the .bugcheck directive will not return bugcheck
    information in this case. The arguments are already printed out to the kernel
    debugger. You can also retrieve them from a global variable via
    "dd watchdog!g_WdBugCheckData l5" (use dq on NT64).
    On MP machines it is possible to hit a timeout when the spinning thread is
    interrupted by hardware interrupt and ISR or DPC routine is running at the time
    of the bugcheck (this is because the timeout's work item can be delivered and
    handled on the second CPU and the same time). If this is the case you will have
    to look deeper at the offending thread's stack (e.g. using dds) to determine
    spinning code which caused the timeout to occur.
    Arguments:
    Arg1: fffffa8007775710, Pointer to a stuck thread object.  Do .thread then kb on it to find
        the hung location.
    Arg2: 0000000000000000, Pointer to a DEFERRED_WATCHDOG object.
    Arg3: 0000000000000000, Pointer to offending driver name.
    Arg4: 0000000000000000, Number of times "intercepted" bugcheck 0xEA was hit (see notes).
    
    Debugging Details:
    ------------------
    
    
    FAULTING_THREAD:  fffffa8007775710
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    
    BUGCHECK_STR:  0xEA
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff880044eaf63 to fffff80002aca740
    
    STACK_TEXT:  
    fffff880`06342618 fffff880`044eaf63 : 00000000`000000ea fffffa80`07775710 00000000`00000000 00000000`00000000 : nt!KeBugCheckEx
    fffff880`06342620 fffff880`044eb112 : fffff880`063426f0 fffff880`04a19a2b fffff880`063426f0 00000000`00003f00 : dxgkrnl!TdrTimedOperationBugcheckOnTimeout+0x37
    fffff880`06342690 fffff880`04830f72 : 00000000`00000000 fffff880`04a19a10 fffff880`06342810 00000000`01c9c380 : dxgkrnl!TdrTimedOperationDelay+0xbe
    fffff880`063426d0 00000000`00000000 : fffff880`04a19a10 fffff880`06342810 00000000`01c9c380 00000000`00000028 : atikmdag+0x2bf72
    
    
    STACK_COMMAND:  .thread 0xfffffa8007775710 ; kb
    
    FOLLOWUP_IP: 
    dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37
    fffff880`044eaf63 cc              int     3
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: dxgkrnl
    
    IMAGE_NAME:  dxgkrnl.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4d3fa1a0
    
    FAILURE_BUCKET_ID:  X64_0xEA_VRF_IMAGE_dxgkrnl.sys
    
    BUCKET_ID:  X64_0xEA_VRF_IMAGE_dxgkrnl.sys
    
    Followup: MachineOwner
    ---------
      My Computer


  3. Posts : 4
    Windows 7 Ultimate 64-bit
    Thread Starter
       #3

    Dear Zigzag3143 Thank you very much for your help.Updating video driver
    resolved the crashing problem,but,however I have occasional freeze problem.
    Thanks again for your endeavor.
    persianlancer
      My Computer


  4. Posts : 4
    Windows 7 Ultimate 64-bit
    Thread Starter
       #4

    The computer has once again become problematic. It crashes randomly. I have attached the BSOD zip file as directed. I would appreciate any help to diagnose and fix the problem.
      My Computer


  5. Posts : 1,782
    Windows 7 Home Premium 64bit
       #5

    Please disable driver verifier - Driver Verifier - Enable and Disable

    Remove all your Symantec products. It was being blamed in numerous crashes.
    Download and run the Norton Removal Tool to uninstall your Norton product | Norton Support

    Replace your virus protection with Microsoft Security Essentials and use the Window's Firewall for your firewall protection.

    Code:
    Rt64win7.sys Wed Feb 16 04:03:57 2011 (4D5B92FD)
    Make sure you have the latest Realtek drivers - Realtek

    It appears that you've been having BSODs since you've installed Windows. You also have a lot of corrupted/inconclusive dumps, which leads be to believe you have some hardware issues going on.

    Code:
    Event[313]:
      Log Name: System
      Source: Microsoft-Windows-WER-SystemErrorReporting
      Date: 2011-05-13T09:22:52.000
      Event ID: 1005
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: nasrin-PC
      Description: 
    Unable to produce a minidump file from the full dump file.
    This is also a sign that it's hardware related.

    Code:
    Event[13548]:
      Log Name: System
      Source: Disk
      Date: 2011-04-26T19:37:09.009
      Event ID: 11
      Task: N/A
      Level: Error
      Opcode: N/A
      Keyword: Classic
      User: N/A
      User Name: N/A
      Computer: nasrin-PC
      Description: 
    The driver detected a controller error on \Device\Harddisk1\DR1.
    Please run these tests and report back the results
    1. Memtest86 - Run for 7-8 passes - RAM - Test with Memtest86+
    2. Prime95 - Run all three tests for 3-4 hours each or until fail - https://www.sevenforums.com/tutorials...t-prime95.html
    3. Hard drive scan usings SeaTools - SeaTools for Windows | Seagate - Both long and short tests


    BSOD BUGCHECK SUMMARY
    Code:
    
    *** WARNING: Unable to verify timestamp for Unknown_Module_9ee1e3e8`2b8c1996
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_9ee1e3e8`2b8c1996
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Fri May 13 09:35:17.465 2011 (UTC - 4:00)
    System Uptime: 0 days 0:12:57.622
    *** WARNING: Unable to verify timestamp for Unknown_Module_9ee1e3e8`2b8c1996
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_9ee1e3e8`2b8c1996
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Fri May 13 08:59:59.355 2011 (UTC - 4:00)
    System Uptime: 0 days 8:39:10.496
    *** WARNING: Unable to verify timestamp for teefer2.sys
    *** ERROR: Module load completed but symbols could not be loaded for teefer2.sys
    Probably caused by : teefer2.sys ( teefer2+3557 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0xA_VRF_teefer2+3557
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Fri May 13 00:20:11.333 2011 (UTC - 4:00)
    System Uptime: 0 days 0:10:01.473
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_db68223b`fdd6d7e5
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_db68223b`fdd6d7e5
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Fri May 13 00:09:30.819 2011 (UTC - 4:00)
    System Uptime: 0 days 0:09:13.975
    *** WARNING: Unable to verify timestamp for Unknown_Module_db68223b`fdd6d7e5
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_db68223b`fdd6d7e5
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Thu May 12 23:47:11.034 2011 (UTC - 4:00)
    System Uptime: 0 days 0:13:59.190
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0x3B
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Wed May 11 21:46:45.017 2011 (UTC - 4:00)
    System Uptime: 0 days 0:11:59.158
    Probably caused by : ntkrnlmp.exe ( nt!VfKeIrqlLogLower+19 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x3B
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0x3B_VRF_nt!VfKeIrqlLogLower+19
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Wed May 11 20:24:55.323 2011 (UTC - 4:00)
    System Uptime: 0 days 0:12:45.604
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16792.amd64fre.win7_gdr.110408-1633
    Debug session time: Wed May 11 20:10:54.839 2011 (UTC - 4:00)
    System Uptime: 0 days 0:08:04.980
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_884a6892`baae7dc2
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_884a6892`baae7dc2
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May 11 16:15:46.461 2011 (UTC - 4:00)
    System Uptime: 0 days 0:09:43.602
    *** WARNING: Unable to verify timestamp for Unknown_Module_884a6892`baae7dc2
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_884a6892`baae7dc2
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May 11 15:52:50.296 2011 (UTC - 4:00)
    System Uptime: 0 days 6:47:54.453
    *** WARNING: Unable to verify timestamp for teefer2.sys
    *** ERROR: Module load completed but symbols could not be loaded for teefer2.sys
    Probably caused by : teefer2.sys ( teefer2+3557 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0xA_VRF_teefer2+3557
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May 11 07:47:25.580 2011 (UTC - 4:00)
    System Uptime: 0 days 0:08:13.720
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    *** WARNING: Unable to verify timestamp for Unknown_Module_00000000`00000000
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_1004fd6d`ff414194
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_1004fd6d`ff414194
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Tue May 10 16:23:11.603 2011 (UTC - 4:00)
    System Uptime: 0 days 0:26:42.744
    *** WARNING: Unable to verify timestamp for Unknown_Module_1004fd6d`ff414194
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_1004fd6d`ff414194
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon May  9 10:30:54.665 2011 (UTC - 4:00)
    System Uptime: 0 days 0:23:08.805
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  svchost.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon May  9 10:06:37.668 2011 (UTC - 4:00)
    System Uptime: 0 days 0:21:22.326
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  svchost.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri May  6 09:27:03.100 2011 (UTC - 4:00)
    System Uptime: 0 days 0:21:06.366
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu May  5 12:31:11.385 2011 (UTC - 4:00)
    System Uptime: 0 days 3:42:08.526
    *** ERROR: Module load completed but symbols could not be loaded for ndiswan.sys
    Probably caused by : ntkrnlmp
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_IMAGE_ntkrnlmp
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_44500100`ffffffff
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_44500100`ffffffff
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu May  5 08:48:06.704 2011 (UTC - 4:00)
    System Uptime: 0 days 0:25:14.860
    *** WARNING: Unable to verify timestamp for Unknown_Module_44500100`ffffffff
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_44500100`ffffffff
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_e2fc630c`76850443
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_e2fc630c`76850443
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu May  5 08:22:19.388 2011 (UTC - 4:00)
    System Uptime: 0 days 0:08:48.544
    *** WARNING: Unable to verify timestamp for Unknown_Module_e2fc630c`76850443
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_e2fc630c`76850443
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0x1E_c0000005
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May  4 18:13:25.857 2011 (UTC - 4:00)
    System Uptime: 0 days 0:19:24.998
    Probably caused by : ntkrnlmp.exe ( nt!KiDispatchException+1b9 )
    BUGCHECK_STR:  0x1E_c0000005
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0x1E_c0000005_VRF_nt!KiDispatchException+1b9
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May  4 17:52:45.484 2011 (UTC - 4:00)
    System Uptime: 0 days 0:13:03.750
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  svchost.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed May  4 02:44:08.711 2011 (UTC - 4:00)
    System Uptime: 0 days 1:07:35.852
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Tue May  3 19:17:07.109 2011 (UTC - 4:00)
    System Uptime: 0 days 0:09:17.250
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon May  2 18:45:22.964 2011 (UTC - 4:00)
    System Uptime: 0 days 0:08:31.121
    *** WARNING: Unable to verify timestamp for wpsdrvnt.sys
    *** ERROR: Module load completed but symbols could not be loaded for wpsdrvnt.sys
    Probably caused by : wpsdrvnt.sys ( wpsdrvnt+14fa )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_wpsdrvnt+14fa
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon May  2 13:23:13.768 2011 (UTC - 4:00)
    System Uptime: 0 days 14:33:23.909
    *** ERROR: Module load completed but symbols could not be loaded for ndiswan.sys
    Probably caused by : ntkrnlmp
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_IMAGE_ntkrnlmp
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Sun May  1 22:22:49.714 2011 (UTC - 4:00)
    System Uptime: 0 days 0:11:25.855
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  iexplore.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Sat Apr 30 10:34:46.553 2011 (UTC - 4:00)
    System Uptime: 0 days 0:09:04.819
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Sat Apr 30 10:25:00.366 2011 (UTC - 4:00)
    System Uptime: 0 days 0:13:24.631
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Sat Apr 30 03:00:12.187 2011 (UTC - 4:00)
    System Uptime: 0 days 5:08:05.343
    *** WARNING: Unable to verify timestamp for teefer2.sys
    *** ERROR: Module load completed but symbols could not be loaded for teefer2.sys
    Probably caused by : teefer2.sys ( teefer2+3557 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0xA_VRF_teefer2+3557
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 29 21:50:46.615 2011 (UTC - 4:00)
    System Uptime: 0 days 0:11:48.755
    Probably caused by : ntkrnlmp.exe ( nt!RtlDispatchException+122 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  iTunes.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!RtlDispatchException+122
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 29 21:25:53.939 2011 (UTC - 4:00)
    System Uptime: 0 days 0:37:42.080
    Probably caused by : ntkrnlmp.exe ( nt!RtlDispatchException+122 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!RtlDispatchException+122
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 29 20:47:29.644 2011 (UTC - 4:00)
    System Uptime: 0 days 0:17:34.785
    Probably caused by : win32k.sys ( win32k!NtUserCallOneParam+29 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  iTunes.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_win32k!NtUserCallOneParam+29
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    *** WARNING: Unable to verify timestamp for Unknown_Module_08080818`08080818
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_08080818`08080818
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 29 09:26:19.839 2011 (UTC - 4:00)
    System Uptime: 0 days 0:10:03.996
    *** WARNING: Unable to verify timestamp for Unknown_Module_08080818`08080818
    *** ERROR: Module load completed but symbols could not be loaded for Unknown_Module_08080818`08080818
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    BUGCHECK_STR:  0xA
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu Apr 28 01:36:04.649 2011 (UTC - 4:00)
    System Uptime: 0 days 6:25:17.023
    *** ERROR: Module load completed but symbols could not be loaded for ndiswan.sys
    Probably caused by : ntkrnlmp
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_IMAGE_ntkrnlmp
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 25 02:05:31.515 2011 (UTC - 4:00)
    System Uptime: 0 days 13:06:07.781
    *** ERROR: Module load completed but symbols could not be loaded for ndiswan.sys
    Probably caused by : ntkrnlmp
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_IMAGE_ntkrnlmp
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Sun Apr 24 10:32:27.640 2011 (UTC - 4:00)
    System Uptime: 0 days 0:43:53.781
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 22 22:34:31.312 2011 (UTC - 4:00)
    System Uptime: 0 days 4:09:23.453
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 22 18:13:47.531 2011 (UTC - 4:00)
    System Uptime: 0 days 0:00:14.671
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xD1
    PROCESS_NAME:  wininit.exe
    FAILURE_BUCKET_ID:  X64_0xD1_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Fri Apr 22 13:37:17.568 2011 (UTC - 4:00)
    System Uptime: 0 days 1:23:38.708
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu Apr 21 20:07:14.593 2011 (UTC - 4:00)
    System Uptime: 0 days 0:17:44.750
    *** WARNING: Unable to verify timestamp for atikmpag.sys
    *** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
    Probably caused by : atikmpag.sys ( atikmpag+7334 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x116
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x116_VRF_IMAGE_atikmpag.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Thu Apr 21 10:49:00.234 2011 (UTC - 4:00)
    System Uptime: 0 days 0:41:54.390
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed Apr 20 20:04:00.308 2011 (UTC - 4:00)
    System Uptime: 0 days 1:08:38.574
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Wed Apr 20 02:00:17.568 2011 (UTC - 4:00)
    System Uptime: 0 days 3:44:23.708
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Tue Apr 19 12:33:35.388 2011 (UTC - 4:00)
    System Uptime: 0 days 2:23:53.529
    Probably caused by : pci.sys
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0x9F_VRF_3_Rt64win7_IMAGE_pci.sys
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 23:27:35.005 2011 (UTC - 4:00)
    System Uptime: 0 days 3:02:45.146
    Probably caused by : ndis.sys ( ndis!ndisValidOid+23 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0x3B
    PROCESS_NAME:  svchost.exe
    FAILURE_BUCKET_ID:  X64_0x3B_VRF_ndis!ndisValidOid+23
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 13:09:54.641 2011 (UTC - 4:00)
    System Uptime: 0 days 0:15:30.782
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 12:53:51.798 2011 (UTC - 4:00)
    System Uptime: 0 days 0:24:31.939
    Probably caused by : tcpip.sys ( tcpip!WfpAleCaptureTokenInformation+96 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  chrome.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_tcpip!WfpAleCaptureTokenInformation+96
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 10:53:41.981 2011 (UTC - 4:00)
    System Uptime: 0 days 0:08:25.122
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  iexplore.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 10:19:20.570 2011 (UTC - 4:00)
    System Uptime: 0 days 0:14:28.710
    Probably caused by : ntkrnlmp.exe ( nt!KiPageFault+260 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  iexplore.exe
    FAILURE_BUCKET_ID:  X64_0xA_VRF_nt!KiPageFault+260
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 10:04:09.234 2011 (UTC - 4:00)
    System Uptime: 0 days 7:02:49.375
    *** WARNING: Unable to verify timestamp for teefer2.sys
    *** ERROR: Module load completed but symbols could not be loaded for teefer2.sys
    Probably caused by : teefer2.sys ( teefer2+3557 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0xA_VRF_teefer2+3557
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    Built by: 7600.16695.amd64fre.win7_gdr.101026-1503
    Debug session time: Mon Apr 18 03:00:12.046 2011 (UTC - 4:00)
    System Uptime: 0 days 4:10:04.187
    *** WARNING: Unable to verify timestamp for teefer2.sys
    *** ERROR: Module load completed but symbols could not be loaded for teefer2.sys
    Probably caused by : teefer2.sys ( teefer2+3557 )
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR:  0xA
    PROCESS_NAME:  System
    FAILURE_BUCKET_ID:  X64_0xA_VRF_teefer2+3557
    BiosReleaseDate = 11/02/2010
    SystemManufacturer = MSI
    SystemProductName = MS-7522
    CPUID:        "Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz"
    MaxSpeed:     2670
    CurrentSpeed: 2673
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
      
    
      My Computer


 

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

й Designer Media Ltd
All times are GMT -5. The time now is 19:12.
Find Us