Advertisement
Guest User

Untitled

a guest
May 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. Memory modified after free 0xfffff8002c7c02b0(8) val=ffffed30 @ 0xfffff8002c7c02b0
  2. Fatal trap 12: page fault while in kernel mode
  3. cpuid = 1; apic id = 01
  4. fault virtual address = 0x7fff00000010 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff80d4d8be
  5. stack pointer = 0x28:0xfffffe00933e8160
  6. frame pointer = 0x28:0xfffffe00933e8170
  7. code segment = base 0x0, limit 0xfffff, type 0x1b
  8. = DPL 0, pres 1, long 1, def32 0, gran 1
  9. processor eflags = interrupt enabled, resume, IOPL = 0
  10. current process = 766 (dtrace_ioctl)
  11. [ thread pid 766 tid 100100 ]
  12. Stopped at mtrash_ctor+0x6e: movq 0x10(%rax),%rsi
  13. db>
  14. db> panic
  15. panic: from debugger
  16. cpuid = 1
  17. time = 1495897821
  18. KDB: stack backtrace:
  19. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00933e7b30
  20. vpanic() at vpanic+0x19c/frame 0xfffffe00933e7bb0
  21. panic() at panic+0x43/frame 0xfffffe00933e7c10
  22. db_panic() at db_panic+0x17/frame 0xfffffe00933e7c20
  23. db_command() at db_command+0x2bf/frame 0xfffffe00933e7cf0
  24. db_command_loop() at db_command_loop+0x64/frame 0xfffffe00933e7d00
  25. db_trap() at db_trap+0xef/frame 0xfffffe00933e7d90
  26. kdb_trap() at kdb_trap+0x193/frame 0xfffffe00933e7e20
  27. trap_fatal() at trap_fatal+0x2e2/frame 0xfffffe00933e7e70
  28. trap_pfault() at trap_pfault+0x62/frame 0xfffffe00933e7ed0
  29. trap() at trap+0x2ad/frame 0xfffffe00933e8090
  30. calltrap() at calltrap+0x8/frame 0xfffffe00933e8090
  31. --- trap 0xc, rip = 0xffffffff80d4d8be, rsp = 0xfffffe00933e8160, rbp = 0xfffffe00933e8170 ---
  32. mtrash_ctor() at mtrash_ctor+0x6e/frame 0xfffffe00933e8170
  33. uma_zalloc_arg() at uma_zalloc_arg+0x52c/frame 0xfffffe00933e81d0
  34. malloc() at malloc+0x1e0/frame 0xfffffe00933e8220
  35. dtrace_probe_create() at dtrace_probe_create+0x252/frame 0xfffffe00933e8290
  36. dtvirt_probe_create() at dtvirt_probe_create+0x241/frame 0xfffffe00933e8450
  37. dtrace_ioctl() at dtrace_ioctl+0x27b1/frame 0xfffffe00933e8550
  38. devfs_ioctl() at devfs_ioctl+0xc0/frame 0xfffffe00933e85a0
  39. VOP_IOCTL_APV() at VOP_IOCTL_APV+0xe0/frame 0xfffffe00933e85d0
  40. vn_ioctl() at vn_ioctl+0x124/frame 0xfffffe00933e86d0
  41. devfs_ioctl_f() at devfs_ioctl_f+0x1f/frame 0xfffffe00933e86f0
  42. kern_ioctl() at kern_ioctl+0x2cd/frame 0xfffffe00933e8750
  43. sys_ioctl() at sys_ioctl+0x16f/frame 0xfffffe00933e8830
  44. amd64_syscall() at amd64_syscall+0x589/frame 0xfffffe00933e89b0
  45. Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfffffe00933e89b0
  46. --- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x80051367a, rsp = 0x7fffffffe7f8, rbp = 0x7fffffffea90 ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement