Como faço para solucionar problemas do meu computador travando com o BSOD 7F?

1

Um dos meus usuários finais está enfrentando um problema com o laptop dela quebrando algumas vezes por dia e estou tentando descobrir o que está causando o problema.

As propriedades do evento para a falha do sistema mostram o seguinte:

Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003

Date: 9/14/2010
Time: 11:01:34 AM

Description:

Error code 0000007f,
parameter1 00000000, parameter2 00000000, parameter3 00000000, parameter4 00000000.

    
por JP Me 15.09.2010 / 15:37

1 resposta

1

Esse problema ocorre quando o sistema dividido por um zero em algum lugar, a causa é quem conseguiu o zero lá.

Diretamente da documentação Ferramentas de depuração para Windows para verificação de bugs 7F :

Troubleshooting:

If you recently added hardware to the computer, remove it to see if the error recurs. If existing hardware has failed, remove or replace the faulty component. Run hardware diagnostics that the system manufacturer supplies to determine which hardware component failed.

The memory scanner is especially important. Faulty or mismatched memory can cause this bug check. For more informaiton about these procedures, see the owner's manual for your computer. Check that all adapter cards in the computer are properly seated. Use an ink eraser or an electrical contact treatment, available at electronics supply stores, to ensure adapter card contacts are clean.

If the error appears on a newly installed system, check the availability of updates for the BIOS, the SCSI controller, or network cards. These kind of updates are typically available on the Web site or BBS of the hardware manufacturer.

Confirm that all hard disk drives, hard disk controllers, and SCSI adapters are listed in the Microsoft Windows Marketplace Tested Products List.

If the error occurred after the installation of a new or updated device driver, you should remove or replace the driver. If, under this circumstance, the error occurs during the startup sequence and the system partition is formatted with NTFS, 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 have to start the computer by using the Recovery Console in order to access the file.

Also restart your computer, and then press F8 at the character-based menu that displays the operating system choices. At the Advanced Options menu, select the Last Known Good Configuration option. This option is most effective when you add only one driver or service at a time.

Overclocking (setting the CPU to run at speeds above the rated specification) can cause this error. If you have overclocked the computer that is experiencing the error, return the CPU to the default clock speed setting.

Check the System Log in Event Viewer for additional error messages that might help identify the device or driver that is causing the error. You can also disable memory caching of the BIOS to try to resolve the problem.

If you encountered this error while upgrading to a new version of the Windows operating system, the error might be caused by a device driver, a system service, a virus scanner, or a backup tool that is incompatible with the new version. If possible, remove all third-party device drivers and system services and disable any virus scanners before you upgrade. Contact the software manufacturer to obtain updates of these tools. Also make sure that you have installed the latest Windows Service Pack.

Finally, if all the above steps do not resolve the error, take the system motherboard to a repair facility for diagnostic testing. A crack, a scratched trace, or a defective component on the motherboard can also cause this error.

Se isso não ajudar, verifique os seguintes diretórios para arquivos * .DMP.

  • C: \ Windows (MEMORY.DMP)
  • C: \ Windows \ Minidump

Compacte e faça o upload do mais recente. Isso permite que eu faça mais depurações.

    
por 15.09.2010 / 15:53