BSOD- Acceptance is the first step.


  1. Posts : 5
    Win7 Home Premium 64bit
       #1

    BSOD- Acceptance is the first step.


    Seriously- a Flash video drops this rig on its ass. Any Flash video, fullscreen or not. Just try watching several in a row. Hulu, Wimp.com, TED, you name it. And it's not just Flash- now it's Silverlight, too. I'm looking at you, Netflix. HTML5 Beta on YouTube doesn't crash, but the user experience is a crap shoot. I disabled Hardware Acceleration, so it's not the ATI drivers, I think. I'm attaching the .dmp file, in hopes some kind soul will pity an idiot noob who just wants some mindless entertainment with his beer. Oddly, porn never crashes this thing. Go figure. Thanks in advance for any insight you care to share.
      My Computer


  2. Posts : 5,705
    Win7 x64 + x86
       #2

    Oftentimes a single dump file just isn't enough to establish what is failing. Please zip up ALL memory dumps and upload them.

    In this case there just isn't much to go on. It's a STOP 0x7F error with the first parameter being an 8 (a double fault). More info on this error message here: BSOD Index (please take note of the numerous "Usual causes" listed at the top of the entry).

    Also, please remove or update these older drivers that were loaded at the time of the crash. Don't use Windows Update or the Update drivers function of Device Manager.
    Please use the following instructions to locate the most currently available drivers to replace the one's that you uninstall OR remove:
    How To Find Drivers:
    - search Google for the name of the driver
    - compare the Google results with what's installed on your system to figure out which device/program it belongs to
    - visit the web site of the manufacturer of the hardware/program to get the latest drivers (DON'T use Windows Update or the Update driver function of Device Manager).
    - if there are difficulties in locating them, post back with questions and someone will try and help you locate the appropriate program.
    - - The most common drivers are listed on this page: Driver Reference
    - - Driver manufacturer links are on this page: http://www.carrona.org/drvrdown.html

    Here's the older drivers. Please pay particular attention to any dated 2007 or earlier:
    Code:
    000.fcl      Fri Sep 26 09:11:22 2008 - CyberLink FCL Driver - http://www.carrona.org/dvrref.html#000.fcl
    adfs.SYS     Thu Jun 26 16:52:37 2008 - Adobe File System Driver - http://www.carrona.org/dvrref.html#adfs.SYS
    PxHlpa64.sys Mon Dec 10 18:49:01 2007 - Sonic CD/DVD driver (used by many different CD/DVD programs) - http://www.carrona.org/dvrref.html#PxHlpa64.sys
    In the absence of additional memory dump files, I'd have to suggest running Driver Verifier as an attempt to force the system to give up more information. Please enable it (Driver Verifier) according to these directions:
    Using Driver Verifier is an iffy proposition. Most times it'll crash and it'll tell you what the driver is. But sometimes it'll crash and won't tell you the driver. Other times it'll crash before you can log in to Windows. If you can't get to Safe Mode, then you'll have to resort to offline editing of the registry to disable Driver Verifier.

    So, I'd suggest that you first backup your stuff and then make sure you've got access to another computer so you can contact us if problems arise. Then make a System Restore point (so you can restore the system using the Vista/Win7 Startup Repair feature).

    Then, here's the procedure:
    - Go to Start and type in "verifier" (without the quotes) and press Enter
    - Select "Create custom settings (for code developers)" and click "Next"
    - Select "Select individual settings from a full list" and click "Next"
    - Select everything EXCEPT FOR "Low Resource Simulation" and click "Next"
    - Select "Select driver names from a list" and click "Next"
    Then select all drivers NOT provided by Microsoft and click "Next"
    - Select "Finish" on the next page.

    Reboot the system and wait for it to crash to the Blue Screen. Continue to use your system normally, and if you know what causes the crash, do that repeatedly. The objective here is to get the system to crash because Driver Verifier is stressing the drivers out. If it doesn't crash for you, then let it run for at least 36 hours of continuous operation (an estimate on my part).

    Reboot into Windows (after the crash) and turn off Driver Verifier by going back in and selecting "Delete existing settings" on the first page, then locate and zip up the memory dump file and upload it with your next post.

    If you can't get into Windows because it crashes too soon, try it in Safe Mode.
    If you can't get into Safe Mode, try using System Restore from your installation DVD to set the system back to the previous restore point that you created.
    If that doesn't work, post back and we'll have to see about fixing the registry entry off-line.

    More info on this at this link: Using Driver Verifier to identify issues with Windows drivers for advanced users
    Summary of the BSOD:
    Code:
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Tue May 11 02:47:15.817 2010 (GMT-4)
    System Uptime: 0 days 0:17:07.331
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a89e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
      My Computer


  3. Posts : 5
    Win7 Home Premium 64bit
    Thread Starter
       #3

    Thanks for the response.


    I'll gather more .dmp files, and post them soon. I will also scour the drivers and attempt to root out the offenders. Thanks again for taking some time to look this over. The older I get, the less patience I seem to have for this. Peace.
      My Computer


  4. Posts : 5
    Win7 Home Premium 64bit
    Thread Starter
       #4

    All Minidumps now attached.


    Here we go. I hope this can shed some light on things...
      My Computer


  5. Posts : 5,705
    Win7 x64 + x86
       #5

    25 memory dumps from 25 Feb 2010 to the present
    All but one are STOP 0x7F w/parameter 1 = 8 (double fault) - More info here: BSOD Index Please see the "Usual causes" section at the beginning of that section.

    The other one is a STOP 0x9F - More info here: BSOD Index
    The presence of this one tends to suggest that this is a driver issue rather than a hardware issue - but it's still a good idea to check out the conditions mentioned in the "Usual causes" section of the first link.

    The STOP 0x9F error reveals an issue with your networking driver - netr28x.sys
    This is a component of a Ralink RT2860 series Wireless LAN Card - but you may have a different manufacturer.
    Although the manufacturer of your card may not have Win7 drivers - there are Win7 drivers at the Ralink website ( Ralink corp. )

    Please -
    - uninstall the current driver software
    - install a freshly downloaded copy of the driver software
    - monitor for further BSOD's

    Because the BSOD blaming the network card occurred in February, there's not a lot of assurance that this will fix the problem (but it is the most likely solution). If that is the case and the BSOD's do recur, then you should run the Driver Verifier according to these instructions:
    Using Driver Verifier is an iffy proposition. Most times it'll crash and it'll tell you what the driver is. But sometimes it'll crash and won't tell you the driver. Other times it'll crash before you can log in to Windows. If you can't get to Safe Mode, then you'll have to resort to offline editing of the registry to disable Driver Verifier.

    So, I'd suggest that you first backup your stuff and then make sure you've got access to another computer so you can contact us if problems arise. Then make a System Restore point (so you can restore the system using the Vista/Win7 Startup Repair feature).

    Then, here's the procedure:
    - Go to Start and type in "verifier" (without the quotes) and press Enter
    - Select "Create custom settings (for code developers)" and click "Next"
    - Select "Select individual settings from a full list" and click "Next"
    - Select everything EXCEPT FOR "Low Resource Simulation" and click "Next"
    - Select "Select driver names from a list" and click "Next"
    Then select all drivers NOT provided by Microsoft and click "Next"
    - Select "Finish" on the next page.

    Reboot the system and wait for it to crash to the Blue Screen. Continue to use your system normally, and if you know what causes the crash, do that repeatedly. The objective here is to get the system to crash because Driver Verifier is stressing the drivers out. If it doesn't crash for you, then let it run for at least 36 hours of continuous operation (an estimate on my part).

    Reboot into Windows (after the crash) and turn off Driver Verifier by going back in and selecting "Delete existing settings" on the first page, then locate and zip up the memory dump file and upload it with your next post.

    If you can't get into Windows because it crashes too soon, try it in Safe Mode.
    If you can't get into Safe Mode, try using System Restore from your installation DVD to set the system back to the previous restore point that you created.
    If that doesn't work, post back and we'll have to see about fixing the registry entry off-line.

    More info on this at this link: Using Driver Verifier to identify issues with Windows drivers for advanced users
    Summary of the BSOD's:
    Code:
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat May 15 20:52:13.818 2010 (GMT-4)
    System Uptime: 0 days 2:15:27.332
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a9fe60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat May 15 02:24:22.257 2010 (GMT-4)
    System Uptime: 0 days 6:44:52.161
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a85e60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Thu May 13 04:07:19.422 2010 (GMT-4)
    System Uptime: 0 days 3:07:50.326
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a57e60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Tue May 11 03:44:38.437 2010 (GMT-4)
    System Uptime: 0 days 0:47:30.341
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a8de60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Tue May 11 02:47:15.817 2010 (GMT-4)
    System Uptime: 0 days 0:17:07.331
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a89e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Tue May 11 02:29:15.252 2010 (GMT-4)
    System Uptime: 0 days 4:06:37.766
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a81e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sun May  9 20:17:18.206 2010 (GMT-4)
    System Uptime: 0 days 0:33:55.720
    BugCheck 7F, {8, 80050031, 6f8, fffff80002ac10df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  zlclient.exe
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Wed May  5 18:01:29.569 2010 (GMT-4)
    System Uptime: 0 days 0:21:39.083
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a83e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sun May  2 20:06:16.853 2010 (GMT-4)
    System Uptime: 0 days 1:09:14.757
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a51e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Fri Apr 30 21:37:33.787 2010 (GMT-4)
    System Uptime: 0 days 2:48:02.691
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a97e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Thu Apr 29 22:37:36.086 2010 (GMT-4)
    System Uptime: 0 days 0:21:59.600
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a83e60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Thu Apr 29 21:55:35.859 2010 (GMT-4)
    System Uptime: 0 days 0:05:08.763
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a87e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat Apr 24 00:36:33.362 2010 (GMT-4)
    System Uptime: 0 days 1:05:21.876
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a41e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Fri Apr 23 23:30:33.539 2010 (GMT-4)
    System Uptime: 0 days 0:13:11.053
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a4be58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Fri Apr 23 22:36:33.584 2010 (GMT-4)
    System Uptime: 0 days 1:32:45.488
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a95e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Mon Apr 19 19:32:29.500 2010 (GMT-4)
    System Uptime: 0 days 0:24:55.404
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a93e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Mon Apr 19 04:57:18.627 2010 (GMT-4)
    System Uptime: 0 days 0:35:25.141
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a9be58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Mon Apr 19 04:21:17.860 2010 (GMT-4)
    System Uptime: 0 days 5:02:09.764
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a55e60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat Apr 17 14:54:40.283 2010 (GMT-4)
    System Uptime: 0 days 0:45:56.797
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a51e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat Apr 17 14:08:07.486 2010 (GMT-4)
    System Uptime: 0 days 0:41:29.390
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a41e58}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Debug session time: Sat Apr 17 13:26:08.205 2010 (GMT-4)
    System Uptime: 0 days 0:06:39.719
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a99e60}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Tue Mar 30 10:55:23.966 2010 (GMT-4)
    System Uptime: 0 days 11:34:52.870
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a97798}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar 29 23:19:25.856 2010 (GMT-4)
    System Uptime: 1 days 6:12:18.370
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a8d798}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Thu Mar 25 07:04:20.495 2010 (GMT-4)
    System Uptime: 1 days 10:50:18.009
    BugCheck 7F, {8, 80050031, 6f8, fffff80002aca9df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  x264_x64.exe
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Sat Mar 20 16:08:22.498 2010 (GMT-4)
    System Uptime: 0 days 12:31:08.402
    BugCheck 7F, {8, 80050031, 6f8, fffff80002ad09df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Sat Mar 20 03:36:11.989 2010 (GMT-4)
    System Uptime: 0 days 4:57:59.893
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a91798}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar 15 04:13:27.397 2010 (GMT-4)
    System Uptime: 0 days 0:25:54.301
    BugCheck 7F, {8, 80050031, 6f8, fffff80002ad89df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  svchost.exe
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar 15 03:46:27.038 2010 (GMT-4)
    System Uptime: 0 days 5:26:29.942
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a99798}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Thu Mar 11 20:55:02.968 2010 (GMT-4)
    System Uptime: 1 days 15:15:53.872
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a957a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Wed Mar 10 03:40:35.599 2010 (GMT-4)
    System Uptime: 0 days 22:58:45.503
    BugCheck 7F, {8, 80050031, 6f8, fffff80002aa17a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar  8 06:30:22.208 2010 (GMT-4)
    System Uptime: 0 days 4:53:24.112
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a937a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar  8 01:36:24.572 2010 (GMT-4)
    System Uptime: 0 days 0:10:58.086
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a837a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Mon Mar  8 01:24:24.461 2010 (GMT-4)
    System Uptime: 0 days 2:00:54.975
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a7c9df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Sat Mar  6 01:12:25.539 2010 (GMT-4)
    System Uptime: 1 days 20:59:12.443
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a577a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Thu Mar  4 04:12:29.010 2010 (GMT-4)
    System Uptime: 0 days 1:08:59.524
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a789df}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  chrome.exe
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Thu Feb 25 16:19:13.424 2010 (GMT-4)
    System Uptime: 0 days 10:50:47.938
    BugCheck 7F, {8, 80050031, 6f8, fffff80002a597a0}
    Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )
    BUGCHECK_STR:  0x7f_8
    PROCESS_NAME:  System
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии
    Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
    Debug session time: Thu Feb 25 05:27:10.189 2010 (GMT-4)
    System Uptime: 4 days 5:38:43.093
    BugCheck 9F, {3, fffffa8007459060, fffff80000b9c518, fffffa800873d8d0}
    *** WARNING: Unable to verify timestamp for netr28x.sys
    *** ERROR: Module load completed but symbols could not be loaded for netr28x.sys
    Probably caused by : netr28x.sys
    BUGCHECK_STR:  0x9F
    PROCESS_NAME:  System
      My Computer


  6. Posts : 5
    Win7 Home Premium 64bit
    Thread Starter
       #6

    Thank you for your time!


    I will retest my memory, and will look into my network drivers as well. Thanks so much for your patience.
      My Computer


 

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

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