Advertisement
ggrigon

Untitled

Apr 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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 = 7; apic id = 07
  6. fault virtual address = 0x0
  7. fault code = supervisor write data, page not present
  8. instruction pointer = 0x20:0xffffffff80af335d
  9. stack pointer = 0x28:0xfffffe0456dc27f0
  10. frame pointer = 0x28:0xfffffe0456dc2880
  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: cpu7)
  15. trap number = 12
  16. panic: page fault
  17. cpuid = 7
  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 0xffffffff810bd7d7 at timercb+0xb7
  28. #9 0xffffffff810fe65f at lapic_handle_timer+0x9f
  29. #10 0xffffffff80f8519c at Xtimerint+0x8c
  30. #11 0xffffffff803b9e42 at acpi_cpu_idle+0x2e2
  31. #12 0xffffffff810f698f at cpu_idle_acpi+0x3f
  32. #13 0xffffffff810f6a35 at cpu_idle+0x95
  33. #14 0xffffffff80b0f283 at sched_idletd+0x3d3
  34. #15 0xffffffff80a90455 at fork_exit+0x85
  35. #16 0xffffffff80f84ade at fork_trampoline+0xe
  36. Uptime: 22h57m13s
  37.  
  38. Dump failed. Partition too small.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement