'A fatal exception XY has occured at xxxx:xxxxxxxx'
What is it?
A fatal exception error is an error that causes a program to abort,returning the user to the operating system.When program encounters an exception that is invalid or unknown,fatal exception error(fatal 0E) is thrown.It mainly occurs during the computer's booting process,shutdown process or while trying to launch a program in windows.The processor exception(XY value) ranges from 00 to 0F. xxxx:xxxxxxxx represents the 32-bit address where the actual exception has occured.
00-Divide fault
02-NMI interrupt
04-overflow trap
05-bounds check fault
07-coprocesser not available
08-double fault
09-coprocesser segment overrun
0A-invalid task state segment
0B-Not present fault
0C-stack fault
0D-general protection fault
0E-page fault
10-coprocessor error fault
11-Alignment check fault
When it occurs?
These are unrecoverable errors and may require manual rebooting.
Some solutions:
What is it?
A fatal exception error is an error that causes a program to abort,returning the user to the operating system.When program encounters an exception that is invalid or unknown,fatal exception error(fatal 0E) is thrown.It mainly occurs during the computer's booting process,shutdown process or while trying to launch a program in windows.The processor exception(XY value) ranges from 00 to 0F. xxxx:xxxxxxxx represents the 32-bit address where the actual exception has occured.
00-Divide fault
02-NMI interrupt
04-overflow trap
05-bounds check fault
07-coprocesser not available
08-double fault
09-coprocesser segment overrun
0A-invalid task state segment
0B-Not present fault
0C-stack fault
0D-general protection fault
0E-page fault
10-coprocessor error fault
11-Alignment check fault
When it occurs?
- Attempting an illegal instruction or operation
- accessing junk or non-working sections of a program cod
- accessing invalid data or code
- violating CPU mode or ring privileges
- attempting to divide by zero
- invalid page fault
These are unrecoverable errors and may require manual rebooting.
Some solutions:
- Clean boot your computer
- Set the computer to its factory settings
- Increase the hard drive space
- Update software or check for software pathces
- Revert windows back to an earlier copy
- Check for conflicting hardware devices
- Delete all temp files and TSR and disable background programs.
Comments
Post a Comment