Advertisement
ggrigon

Untitled

May 2nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Kernel trap 12 with interrupts disabled
  2.  
  3.  
  4. Fatal trap 12: page fault while in kernel mode
  5. cpuid = 1; apic id = 01
  6. fault virtual address = 0x0
  7. fault code = supervisor write data, page not present
  8. instruction pointer = 0x20:0xffffffff80af335d
  9. stack pointer = 0x28:0xfffffe083d598990
  10. frame pointer = 0x28:0xfffffe083d598a20
  11. code segment = base 0x0, limit 0xfffff, type 0x1b
  12. = DPL 0, pres 1, long 1, def32 0, gran 1
  13. processor eflags = resume, IOPL = 0
  14. current process = 11 (idle: cpu1)
  15. trap number = 12
  16. panic: page fault
  17. cpuid = 1
  18. KDB: stack backtrace:
  19. #0 0xffffffff80b24477 at kdb_backtrace+0x67
  20. #1 0xffffffff80ad97e2 at vpanic+0x182
  21. #2 0xffffffff80ad9653 at panic+0x43
  22. #3 0xffffffff80fa1d51 at trap_fatal+0x351
  23. #4 0xffffffff80fa1f43 at trap_pfault+0x1e3
  24. #5 0xffffffff80fa14ec at trap+0x26c
  25. #6 0xffffffff80f845a1 at calltrap+0x8
  26. #7 0xffffffff810bd08c at handleevents+0x17c
  27. #8 0xffffffff810be9cb at cpu_activeclock+0x7b
  28. #9 0xffffffff810f6a3e at cpu_idle+0x9e
  29. #10 0xffffffff80b0f283 at sched_idletd+0x3d3
  30. #11 0xffffffff80a90455 at fork_exit+0x85
  31. #12 0xffffffff80f84ade at fork_trampoline+0xe
  32. Uptime: 9h0m23s
  33. Dumping 1703 out of 32732 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91%
  34. Dump complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement