PC suddenly reboot with error code 0x0000007f (0x0000000000000008, 0xffffe581d935ae50, 0xffffd00200000000, 0xfffff8053622aa3b)

  • Thread starter Thread starter T. M._513
  • Start date Start date
T

T. M._513

Guest
My pc suddenly freeze and reboot without any sign.Here is the minidump file: 112924-16859-01.dmp analysis:UNEXPECTED_KERNEL_MODE_TRAP (7f) This means a trap occurred in kernel mode, and it's a trap of a kind that the kernel isn't allowed to have/catch (bound trap) or that is always instant death (double fault). The first number in the BugCheck params is the number of the trap (8 = double fault, etc) Consult an Intel x86 family manual to learn more about what these traps are. Here is a *portion* of those codes: If k

Continue reading...
 
Back
Top