Share via

The bugcheck was: 0x0000007e (0xffffffffc0000005, 0xfffff80002e43a31, 0xfffff880033fc6e8, 0xfffff880033fbf40

Anonymous
2010-04-07T23:26:50+00:00

Hey everyone!

I could really use some help figuring out why my computer keeps getting BSODs.  I'm running Win7 64bit.  I've did several things to fix this problem (replaced primary HD, ran memcheck86 overnight, and disabled a lot of devices in the device manager) and have had some success, but still get random errors.

The last two BSODs resulted in the following two bugchecks in the event log:

0x0000007e (0xffffffffc0000005, 0xfffff80002e43a31, 0xfffff880033fc6e8, 0xfffff880033fbf40).

0x00000024 (0x00000000001904fb, 0xfffff880065e3848, 0xfffff880065e30a0, 0xfffff880014e9dbb)

Here is a link to the memory dump:

http://cid-397e51a8f82735f5.skydrive.live.com/embedicon.aspx/.Public/minidump.zip

Thanks for the help!!

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2010-04-08T00:30:17+00:00

    Hi,

    References to Vista also apply to Windows 7.

    This error (7E) is usually a driver issue and display adapter (video) driver is the most suspect though

    it could be others. Antivirus/antispyware/security programs, hardware (heat) and major software

    issues can also cause the error. When you get to the driver section of the troubleshooter use my

    generic methods in the next message and then return to the troubleshooter if needed.

    The other error (24) add the possibility of disk errors so be sure to 1st run SFC and CheckDisk as

    indicated below. Once that is cleared then hopefully all you have to deal with is the 7E problem.

    Have you added hardware recently or updated drivers? Be sure to look in Control Panel - Windows

    Updates to see if any drivers were updated there. Other lessor possibilities include antivirus/anti-

    spyware/security programs.

    When you get to the driver and memory sections of the troubleshooter refer to the next message to

    update drivers and test memory and then refer back to the troubleshooter if needed.

    BCCode: 7E      0x0000007E

    Cause

    The SYSTEM_THREAD_EXCEPTION_NOT_HANDLED bug check is a very common bug check. To

    interpret it, you must identify which exception was generated.

    Common exception codes include the following:

    • 0xC0000005: STATUS_ACCESS_VIOLATION indicates a memory access violation occurred.

    For a complete list of exception codes, see the Ntstatus.h file that is located in the inc directory of

    the Microsoft Windows Driver Kit (WDK).

    Resolving the Problem

    If you are not equipped to debug this problem, you should use some basic troubleshooting techniques.

    • Make sure you have enough disk space.
    • If a driver is identified in the bug check message, disable the driver or check with the
    • manufacturer for driver updates.
    • Try changing video adapters.
    • Check with your hardware vendor for any BIOS updates.
    • Disable BIOS memory options such as caching or shadowing.

    If you plan to debug this problem, you might find it difficult to obtain a stack trace. Parameter 2

    (the exception address) should identify the driver or function that caused this problem.

    If exception code 0x80000003 occurs, a hard-coded breakpoint or assertion was hit, but the system

    was started with the /NODEBUG switch. This problem should rarely occur. If it occurs repeatedly,

    make sure that a kernel debugger is connected and the system is started with the /DEBUG switch.

    If exception code 0x80000002 occurs, the trap frame supplies additional information.

    If you do not know the specific cause of the exception, consider the following issues:

    • Hardware incompatibility*.* Make sure that any new hardware that is installed is listed in the
    • Microsoft Windows Marketplace Tested Products List.
    • Faulty device driver or system service*.* A faulty device driver or system service might be
    • responsible for this error. Hardware issues, such as BIOS incompatibilities, memory conflicts,
    • and IRQ conflicts can also generate this error.

    If a driver is listed by name within the bug check message, disable or remove that driver. Disable

    or remove any drivers or services that were recently added. If the error occurs during the startup

    sequence and the system partition is formatted with NTFS file system, you might be able to use Safe

    Mode to rename or delete the faulty driver. If the driver is used as part of the system startup process

    in Safe Mode, you must start the computer by using the Recovery Console to access the file.

    If the problem is associated with Win32k.sys, the source of the error might be a third-party remote

    control program. If such software is installed, you can remove the service by starting the computer

    by using the Recovery Console and then deleting the offending system service file.

    Check the System Log in Event Viewer for additional error messages that might help identify the

    device or driver that is causing bug check 0x7E.

    You can also disable memory caching of the BIOS might to try to resolve the error. You should also

    run hardware diagnostics, especially the memory scanner, that the system manufacturer supplies.

    For more information about these procedures, see the owner's manual for your computer.

    The error that generates this message can occur after the first restart during Windows Setup, or

    after Setup is finished. A possible cause of the error is lack of disk space for installation and system

    BIOS incompatibilities. For problems during Windows installation that are associated with lack of disk

    space, reduce the number of files on the target hard disk drive. Check for and delete any temporary

    files that you do not have to have, Internet cache files, application backup files, and .chk files that

    contain saved file fragments from disk scans. You can also use another hard disk drive with more

    free space for the installation. You can resolve BIOS problems by upgrading the system BIOS version.

    BCCode: 7E      0x0000007E  <-- read this
    * * Invalid link as of 11 Jan 2022 * * http:// www faultwire dot com/solutions-fatal_error/SYSTEM-THREAD-EXCEPTION-NOT-HANDLED-0x0000007E-*1141.html?order=votes


    BCCode: 24      0x00000024Cause

    One possible cause of this bug check is disk corruption. Corruption in the NTFS file system or bad blocks (sectors) on the hard disk can induce this error. Corrupted SCSI and IDE drivers can also adversely affect the system's ability to read and write to disk, thus causing the error.

    Another possible cause is depletion of nonpaged pool memory. If the nonpaged pool memory is completely depleted, this error can stop the system. However, during the indexing process, if the amount of available nonpaged pool memory is very low, another kernel-mode driver requiring nonpaged pool memory can also trigger this error.

    Resolving the Problem

    To debug this problem: Use the .cxr (Display Context Record) command with Parameter 3, and then use the kb (Display Stack Trace) command.

    To resolve a disk corruption problem: Check Event Viewer for error messages from SCSI and FASTFAT (System Log) or Autochk (Application Log) that might help pinpoint the device or driver that is causing the error. Try disabling any virus scanners, backup programs, or disk defragmenter tools that continually monitor the system. You should also run hardware diagnostics supplied by the system manufacturer. For details on these procedures, see the owner's manual for your computer. Run Chkdsk /f /r to detect and resolve any file system structural corruption. You must restart the system before the disk scan begins on a system partition.

    To resolve a nonpaged pool memory depletion problem: Either add new physical memory to the computer (thus increasing the quantity of nonpaged pool memory available to the kernel), or reduce the number of files on the Services for Macintosh (SFM) volume.

    BCCode: 24      0x00000024  <-- read this
    * * Invalid link as of 11 Jan 2022 * * http:// www faultwire dot com/solutions-fatal_error/NTFS-FILE-SYSTEM-0x00000024-*1051.html?order=votes


    Look in the Event Viewer to see if anything is reported about those.

    http://www.computerperformance.co.uk/vista/vista\_event\_viewer.htm

    MyEventViewer - Free - a simple alternative to the standard event viewer of Windows.TIP - Options - Advanced Filter allows you to see a time frame instead of the whole file.

    http://www.nirsoft.net/utils/my\_event\_viewer.html

    Here are some methods to possibly fix the blue screen issue. If you could give the Blue Screen info

    that would help. Such as the BCC and the other 4 entries on the lower left. And any other error

    information such as STOP codes and info such as IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

    As examples :

    BCCode: 116

    BCP1: 87BC9510

    BCP2: 8C013D80

    BCP3: 00000000

    BCP4: 00000002

    or in this format :

    Stop: 0x00000000 (oxoooooooo oxoooooooo oxooooooooo oxoooooooo)

    tcpip.sys - Address 0x00000000 base at 0x000000000 DateStamp 0x000000000

    This is an excellent tool for posting Blue Screen Error InformationBlueScreenView scans all your minidump files created during 'blue screen of death'crashes, and displays the information about all crashes in one table - Freehttp://www.nirsoft.net/utils/blue\_screen\_view.html

    Many BlueScreens are caused by old or corrupted drivers, especially video drivers however

    there are other causes.

    You can do these in Safe Mode if needed or from Command Prompt from Vista DVD or

    Recovery Options if your system has that installed by the maker.

    How to Boot to the System Recovery Options in Windows 7

    http://www.sevenforums.com/tutorials/668-system-recovery-options.html

    You can try a System Restore back to a point before the problem started if there is one.

    How to Do a System Restore in Windows 7

    http://www.sevenforums.com/tutorials/700-system-restore.html


    Do these :

    Start - type this in Search Box ->  COMMAND   find at top and RIGHT CLICK  -  RUN AS ADMIN

    Enter this at the prompt - sfc /scannow

    How to Repair Windows 7 System Files with System File Checker

    http://www.sevenforums.com/tutorials/1538-sfc-scannow-command-system-file-checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program

    generates in Windows Vista cbs.log (and Windows 7)

    http://support.microsoft.com/kb/928228

    The log might give you the answer if there was a corrupted driver. (Does not tell all the possible

    driver issues).

    Also run CheckDisk so we can rule out corruption as much as possible.

    How to Run Check Disk at Startup in Windows 7

    http://www.sevenforums.com/tutorials/433-disk-check.html


    Often updating drivers will help, usually Video, Sound, Network Card  (NIC), WiFi, 3rd party

    keyboard and mouse, as well as other major device drivers.

    Manually look at manufacturer's sites for drivers - and Device Maker's sites.

    http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm

    Installing and updating drivers in 7 (updating drivers manually using the methods above is preferred

    to ensure the latest drivers from System maker and Device makers are found)

    http://www.sevenforums.com/tutorials/43216-installing-updating-drivers-7-a.html

    How To Disable Automatic Driver Installation In Windows Vista - Drivers

    http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/

    http://technet.microsoft.com/en-us/library/cc730606(WS.10).aspx


    How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart

    unexpectedly

    http://support.microsoft.com/kb/958233

    Troubleshooting Vista Blue Screen, STOP Errors (and Windows 7)

    http://www.chicagotech.net/vista/vistabluescreen.htm

    Understanding and Decoding BSOD (blue screen of death) Messages

    http://www.taranfx.com/blog/?p=692

    Windows - Troubleshooting Blue Screen Errors

    http://kb.wisc.edu/page.php?id=7033


    In some cases this might be required.

    StartUp Repair from Recovery Options or Windows 7 disk

    How to Run a Startup Repair in Windows 7

    http://www.sevenforums.com/tutorials/681-startup-repair.html

    How to Boot to the System Recovery Options in Windows 7

    http://www.sevenforums.com/tutorials/668-system-recovery-options.html

    How to Create a Windows 7 System Repair Disc

    http://www.sevenforums.com/tutorials/2083-system-repair-disc-create.html

    Hope this helps.


    Rob Brown - MS MVP - Windows Desktop Experience : Bicycle - Mark Twain said it right.

    5 people found this answer helpful.
    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-03-29T13:14:27+00:00

    Hi,

    I solved problem:

    1. In safe mode: uninstall Standard AHCI 1.0 Serial ATA Controller (or Intel Serial ATA Controller)
    2. In normal mode install last driver for SATA controler from Intel website (my working driver is: Intel(R) 5 Series 6 Port SATA AHCI Controller

    )

    1. Restart
    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-04-08T00:40:42+00:00

    This is a "Partial" screen shot with BlueScreenView of your minidumps. One excellent method to gather

    information is to check with MyEventViewer at the times of the BSOD or a second before - use the time

    TIP included above in the note about MyScreenViewer.

    ![](http://img1.UploadScreenshot.com/images/main/4/9620342531.jpg)


    Rob Brown - MS MVP - Windows Desktop Experience : Bicycle - Mark Twain said it right.

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-04-08T00:30:59+00:00

    Hi,

    References to Vista also apply to Windows 7.

    This is my generic how to for proper driver updates : (Video/Display, BIOS and other major

    drivers.)

    This utility makes it easy to see which versions are loaded :

    DriverView - Free - utility displays the list of all device drivers currently loaded on your system.

    For each driver in the list, additional useful information is displayed: load address of the driver,

    description, version, product name, company that created the driver, and more.

    http://www.nirsoft.net/utils/driverview.html

    For Drivers check System Maker as fallbacks and Device Maker's which are the most current.

    Control Panel - Device Manager - Display Adapter - write down the make and complete model

    of your video adapter - double click - Driver's tab - write down the version info. Now click UPdate

    Driver (this may not do anything as MS is far behind certifying drivers) - then Right Click -

    Uninstall - REBOOT this will refresh the driver stack.

    Repeat that for Network - Network Card (NIC), Wifi, Sound, Mouse and Keyboard if 3rd party

    with their own software and drivers and any other major device drivers you have.

    Now go to System Maker's site (Dell, HP, Toshiba as examples) (as rollback) and then Device

    Maker's site (Realtek, Intel, Nvidia, ATI as examples) and get their latest versions. (Look for

    BIOS, Chipset and software updates at System Maker's site while there.)

    Download - SAVE - go to where you put them - Right Click - RUN AD ADMIN - REBOOT after

    each installation.

    Always check in Device Manager - Drivers tab to be sure the version you are installing actually

    shows up. This is because some drivers rollback before the latest is installed (sound drivers

    particularly do this) so install a driver - reboot - check to be sure it is installed and repeat as

    needed.

    Repeat at Device Makers - BTW at Device Makers DO NOT RUN THEIR SCANNER - check

    manually by model.

    Manually look at manufacturer's sites for drivers - and Device Maker's sites.

    http://pcsupport.about.com/od/driverssupport/ht/driverdlmfgr.htm

    Installing and updating drivers in 7 (updating drivers manually using the methods above is preferred

    to ensure the latest drivers from System maker and Device makers are found)

    http://www.sevenforums.com/tutorials/43216-installing-updating-drivers-7-a.html

    If you update drivers manually then it is a good idea to disable Driver Installations in Windows

    Updates, this leaves Windows Updates ON however it will not install drivers which will usually be

    older and cause issues. If Updates suggests a new driver then HIDE it (Right Click on it) and then

    go look for new ones manually if you wish.

    How To Disable Automatic Driver Installation In Windows Vista - Drivers

    http://www.addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/

    http://technet.microsoft.com/en-us/library/cc730606(WS.10).aspx

    ==========================================

    To test RAM check here - let it run 4+ hours or so.

    www.memtest.org

    For the Vista Memory Diagnostic Tool

    Start - type in Search box ->  Memory - find Memory Diagnostics tool at top of list - Right Click -

    RUN AS ADMIN follow the instructions

    Windows Vista: How to Scan / Test your RAM or Memory with Windows Vista Memory Diagnostic

    Tool

    http://www.shivaranjan.com/2007/11/01/windows-vista-how-to-scan-test-your-ram-or-memory-with-windows-vista-memory-diagnostic-tool/

    How to Run the Memory Diagnostics Tool in Windows 7

    http://www.sevenforums.com/tutorials/715-memory-diagnostics-tool.html

    Test Your Computer’s Memory Using Windows Vista Memory Diagnostic Tool

    http://www.howtogeek.com/howto/windows-vista/test-your-computers-memory-using-windows-vista-memory-diagnostic-tool/

    Hope this helps.


    Rob Brown - MS MVP - Windows Desktop Experience : Bicycle - Mark Twain said it right.

    0 comments No comments
  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more