Advertisement
Guest User

Untitled

a guest
May 27th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1.  
  2.  
  3. Fatal trap 12: page fault while in kernel mode
  4. cpuid = 2; apic id = 02
  5. fault virtual address = 0x378
  6. fault code = supervisor read data, page not present
  7. instruction pointer = 0x20:0xffffffff80924251
  8. stack pointer = 0x28:0xfffffe02381767e0
  9. frame pointer = 0x28:0xfffffe0238176860
  10. code segment = base 0x0, limit 0xfffff, type 0x1b
  11. = DPL 0, pres 1, long 1, def32 0, gran 1
  12. processor eflags = interrupt enabled, resume, IOPL = 0
  13. current process = 5 (pagedaemon)
  14. trap number = 12
  15. panic: page fault
  16. cpuid = 2
  17. DB: stack backtrace:
  18. #0 0xffffffff80975160 at kdb_backtrace+0x60
  19. #1 0xffffffff809390d5 at panic+0x155
  20. #2 0xffffffff80d2a16f at trap_fatal+0x38f
  21. #3 0xffffffff80d2a46d at trap_pfault+0x2ed
  22. #4 0xffffffff80d29aea at trap+0x47a
  23. #5 0xffffffff80d0fef2 at calltrap+0x8
  24. #6 0xffffffff8092409a at __mtx_lock_flags+0x5a
  25. #7 0xffffffff81c919b1 at ipc_thr_act_terminate+0x31
  26. #8 0xffffffff81c7b581 at mach_thread_fini+0x51
  27. #9 0xffffffff80948f22 at thread_fini+0x92
  28. #10 0xffffffff80baa683 at zone_drain_wait+0x2e3
  29. #11 0xffffffff80bae0cd at uma_reclaim+0xbd
  30. #12 0xffffffff80bc9035 at vm_pageout+0x365
  31. #13 0xffffffff8090814a at fork_exit+0x9a
  32. #14 0xffffffff80d1042e at fork_trampoline+0xe
  33. Uptime: 6h36m55s
  34. Dumping 1160 out of 8164 MB:..2%..12%..21%..31%..42%..51%..61%..71%..82%..91%
  35.  
  36. Reading symbols from /boot/kernel.old/zfs.ko.symbols...done.
  37. Loaded symbols for /boot/kernel.old/zfs.ko.symbols
  38. Reading symbols from /boot/kernel.old/opensolaris.ko.symbols...done.
  39. Loaded symbols for /boot/kernel.old/opensolaris.ko.symbols
  40. Reading symbols from /boot/kernel.old/mach.ko.symbols...done.
  41. Loaded symbols for /boot/kernel.old/mach.ko.symbols
  42. #0 doadump (textdump=<value optimized out>) at pcpu.h:219
  43. 219 pcpu.h: No such file or directory.
  44. in pcpu.h
  45. (kgdb) #0 doadump (textdump=<value optimized out>) at pcpu.h:219
  46. #1 0xffffffff80938d52 in kern_reboot (howto=260)
  47. at /usr/src/sys/kern/kern_shutdown.c:452
  48. #2 0xffffffff80939114 in panic (fmt=<value optimized out>)
  49. at /usr/src/sys/kern/kern_shutdown.c:759
  50. #3 0xffffffff80d2a16f in trap_fatal (frame=<value optimized out>,
  51. eva=<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:859
  52. #4 0xffffffff80d2a46d in trap_pfault (frame=0xfffffe0238176730,
  53. usermode=<value optimized out>) at /usr/src/sys/amd64/amd64/trap.c:676
  54. #5 0xffffffff80d29aea in trap (frame=0xfffffe0238176730)
  55. at /usr/src/sys/amd64/amd64/trap.c:442
  56. #6 0xffffffff80d0fef2 in calltrap ()
  57. at /usr/src/sys/amd64/amd64/exception.S:236
  58. #7 0xffffffff80924251 in __mtx_lock_sleep (c=0xfffff8005a67a850,
  59. tid=18446735277705673024, opts=0,
  60. file=0x100 <Address 0x100 out of bounds>, line=147308544)
  61. at /usr/src/sys/kern/kern_mutex.c:433
  62. #8 0xffffffff8092409a in __mtx_lock_flags (c=<value optimized out>,
  63. opts=89143616, file=0x0, line=256) at /usr/src/sys/kern/kern_mutex.c:224
  64. #9 0xffffffff81c919b1 in ipc_thr_act_terminate (thr_act=0xfffff8005a67a7f8)
  65. at /usr/src/sys/compat/mach/kern/ipc_tt.c:410
  66. #10 0xffffffff81c7b581 in mach_thread_fini (arg=0x0, td=0xfffff8002ba6b940)
  67. at /usr/src/sys/compat/mach/mach_thread.c:220
  68. #11 0xffffffff80948f22 in thread_fini (mem=0xfffff8002ba6b940,
  69. size=<value optimized out>) at /usr/src/sys/kern/kern_thread.c:226
  70. #12 0xffffffff80baa683 in zone_drain_wait (zone=0xfffff8023ffb2000,
  71. waitok=<value optimized out>) at /usr/src/sys/vm/uma_core.c:820
  72. #13 0xffffffff80bae0cd in uma_reclaim () at /usr/src/sys/vm/uma_core.c:925
  73. #14 0xffffffff80bc9035 in vm_pageout () at /usr/src/sys/vm/vm_pageout.c:945
  74. #15 0xffffffff8090814a in fork_exit (callout=0xffffffff80bc8cd0 <vm_pageout>,
  75. arg=0x0, frame=0xfffffe0238176ac0) at /usr/src/sys/kern/kern_fork.c:1021
  76. #16 0xffffffff80d1042e in fork_trampoline ()
  77. at /usr/src/sys/amd64/amd64/exception.S:611
  78. #17 0x0000000000000000 in ?? ()
  79. Current language: auto; currently minimal
  80. (kgdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement