Advertisement
Guest User

Untitled

a guest
Jul 21st, 2024
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 389.10 KB | None | 0 0
  1. pf_test6: kif == NULL, if_xname pppoe1
  2.  
  3.  
  4. Fatal trap 12: page fault while in kernel mode
  5. cpuid = 0; apic id = 00
  6. fault virtual address = 0x0
  7. fault code = supervisor read data, page not present
  8. instruction pointer = 0x20:0xffffffff80f48ba5
  9. stack pointer = 0x28:0xfffffe00631bacb0
  10. frame pointer = 0x28:0xfffffe00631bad10
  11. code segment = base 0x0, limit 0xfffff, type 0x1b
  12. = DPL 0, pres 1, long 1, def32 0, gran 1
  13. processor eflags = interrupt enabled, resume, IOPL = 0
  14. current process = 12 (swi1: netisr 3)
  15. rdi: 0000000054cc3800 rsi: fffff8012eb2b800 rdx: 0000000000000054
  16. rcx: 0000000000000000 r8: ffffffff83a10090 r9: 0000000000000050
  17. rax: 0000000000000000 rbx: fffff80054cc386e rbp: fffffe00631bad10
  18. r10: 000000000000001d r11: fff5ce9a908f8f8f r12: fffff8008a2c9b00
  19. r13: fffffe00631bacc0 r14: fffffe0009349000 r15: fffffe00631bacc0
  20. trap number = 12
  21. panic: page fault
  22. cpuid = 0
  23. time = 1721609309
  24. KDB: enter: panic
  25. [ thread pid 12 tid 100044 ]
  26. Stopped at kdb_enter+0x32: movq $0,0x234a4c3(%rip)
  27. db:0:kdb.enter.default> textdump set
  28. textdump set
  29. db:0:kdb.enter.default> capture on
  30. db:0:kdb.enter.default> show registers
  31. cs 0x20
  32. ds 0x3b
  33. es 0x3b
  34. fs 0x13
  35. gs 0x1b
  36. ss 0x28
  37. rax 0x12
  38. rcx 0xffffffff81451bc8
  39. rdx 0xffffffff83e195ff
  40. rbx 0x100
  41. rsp 0xfffffe00631ba990
  42. rbp 0xfffffe00631ba990
  43. rsi 0xa
  44. rdi 0xffffffff82d4d990 gdb_consdev
  45. r8 0x10
  46. r9 0x10
  47. r10 0xf
  48. r11 0x10
  49. r12 0
  50. r13 0
  51. r14 0xffffffff813d55bb
  52. r15 0xfffffe0009349000
  53. rip 0xffffffff80d32342 kdb_enter+0x32
  54. rflags 0x82
  55. kdb_enter+0x32: movq $0,0x234a4c3(%rip)
  56. db:0:kdb.enter.default> run lockinfo
  57. db:1:lockinfo> show locks
  58. No such command; use "help" to list available commands
  59. db:1:lockinfo> show alllocks
  60. No such command; use "help" to list available commands
  61. db:1:lockinfo> show lockedvnods
  62. Locked vnodes
  63. vnode 0xfffff8003e714700: type VREG state VSTATE_CONSTRUCTED op 0xffffffff82dc4ab8
  64. usecount 1, writecount 1, refcount 6 seqc users 0
  65. hold count flags ()
  66. flags (VIRF_PGREAD|VMP_LAZYLIST)
  67. v_object 0xfffff8008a343420 ref 0 pages 32 cleanbuf 4 dirtybuf 0
  68. lock type ufs: EXCL by thread 0xfffffe006d5bf3a0 (pid 69976, syslogd, tid 100189)
  69. nlink=1, effnlink=1, size=428059, extsize 0
  70. generation=13dca52d, uid=0, gid=0, flags=0x0
  71. ino 7062786, on dev ada0s1a
  72. db:0:kdb.enter.default> show pcpu
  73. cpuid = 0
  74. dynamic pcpu = 0xa77f80
  75. curthread = 0xfffffe0009349000: pid 12 tid 100044 critnest 1 "swi1: netisr 3"
  76. curpcb = 0xfffffe0009349520
  77. fpcurthread = none
  78. idlethread = 0xfffffe00092a93a0: tid 100003 "idle: cpu0"
  79. self = 0xffffffff83a10000
  80. curpmap = 0xffffffff83020ab0
  81. tssp = 0xffffffff83a10384
  82. rsp0 = 0xfffffe00631bb000
  83. kcr3 = 0xffffffffffffffff
  84. ucr3 = 0xffffffffffffffff
  85. scr3 = 0x0
  86. gs32p = 0xffffffff83a10404
  87. ldt = 0xffffffff83a10444
  88. tss = 0xffffffff83a10434
  89. curvnet = 0xfffff800041d5880
  90. db:0:kdb.enter.default> bt
  91. Tracing pid 12 tid 100044 td 0xfffffe0009349000
  92. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  93. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  94. panic() at panic+0x43/frame 0xfffffe00631bab20
  95. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  96. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  97. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  98. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  99. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  100. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  101. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  102. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  103. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  104. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  105. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  106. db:0:kdb.enter.default> ps
  107. pid ppid pgrp uid state wmesg wchan cmd
  108. 11013 1 10219 0 S+ select 0xfffff8005437cd40 tail
  109. 10219 22391 10219 0 S+ kqread 0xfffff8012e9cf500 tail
  110. 89918 1 89918 0 Ss nanslp 0xffffffff83063d63 mpd5
  111. 54517 96688 22 0 S nanslp 0xffffffff83063d61 sleep
  112. 56032 55945 55198 0 S piperd 0xfffffe008d206b60 sh
  113. 55945 55198 55198 0 S wait 0xfffffe008d2115a0 sh
  114. 55901 55198 55198 0 S (threaded) sshg-blocker
  115. 100762 S piperd 0xfffffe008d2062d8 sshg-blocker
  116. 101614 S nanslp 0xffffffff83063d62 sshg-blocker
  117. 55643 55198 55198 0 S piperd 0xfffffe008d2065b0 sshg-parser
  118. 55372 55198 55198 0 S piperd 0xfffffe008d205c70 cat
  119. 55198 69976 55198 0 Ss wait 0xfffffe008d285560 sh
  120. 75225 1 75225 0 Ss bpf 0xfffff8008af00e00 arpwatch
  121. 74851 1 74851 0 Ss bpf 0xfffff8008af00c00 arpwatch
  122. 72763 1 72763 0 Ss select 0xfffff800543767c0 watchfrr
  123. 69341 1 68776 0 S select 0xfffff8013a4d14c0 snmpd
  124. 56005 1 56005 0 Ss (threaded) bgpd
  125. 100740 S select 0xfffff8013af8c540 bgpd
  126. 100741 S uwait 0xfffff8012e531100 bgpd
  127. 100742 S select 0xfffff8008a56b340 bgpd
  128. 100743 S uwait 0xfffff8013a122c00 bgpd
  129. 48823 47485 47175 122 S nanslp 0xffffffff83063d62 zabbix_agentd
  130. 48522 47485 47175 122 S select 0xfffff8013ab4a740 zabbix_agentd
  131. 48276 47485 47175 122 S select 0xfffff8013a4d4b40 zabbix_agentd
  132. 47983 47485 47175 122 S select 0xfffff8013aede7c0 zabbix_agentd
  133. 47686 47485 47175 122 S nanslp 0xffffffff83063d60 zabbix_agentd
  134. 47485 1 47175 122 S wait 0xfffffe008d252580 zabbix_agentd
  135. 39339 1 39339 0 Ss select 0xfffff8012e5310c0 staticd
  136. 37447 1 37447 0 Ss select 0xfffff8013a262e40 mgmtd
  137. 34706 1 34706 0 Ss (threaded) zebra
  138. 100725 S select 0xfffff8012e41b1c0 zebra
  139. 100733 S uwait 0xfffff8012e47fa00 zebra
  140. 100734 S select 0xfffff8003e5f81c0 zebra
  141. 100735 S select 0xfffff8013aee1c40 zebra
  142. 100736 S select 0xfffff8013ae74ec0 zebra
  143. 100744 S select 0xfffff8012e40e3c0 zebra
  144. 100745 S select 0xfffff8013ab4adc0 zebra
  145. 1024 1 1024 0 Ss+ ttyin 0xfffff8003c1034b0 getty
  146. 784 1 784 0 Ss+ ttyin 0xfffff8003e44ecb0 getty
  147. 445 1 445 0 Ss+ ttyin 0xfffff8003e44d4b0 getty
  148. 314 1 314 0 Ss+ ttyin 0xfffff8003e44dcb0 getty
  149. 23 1 23 0 Ss+ ttyin 0xfffff8003e4434b0 getty
  150. 99943 1 99943 0 Ss+ ttyin 0xfffff8003e443cb0 getty
  151. 99673 1 99673 0 Ss+ ttyin 0xfffff8003e4424b0 getty
  152. 99555 1 99555 0 Ss+ ttyin 0xfffff8003e442cb0 getty
  153. 99373 1 99373 0 Ss+ ttyin 0xfffff8003e4414b0 getty
  154. 72785 72469 72469 0 S nanslp 0xffffffff83063d60 minicron
  155. 72469 1 72469 0 Ss wait 0xfffffe008d243020 minicron
  156. 72243 71768 71768 0 S nanslp 0xffffffff83063d60 minicron
  157. 71768 1 71768 0 Ss wait 0xfffffe00635765c0 minicron
  158. 71516 71213 71213 0 S nanslp 0xffffffff83063d63 minicron
  159. 71213 1 71213 0 Ss wait 0xfffffe008d232020 minicron
  160. 70893 70530 70530 0 S nanslp 0xffffffff83063d62 minicron
  161. 70530 1 70530 0 Ss wait 0xfffffe006d471060 minicron
  162. 69976 1 69976 0 Ds bo_wwai 0xfffff8003e714868 syslogd
  163. 7412 1 7412 0 Ss (threaded) apcupsd
  164. 100482 S select 0xfffff8012e3d28c0 apcupsd
  165. 100720 S sigwait 0xfffffe008d251b70 apcupsd
  166. 100721 S accept 0xfffff8003e9e9d10 apcupsd
  167. 96688 1 22 0 S+ wait 0xfffffe008d254060 sh
  168. 62306 1 62306 59 Ss (threaded) unbound
  169. 100566 S kqread 0xfffff8012eafd900 unbound
  170. 100716 S kqread 0xfffff8012ea1be00 unbound
  171. 100717 S kqread 0xfffff8012ea1bb00 unbound
  172. 100718 S kqread 0xfffff8008a342a00 unbound
  173. 8362 3783 3783 0 S kqread 0xfffff8012e1ac400 nginx
  174. 8294 3783 3783 0 S kqread 0xfffff8013a586800 nginx
  175. 7764 3783 3783 0 S kqread 0xfffff8013a586500 nginx
  176. 7624 3783 3783 0 S kqread 0xfffff8003e5fd300 nginx
  177. 7446 3783 3783 0 S kqread 0xfffff8013a586a00 nginx
  178. 7106 3783 3783 0 S kqread 0xfffff8003e5fea00 nginx
  179. 6775 3783 3783 0 S kqread 0xfffff8013a586c00 nginx
  180. 6570 3783 3783 0 S kqread 0xfffff8003e874000 nginx
  181. 6281 3783 3783 0 S kqread 0xfffff8013a586e00 nginx
  182. 6062 3783 3783 0 S kqread 0xfffff8003e885700 nginx
  183. 5709 3783 3783 0 S kqread 0xfffff8003e874e00 nginx
  184. 5381 3783 3783 0 S kqread 0xfffff8003ee9fc00 nginx
  185. 5250 3783 3783 0 S kqread 0xfffff8003ee9f100 nginx
  186. 4972 3783 3783 0 S kqread 0xfffff8008a242c00 nginx
  187. 4687 3783 3783 0 S kqread 0xfffff8013a43d100 nginx
  188. 4676 3783 3783 0 S kqread 0xfffff8003e752b00 nginx
  189. 4372 3783 3783 0 S kqread 0xfffff8003ee9f300 nginx
  190. 4035 3783 3783 0 S kqread 0xfffff8003eeac400 nginx
  191. 3941 3783 3783 0 S kqread 0xfffff8013a43d300 nginx
  192. 3823 3783 3783 0 S kqread 0xfffff8003eeaa100 nginx
  193. 3783 1 3783 0 Ss pause 0xfffffe008d253650 nginx
  194. 713 1 713 0 Ss (threaded) ntpd
  195. 100194 S select 0xfffff8008ac8e0c0 ntpd
  196. 65866 1 65866 0 Ss (threaded) dpinger
  197. 100159 S uwait 0xfffff8003e46c380 dpinger
  198. 100418 S sbwait 0xfffff8003e8e658c dpinger
  199. 100419 S nanslp 0xffffffff83063d60 dpinger
  200. 100420 S nanslp 0xffffffff83063d62 dpinger
  201. 100421 S accept 0xfffff8003e8e61d0 dpinger
  202. 65560 1 65560 0 Ss (threaded) dpinger
  203. 100277 S uwait 0xfffff8008a260880 dpinger
  204. 100414 S sbwait 0xfffff8003e9e3d0c dpinger
  205. 100415 S nanslp 0xffffffff83063d61 dpinger
  206. 100416 S nanslp 0xffffffff83063d62 dpinger
  207. 100417 S accept 0xfffff8003e9e2590 dpinger
  208. 64721 1 64721 0 Ss (threaded) dpinger
  209. 100394 S uwait 0xfffff8012e47fc00 dpinger
  210. 100410 S sbwait 0xfffff8003ef611cc dpinger
  211. 100411 S nanslp 0xffffffff83063d63 dpinger
  212. 100412 S nanslp 0xffffffff83063d63 dpinger
  213. 100413 S accept 0xfffff8003ef601d0 dpinger
  214. 82515 1 82515 0 Ss nanslp 0xffffffff83063d63 cron
  215. 22391 13268 22391 0 S+ pause 0xfffffe00093a1bb0 tcsh
  216. 13268 13101 13268 0 S+ wait 0xfffffe008d0bd000 sh
  217. 13101 10736 13101 0 Ss+ wait 0xfffffe000939fac0 sh
  218. 10736 75705 10736 0 Ss select 0xfffff8012e4f51c0 sshd
  219. 75705 1 75705 0 Ss select 0xfffff8008a56b5c0 sshd
  220. 42349 1 42349 0 Ss bpf 0xfffff8003e43fe00 filterlog
  221. 28327 367 367 0 S accept 0xfffff8003ec59590 php-fpm
  222. 608 1 608 0 Ss select 0xfffff8008a260bc0 devd
  223. 394 392 392 0 S kqread 0xfffff8003e74ed00 check_reload_status
  224. 392 1 392 0 Ss kqread 0xfffff8003eeaad00 check_reload_status
  225. 369 367 367 0 S accept 0xfffff8003ec59590 php-fpm
  226. 368 367 367 0 S accept 0xfffff8003ec59590 php-fpm
  227. 367 1 367 0 Ss kqread 0xfffff8003e74e700 php-fpm
  228. 21 0 0 0 DL idle 0xfffffe006d444040 [enc_daemon0]
  229. 20 0 0 0 DL aldslp 0xffffffff83020d58 [ALQ Daemon]
  230. 19 0 0 0 DL syncer 0xffffffff8309dba8 [syncer]
  231. 18 0 0 0 DL vlruwt 0xfffffe0063574580 [vnlru]
  232. 17 0 0 0 DL (threaded) [bufdaemon]
  233. 100148 D psleep 0xffffffff8309cbb0 [bufdaemon]
  234. 100154 D - 0xffffffff82c03100 [bufspacedaemon-0]
  235. 100155 D - 0xffffffff82c03380 [bufspacedaemon-1]
  236. 100162 D sdflush 0xfffff800049230e8 [/ worker]
  237. 9 0 0 0 DL psleep 0xffffffff830f4050 [vmdaemon]
  238. 8 0 0 0 DL (threaded) [pagedaemon]
  239. 100146 D psleep 0xffffffff830dc4b8 [dom0]
  240. 100152 D launds 0xffffffff830dc4c4 [laundry: dom0]
  241. 100153 D umarcl 0xffffffff811372a0 [uma]
  242. 7 0 0 0 DL - 0xffffffff82e77708 [rand_harvestq]
  243. 6 0 0 0 DL pftm 0xffffffff80fa33c0 [pf purge]
  244. 5 0 0 0 DL - 0xffffffff830fdd18 [busdma]
  245. 16 0 0 0 DL (threaded) [usb]
  246. 100068 D - 0xfffffe00093d7dc8 [usbus0]
  247. 100069 D - 0xfffffe00093d7e20 [usbus0]
  248. 100070 D - 0xfffffe00093d7e78 [usbus0]
  249. 100071 D - 0xfffffe00093d7ed0 [usbus0]
  250. 100072 D - 0xfffffe00093d7f28 [usbus0]
  251. 100074 D - 0xfffffe006357fdc8 [usbus1]
  252. 100075 D - 0xfffffe006357fe20 [usbus1]
  253. 100076 D - 0xfffffe006357fe78 [usbus1]
  254. 100077 D - 0xfffffe006357fed0 [usbus1]
  255. 100078 D - 0xfffffe006357ff28 [usbus1]
  256. 100080 D - 0xfffffe0063715dc8 [usbus2]
  257. 100081 D - 0xfffffe0063715e20 [usbus2]
  258. 100082 D - 0xfffffe0063715e78 [usbus2]
  259. 100083 D - 0xfffffe0063715ed0 [usbus2]
  260. 100084 D - 0xfffffe0063715f28 [usbus2]
  261. 100086 D - 0xfffffe00638b0cf0 [usbus3]
  262. 100087 D - 0xfffffe00638b0d48 [usbus3]
  263. 100088 D - 0xfffffe00638b0da0 [usbus3]
  264. 100089 D - 0xfffffe00638b0df8 [usbus3]
  265. 100090 D - 0xfffffe00638b0e50 [usbus3]
  266. 100096 D - 0xfffffe0068a48dc8 [usbus4]
  267. 100097 D - 0xfffffe0068a48e20 [usbus4]
  268. 100098 D - 0xfffffe0068a48e78 [usbus4]
  269. 100099 D - 0xfffffe0068a48ed0 [usbus4]
  270. 100100 D - 0xfffffe0068a48f28 [usbus4]
  271. 100101 D - 0xfffffe0068c93dc8 [usbus5]
  272. 100102 D - 0xfffffe0068c93e20 [usbus5]
  273. 100103 D - 0xfffffe0068c93e78 [usbus5]
  274. 100104 D - 0xfffffe0068c93ed0 [usbus5]
  275. 100105 D - 0xfffffe0068c93f28 [usbus5]
  276. 100106 D - 0xfffffe0068e29dc8 [usbus6]
  277. 100107 D - 0xfffffe0068e29e20 [usbus6]
  278. 100108 D - 0xfffffe0068e29e78 [usbus6]
  279. 100109 D - 0xfffffe0068e29ed0 [usbus6]
  280. 100110 D - 0xfffffe0068e29f28 [usbus6]
  281. 100111 D - 0xfffffe0068fbfcf0 [usbus7]
  282. 100112 D - 0xfffffe0068fbfd48 [usbus7]
  283. 100113 D - 0xfffffe0068fbfda0 [usbus7]
  284. 100114 D - 0xfffffe0068fbfdf8 [usbus7]
  285. 100115 D - 0xfffffe0068fbfe50 [usbus7]
  286. 4 0 0 0 DL (threaded) [cam]
  287. 100064 D - 0xffffffff82e28240 [doneq0]
  288. 100065 D - 0xffffffff82e281c0 [async]
  289. 100144 D - 0xffffffff82e28090 [scanner]
  290. 15 0 0 0 DL seqstat 0xfffff8000475c088 [sequencer 00]
  291. 3 0 0 0 DL (threaded) [crypto]
  292. 100057 D crypto_ 0xffffffff830d9ac0 [crypto]
  293. 100058 D crypto_ 0xfffff800045177b0 [crypto returns 0]
  294. 100059 D crypto_ 0xfffff80004517800 [crypto returns 1]
  295. 100060 D crypto_ 0xfffff80004517850 [crypto returns 2]
  296. 100061 D crypto_ 0xfffff800045178a0 [crypto returns 3]
  297. 14 0 0 0 DL (threaded) [geom]
  298. 100050 D - 0xffffffff8301f738 [g_event]
  299. 100051 D - 0xffffffff8301f740 [g_up]
  300. 100052 D - 0xffffffff8301f748 [g_down]
  301. 13 0 0 0 DL (threaded) [ng_queue]
  302. 100045 D sleep 0xffffffff82d99380 [ng_queue0]
  303. 100046 D sleep 0xffffffff82d99380 [ng_queue1]
  304. 100047 D sleep 0xffffffff82d99380 [ng_queue2]
  305. 100048 D sleep 0xffffffff82d99380 [ng_queue3]
  306. 2 0 0 0 RL (threaded) [clock]
  307. 100037 RunQ [clock (0)]
  308. 100038 I [clock (1)]
  309. 100039 I [clock (2)]
  310. 100040 I [clock (3)]
  311. 12 0 0 0 RL (threaded) [intr]
  312. 100016 I [swi6: task queue]
  313. 100017 I [swi6: Giant taskq]
  314. 100023 I [swi5: fast taskq]
  315. 100041 I [swi1: netisr 0]
  316. 100042 I [swi1: netisr 1]
  317. 100043 I [swi1: netisr 2]
  318. 100044 Run CPU 0 [swi1: netisr 3]
  319. 100066 I [swi4: apei]
  320. 100067 I [irq16: uhci0]
  321. 100073 I [irq21: uhci1]
  322. 100079 I [irq19: uhci2 uhci4]
  323. 100085 I [irq18: ehci0 uhci5+]
  324. 100091 I [irq24: pcib1]
  325. 100092 I [irq25: pcib2]
  326. 100094 I [irq29: pcib3]
  327. 100095 I [irq23: uhci3 ehci1]
  328. 100116 Run CPU 3 [irq33: ahci0:ch0]
  329. 100117 I [irq34: ahci0:ch1]
  330. 100118 I [irq35: ahci0:ch2]
  331. 100119 I [irq36: ahci0:ch3]
  332. 100120 I [irq37: ahci0:ch4]
  333. 100121 I [irq38: ahci0:ch5]
  334. 100122 I [irq39: ahci0:6]
  335. 100123 I [irq40: ahci0:7]
  336. 100124 I [irq41: ahci0:8]
  337. 100125 I [irq42: ahci0:9]
  338. 100126 I [irq43: ahci0:10]
  339. 100127 I [irq44: ahci0:11]
  340. 100128 I [irq45: ahci0:12]
  341. 100129 I [irq46: ahci0:13]
  342. 100130 I [irq47: ahci0:14]
  343. 100131 I [irq48: ahci0:15]
  344. 100132 I [swi0: uart]
  345. 100133 I [irq1: atkbd0]
  346. 100136 I [swi1: pf send]
  347. 100137 I [swi1: pfsync]
  348. 11 0 0 0 RL (threaded) [idle]
  349. 100003 CanRun [idle: cpu0]
  350. 100004 Run CPU 1 [idle: cpu1]
  351. 100005 CanRun [idle: cpu2]
  352. 100006 CanRun [idle: cpu3]
  353. 1 0 1 0 SLs wait 0xfffffe00092a5040 [init]
  354. 10 0 0 0 DL audit_w 0xffffffff830d9fa8 [audit]
  355. 0 0 0 0 RLs (threaded) [kernel]
  356. 100000 D swapin 0xffffffff8301fcd0 [swapper]
  357. 100007 D - 0xfffff800044f4100 [softirq_0]
  358. 100008 D - 0xfffff800044f3e00 [softirq_1]
  359. 100009 D - 0xfffff800044f3c00 [softirq_2]
  360. 100010 D - 0xfffff800044f3a00 [softirq_3]
  361. 100011 RunQ [if_io_tqg_0]
  362. 100012 D - 0xfffff800044f3600 [if_io_tqg_1]
  363. 100013 D - 0xfffff800044f3400 [if_io_tqg_2]
  364. 100014 D - 0xfffff800044f3200 [if_io_tqg_3]
  365. 100015 D - 0xfffff800044f3000 [if_config_tqg_0]
  366. 100018 D - 0xfffff800045a9b00 [linuxkpi_irq_wq]
  367. 100019 D - 0xfffff800045a9900 [thread taskq]
  368. 100020 D - 0xfffff800045a9700 [aiod_kick taskq]
  369. 100021 D - 0xfffff800045a9500 [deferred_unmount ta]
  370. 100022 D - 0xfffff800045a9300 [inm_free taskq]
  371. 100024 D - 0xfffff800045aad00 [in6m_free taskq]
  372. 100025 D - 0xfffff800045aab00 [kqueue_ctx taskq]
  373. 100026 D - 0xfffff800045aa900 [pci_hp taskq]
  374. 100027 D - 0xfffff800045aa700 [linuxkpi_short_wq_0]
  375. 100028 D - 0xfffff800045aa700 [linuxkpi_short_wq_1]
  376. 100029 D - 0xfffff800045aa700 [linuxkpi_short_wq_2]
  377. 100030 D - 0xfffff800045aa700 [linuxkpi_short_wq_3]
  378. 100031 D - 0xfffff800045aa700 [linuxkpi_short_wq_4]
  379. 100032 D - 0xfffff800045aa100 [linuxkpi_long_wq_0]
  380. 100033 D - 0xfffff800045aa100 [linuxkpi_long_wq_1]
  381. 100034 D - 0xfffff800045aa100 [linuxkpi_long_wq_2]
  382. 100035 D - 0xfffff800045aa100 [linuxkpi_long_wq_3]
  383. 100036 D - 0xfffff800045aa100 [linuxkpi_long_wq_4]
  384. 100049 D - 0xfffff800044f7600 [firmware taskq]
  385. 100053 D - 0xfffff800045d7500 [crypto_0]
  386. 100054 D - 0xfffff800045d7500 [crypto_1]
  387. 100055 D - 0xfffff800045d7500 [crypto_2]
  388. 100056 D - 0xfffff800045d7500 [crypto_3]
  389. 100062 D - 0xfffff800045d8800 [t4_rst_thr]
  390. 100134 D - 0xfffff800045d6100 [ip_mroute_tskq task]
  391. 100139 D - 0xfffff800044f6500 [mca taskq]
  392. 100140 D - 0xfffff800049c5700 [acpi_task_0]
  393. 100141 D - 0xfffff800049c5700 [acpi_task_1]
  394. 100142 D - 0xfffff800049c5700 [acpi_task_2]
  395. 100143 D - 0xfffff800045d9c00 [CAM taskq]
  396. 100145 D - 0xfffff8003e457900 [mlx4]
  397. 100157 D - 0xfffff8003e5fcc00 [/ trim]
  398. 100234 Run CPU 2 [dummynet]
  399. db:0:kdb.enter.default> alltrace
  400.  
  401. Tracing command kernel pid 0 tid 100000 td 0xffffffff83020240
  402. sched_switch() at sched_switch+0x88a/frame 0xffffffff83873e70
  403. mi_switch() at mi_switch+0xbb/frame 0xffffffff83873e90
  404. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xffffffff83873ed0
  405. _sleep() at _sleep+0x1d0/frame 0xffffffff83873f50
  406. swapper() at swapper+0x69/frame 0xffffffff83873fa0
  407. mi_startup() at mi_startup+0x30c/frame 0xffffffff83873ff0
  408. btext() at btext+0x23
  409.  
  410. Tracing command kernel pid 0 tid 100007 td 0xfffffe00092a7720
  411. sched_switch() at sched_switch+0x88a/frame 0xfffffe0008572e50
  412. mi_switch() at mi_switch+0xbb/frame 0xfffffe0008572e70
  413. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe0008572ec0
  414. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe0008572ef0
  415. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008572f30
  416. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008572f30
  417. --- trap 0x400000, rip = 0, rsp = 0x7fffffffffffffff, rbp = 0xfffffffffff7ffff ---
  418. ??() at 0/frame 0xfffffffffff7ffff
  419. KDB: reentering
  420. KDB: stack backtrace:
  421. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  422. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  423. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  424. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  425. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  426. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  427. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  428. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  429. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  430. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  431. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  432. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  433. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  434. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  435. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  436. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  437. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  438. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  439. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  440. panic() at panic+0x43/frame 0xfffffe00631bab20
  441. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  442. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  443. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  444. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  445. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  446. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  447. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  448. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  449. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  450. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  451. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  452. *** error reading from address fffffffffff80007 ***
  453. KDB: reentering
  454. KDB: stack backtrace:
  455. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  456. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  457. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  458. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  459. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  460. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  461. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  462. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  463. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  464. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  465. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  466. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  467. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  468. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  469. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  470. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  471. panic() at panic+0x43/frame 0xfffffe00631bab20
  472. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  473. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  474. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  475. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  476. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  477. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  478. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  479. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  480. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  481. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  482. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  483.  
  484. Tracing command kernel pid 0 tid 100008 td 0xfffffe00092a7000
  485. sched_switch() at sched_switch+0x88a/frame 0xfffffe000856de50
  486. mi_switch() at mi_switch+0xbb/frame 0xfffffe000856de70
  487. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe000856dec0
  488. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe000856def0
  489. fork_exit() at fork_exit+0x7f/frame 0xfffffe000856df30
  490. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe000856df30
  491. --- trap 0x100000, rip = 0x10000000000000, rsp = 0xffffffffefff5fff, rbp = 0xffffffbfffffffbf ---
  492. ??() at 0x10000000000000/frame 0xffffffbfffffffbf
  493. KDB: reentering
  494. KDB: stack backtrace:
  495. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  496. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  497. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  498. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  499. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  500. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  501. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  502. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  503. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  504. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  505. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  506. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  507. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  508. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  509. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  510. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  511. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  512. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  513. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  514. panic() at panic+0x43/frame 0xfffffe00631bab20
  515. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  516. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  517. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  518. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  519. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  520. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  521. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  522. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  523. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  524. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  525. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  526. *** error reading from address ffffffbfffffffc7 ***
  527. KDB: reentering
  528. KDB: stack backtrace:
  529. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  530. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  531. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  532. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  533. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  534. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  535. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  536. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  537. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  538. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  539. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  540. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  541. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  542. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  543. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  544. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  545. panic() at panic+0x43/frame 0xfffffe00631bab20
  546. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  547. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  548. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  549. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  550. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  551. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  552. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  553. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  554. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  555. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  556. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  557.  
  558. Tracing command kernel pid 0 tid 100009 td 0xfffffe000932bc80
  559. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085b8e50
  560. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085b8e70
  561. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085b8ec0
  562. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe00085b8ef0
  563. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085b8f30
  564. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085b8f30
  565. --- trap 0x40, rip = 0x8000000000000000, rsp = 0xffff7ffffffdffff, rbp = 0xffffffffdff7ffff ---
  566. ??() at 0x8000000000000000/frame 0xffffffffdff7ffff
  567. KDB: reentering
  568. KDB: stack backtrace:
  569. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  570. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  571. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  572. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  573. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  574. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  575. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  576. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  577. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  578. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  579. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  580. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  581. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  582. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  583. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  584. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  585. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  586. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  587. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  588. panic() at panic+0x43/frame 0xfffffe00631bab20
  589. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  590. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  591. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  592. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  593. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  594. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  595. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  596. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  597. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  598. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  599. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  600. *** error reading from address ffffffffdff80007 ***
  601. KDB: reentering
  602. KDB: stack backtrace:
  603. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  604. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  605. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  606. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  607. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  608. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  609. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  610. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  611. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  612. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  613. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  614. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  615. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  616. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  617. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  618. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  619. panic() at panic+0x43/frame 0xfffffe00631bab20
  620. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  621. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  622. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  623. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  624. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  625. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  626. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  627. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  628. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  629. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  630. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  631.  
  632. Tracing command kernel pid 0 tid 100010 td 0xfffffe000932b560
  633. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085b3e50
  634. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085b3e70
  635. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085b3ec0
  636. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe00085b3ef0
  637. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085b3f30
  638. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085b3f30
  639. --- trap 0x84, rip = 0x100000182000, rsp = 0xfffffffffbfbffff, rbp = 0xfffffffffffdfffe ---
  640. ??() at 0x100000182000/frame 0xfffffffffffdfffe
  641. KDB: reentering
  642. KDB: stack backtrace:
  643. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  644. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  645. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  646. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  647. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  648. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  649. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  650. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  651. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  652. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  653. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  654. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  655. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  656. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  657. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  658. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  659. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  660. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  661. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  662. panic() at panic+0x43/frame 0xfffffe00631bab20
  663. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  664. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  665. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  666. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  667. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  668. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  669. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  670. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  671. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  672. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  673. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  674. *** error reading from address fffffffffffe0006 ***
  675. KDB: reentering
  676. KDB: stack backtrace:
  677. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  678. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  679. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  680. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  681. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  682. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  683. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  684. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  685. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  686. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  687. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  688. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  689. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  690. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  691. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  692. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  693. panic() at panic+0x43/frame 0xfffffe00631bab20
  694. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  695. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  696. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  697. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  698. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  699. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  700. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  701. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  702. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  703. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  704. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  705.  
  706. Tracing command kernel pid 0 tid 100011 td 0xfffffe000932ae40
  707. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085aee50
  708. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085aee70
  709. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085aeec0
  710. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe00085aeef0
  711. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085aef30
  712. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085aef30
  713. --- trap 0, rip = 0, rsp = 0xfff7ffffffffffff, rbp = 0xfffffffbffedffff ---
  714. ??() at 0/frame 0xfffffffbffedffff
  715. KDB: reentering
  716. KDB: stack backtrace:
  717. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  718. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  719. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  720. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  721. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  722. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  723. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  724. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  725. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  726. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  727. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  728. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  729. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  730. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  731. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  732. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  733. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  734. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  735. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  736. panic() at panic+0x43/frame 0xfffffe00631bab20
  737. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  738. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  739. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  740. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  741. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  742. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  743. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  744. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  745. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  746. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  747. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  748. *** error reading from address fffffffbffee0007 ***
  749. KDB: reentering
  750. KDB: stack backtrace:
  751. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  752. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  753. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  754. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  755. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  756. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  757. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  758. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  759. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  760. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  761. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  762. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  763. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  764. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  765. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  766. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  767. panic() at panic+0x43/frame 0xfffffe00631bab20
  768. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  769. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  770. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  771. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  772. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  773. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  774. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  775. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  776. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  777. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  778. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  779.  
  780. Tracing command kernel pid 0 tid 100012 td 0xfffffe000932a720
  781. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085a9e50
  782. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085a9e70
  783. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085a9ec0
  784. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe00085a9ef0
  785. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085a9f30
  786. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085a9f30
  787. --- trap 0x30, rip = 0x1090000008000006, rsp = 0xffe7ffffffefffff, rbp = 0xfff8f7ffffefffff ---
  788.  
  789. Tracing command kernel pid 0 tid 100013 td 0xfffffe000932a000
  790. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085a4e50
  791. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085a4e70
  792. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085a4ec0
  793. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe00085a4ef0
  794. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085a4f30
  795. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085a4f30
  796. --- trap 0x80010, rip = 0x4000800000, rsp = 0xffffffffffefffff, rbp = 0xffffffffffffffff ---
  797.  
  798. Tracing command kernel pid 0 tid 100014 td 0xfffffe00092ab740
  799. sched_switch() at sched_switch+0x88a/frame 0xfffffe000859fe50
  800. mi_switch() at mi_switch+0xbb/frame 0xfffffe000859fe70
  801. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe000859fec0
  802. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe000859fef0
  803. fork_exit() at fork_exit+0x7f/frame 0xfffffe000859ff30
  804. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe000859ff30
  805. --- trap 0x448, rip = 0x2000400004, rsp = 0xfffffffdfffffffd, rbp = 0xfffffffffbffff6f ---
  806. ??() at 0x2000400004/frame 0xfffffffffbffff6f
  807. KDB: reentering
  808. KDB: stack backtrace:
  809. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  810. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  811. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  812. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  813. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  814. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  815. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  816. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  817. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  818. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  819. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  820. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  821. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  822. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  823. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  824. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  825. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  826. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  827. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  828. panic() at panic+0x43/frame 0xfffffe00631bab20
  829. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  830. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  831. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  832. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  833. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  834. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  835. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  836. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  837. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  838. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  839. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  840. *** error reading from address fffffffffbffff77 ***
  841. KDB: reentering
  842. KDB: stack backtrace:
  843. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  844. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  845. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  846. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  847. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  848. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  849. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  850. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  851. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  852. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  853. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  854. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  855. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  856. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  857. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  858. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  859. panic() at panic+0x43/frame 0xfffffe00631bab20
  860. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  861. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  862. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  863. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  864. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  865. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  866. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  867. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  868. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  869. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  870. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  871.  
  872. Tracing command kernel pid 0 tid 100015 td 0xfffffe00092ab020
  873. sched_switch() at sched_switch+0x88a/frame 0xfffffe000859ae50
  874. mi_switch() at mi_switch+0xbb/frame 0xfffffe000859ae70
  875. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe000859aec0
  876. gtaskqueue_thread_loop() at gtaskqueue_thread_loop+0xf1/frame 0xfffffe000859aef0
  877. fork_exit() at fork_exit+0x7f/frame 0xfffffe000859af30
  878. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe000859af30
  879. --- trap 0x200070, rip = 0x210072, rsp = 0xffffffffff6eff7b, rbp = 0xffffffefffffff97 ---
  880. kernload() at 0x210072/frame 0xffffffefffffff97
  881. KDB: reentering
  882. KDB: stack backtrace:
  883. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  884. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  885. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  886. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  887. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  888. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  889. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  890. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  891. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  892. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  893. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  894. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  895. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  896. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  897. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  898. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  899. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  900. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  901. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  902. panic() at panic+0x43/frame 0xfffffe00631bab20
  903. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  904. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  905. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  906. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  907. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  908. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  909. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  910. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  911. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  912. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  913. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  914. *** error reading from address ffffffefffffff9f ***
  915. KDB: reentering
  916. KDB: stack backtrace:
  917. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  918. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  919. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  920. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  921. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  922. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  923. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  924. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  925. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  926. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  927. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  928. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  929. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  930. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  931. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  932. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  933. panic() at panic+0x43/frame 0xfffffe00631bab20
  934. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  935. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  936. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  937. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  938. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  939. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  940. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  941. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  942. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  943. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  944. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  945.  
  946. Tracing command kernel pid 0 tid 100018 td 0xfffffe000933f000
  947. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085dbe50
  948. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085dbe70
  949. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00085dbec0
  950. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00085dbef0
  951. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085dbf30
  952. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085dbf30
  953. --- trap 0x400010, rip = 0x100000, rsp = 0xfffffffffdffffef, rbp = 0xfffffffffffbffef ---
  954. _binary_elf_vdso_so_1_size() at 0x100000/frame 0xfffffffffffbffef
  955. KDB: reentering
  956. KDB: stack backtrace:
  957. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  958. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  959. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  960. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  961. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  962. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  963. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  964. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  965. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  966. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  967. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  968. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  969. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  970. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  971. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  972. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  973. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  974. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  975. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  976. panic() at panic+0x43/frame 0xfffffe00631bab20
  977. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  978. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  979. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  980. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  981. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  982. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  983. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  984. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  985. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  986. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  987. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  988. *** error reading from address fffffffffffbfff7 ***
  989. KDB: reentering
  990. KDB: stack backtrace:
  991. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  992. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  993. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  994. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  995. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  996. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  997. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  998. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  999. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1000. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1001. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1002. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1003. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1004. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1005. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1006. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1007. panic() at panic+0x43/frame 0xfffffe00631bab20
  1008. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1009. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1010. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1011. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1012. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1013. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1014. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1015. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1016. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1017. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1018. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1019.  
  1020. Tracing command kernel pid 0 tid 100019 td 0xfffffe000932e740
  1021. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085d6e20
  1022. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085d6e40
  1023. _sleep() at _sleep+0x1f0/frame 0xfffffe00085d6ec0
  1024. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085d6ef0
  1025. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085d6f30
  1026. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085d6f30
  1027. --- trap 0x410000, rip = 0x800000000, rsp = 0x7fffffffbf7fffff, rbp = 0xffffffffffefffff ---
  1028. ??() at 0x800000000/frame 0xffffffffffefffff
  1029. KDB: reentering
  1030. KDB: stack backtrace:
  1031. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1032. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1033. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1034. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1035. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1036. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1037. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1038. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1039. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1040. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1041. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1042. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1043. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1044. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1045. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1046. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1047. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1048. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1049. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1050. panic() at panic+0x43/frame 0xfffffe00631bab20
  1051. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1052. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1053. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1054. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1055. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1056. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1057. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1058. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1059. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1060. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1061. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1062. *** error reading from address fffffffffff00007 ***
  1063. KDB: reentering
  1064. KDB: stack backtrace:
  1065. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1066. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1067. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1068. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1069. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1070. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1071. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1072. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1073. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1074. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1075. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1076. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1077. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1078. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1079. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1080. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1081. panic() at panic+0x43/frame 0xfffffe00631bab20
  1082. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1083. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1084. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1085. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1086. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1087. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1088. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1089. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1090. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1091. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1092. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1093.  
  1094. Tracing command kernel pid 0 tid 100020 td 0xfffffe000932e020
  1095. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085d1e20
  1096. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085d1e40
  1097. _sleep() at _sleep+0x1f0/frame 0xfffffe00085d1ec0
  1098. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085d1ef0
  1099. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085d1f30
  1100. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085d1f30
  1101. --- trap 0, rip = 0x2080, rsp = 0xffeffffffffffffb, rbp = 0xfffffffffbf7ffef ---
  1102. _binary_elf_vdso_so_1_size() at _binary_elf_vdso_so_1_size+0x1a70/frame 0xfffffffffbf7ffef
  1103. KDB: reentering
  1104. KDB: stack backtrace:
  1105. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1106. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1107. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1108. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1109. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1110. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1111. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1112. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1113. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1114. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1115. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1116. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1117. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1118. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1119. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1120. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1121. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1122. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1123. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1124. panic() at panic+0x43/frame 0xfffffe00631bab20
  1125. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1126. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1127. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1128. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1129. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1130. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1131. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1132. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1133. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1134. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1135. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1136. *** error reading from address fffffffffbf7fff7 ***
  1137. KDB: reentering
  1138. KDB: stack backtrace:
  1139. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1140. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1141. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1142. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1143. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1144. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1145. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1146. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1147. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1148. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1149. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1150. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1151. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1152. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1153. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1154. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1155. panic() at panic+0x43/frame 0xfffffe00631bab20
  1156. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1157. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1158. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1159. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1160. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1161. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1162. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1163. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1164. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1165. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1166. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1167.  
  1168. Tracing command kernel pid 0 tid 100021 td 0xfffffe000932d900
  1169. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085cce20
  1170. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085cce40
  1171. _sleep() at _sleep+0x1f0/frame 0xfffffe00085ccec0
  1172. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085ccef0
  1173. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085ccf30
  1174. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085ccf30
  1175. --- trap 0, rip = 0x8000000000000010, rsp = 0xffffffffffefffcf, rbp = 0xfffffff7fffffffb ---
  1176. ??() at 0x8000000000000010/frame 0xfffffff7fffffffb
  1177. KDB: reentering
  1178. KDB: stack backtrace:
  1179. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1180. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1181. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1182. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1183. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1184. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1185. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1186. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1187. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1188. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1189. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1190. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1191. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1192. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1193. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1194. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1195. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1196. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1197. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1198. panic() at panic+0x43/frame 0xfffffe00631bab20
  1199. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1200. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1201. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1202. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1203. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1204. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1205. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1206. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1207. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1208. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1209. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1210. *** error reading from address fffffff800000003 ***
  1211. KDB: reentering
  1212. KDB: stack backtrace:
  1213. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1214. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1215. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1216. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1217. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1218. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1219. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1220. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1221. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1222. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1223. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1224. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1225. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1226. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1227. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1228. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1229. panic() at panic+0x43/frame 0xfffffe00631bab20
  1230. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1231. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1232. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1233. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1234. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1235. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1236. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1237. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1238. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1239. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1240. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1241.  
  1242. Tracing command kernel pid 0 tid 100022 td 0xfffffe000932d1e0
  1243. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085c7e20
  1244. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085c7e40
  1245. _sleep() at _sleep+0x1f0/frame 0xfffffe00085c7ec0
  1246. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085c7ef0
  1247. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085c7f30
  1248. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085c7f30
  1249. --- trap 0, rip = 0, rsp = 0xffefffffffffffef, rbp = 0xffeffbffffffffff ---
  1250.  
  1251. Tracing command kernel pid 0 tid 100024 td 0xfffffe000932c3a0
  1252. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085bde20
  1253. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085bde40
  1254. _sleep() at _sleep+0x1f0/frame 0xfffffe00085bdec0
  1255. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085bdef0
  1256. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085bdf30
  1257. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085bdf30
  1258. --- trap 0x80, rip = 0x400000900000, rsp = 0xfffffbff6ffbfff7, rbp = 0xffffffdfcffeffff ---
  1259. ??() at 0x400000900000/frame 0xffffffdfcffeffff
  1260. KDB: reentering
  1261. KDB: stack backtrace:
  1262. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1263. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1264. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1265. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1266. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1267. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1268. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1269. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1270. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1271. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1272. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1273. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1274. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1275. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1276. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1277. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1278. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1279. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1280. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1281. panic() at panic+0x43/frame 0xfffffe00631bab20
  1282. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1283. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1284. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1285. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1286. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1287. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1288. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1289. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1290. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1291. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1292. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1293. *** error reading from address ffffffdfcfff0007 ***
  1294. KDB: reentering
  1295. KDB: stack backtrace:
  1296. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1297. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1298. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1299. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1300. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1301. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1302. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1303. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1304. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1305. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1306. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1307. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1308. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1309. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1310. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1311. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1312. panic() at panic+0x43/frame 0xfffffe00631bab20
  1313. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1314. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1315. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1316. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1317. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1318. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1319. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1320. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1321. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1322. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1323. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1324.  
  1325. Tracing command kernel pid 0 tid 100025 td 0xfffffe0009343020
  1326. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063169e20
  1327. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063169e40
  1328. _sleep() at _sleep+0x1f0/frame 0xfffffe0063169ec0
  1329. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063169ef0
  1330. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063169f30
  1331. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063169f30
  1332. --- trap 0xc02002, rip = 0, rsp = 0xffe6ffdf7ffdffff, rbp = 0xfff6f7ffffffffff ---
  1333.  
  1334. Tracing command kernel pid 0 tid 100026 td 0xfffffe0009342900
  1335. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063164e20
  1336. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063164e40
  1337. _sleep() at _sleep+0x1f0/frame 0xfffffe0063164ec0
  1338. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063164ef0
  1339. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063164f30
  1340. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063164f30
  1341. --- trap 0, rip = 0x40000000000000, rsp = 0xffffffffffffffff, rbp = 0xfffffffffffbffff ---
  1342. ??() at 0x40000000000000/frame 0xfffffffffffbffff
  1343. KDB: reentering
  1344. KDB: stack backtrace:
  1345. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1346. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1347. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1348. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1349. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1350. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1351. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1352. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1353. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1354. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1355. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1356. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1357. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1358. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1359. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1360. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1361. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1362. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1363. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1364. panic() at panic+0x43/frame 0xfffffe00631bab20
  1365. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1366. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1367. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1368. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1369. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1370. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1371. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1372. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1373. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1374. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1375. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1376. *** error reading from address fffffffffffc0007 ***
  1377. KDB: reentering
  1378. KDB: stack backtrace:
  1379. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1380. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1381. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1382. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1383. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1384. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1385. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1386. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1387. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1388. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1389. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1390. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1391. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1392. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1393. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1394. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1395. panic() at panic+0x43/frame 0xfffffe00631bab20
  1396. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1397. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1398. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1399. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1400. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1401. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1402. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1403. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1404. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1405. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1406. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1407.  
  1408. Tracing command kernel pid 0 tid 100027 td 0xfffffe00093421e0
  1409. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085fee20
  1410. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085fee40
  1411. _sleep() at _sleep+0x1f0/frame 0xfffffe00085feec0
  1412. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085feef0
  1413. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085fef30
  1414. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085fef30
  1415. --- trap 0x2000, rip = 0x1990, rsp = 0xff7ffffbffffffba, rbp = 0xffffffffffffffdf ---
  1416.  
  1417. Tracing command kernel pid 0 tid 100028 td 0xfffffe0009341ac0
  1418. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085f9e20
  1419. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085f9e40
  1420. _sleep() at _sleep+0x1f0/frame 0xfffffe00085f9ec0
  1421. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085f9ef0
  1422. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085f9f30
  1423. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085f9f30
  1424. --- trap 0x40008, rip = 0x20011, rsp = 0xffffffffbfffff65, rbp = 0xfffffffffffbff74 ---
  1425. _binary_elf_vdso_so_1_size() at 0x20011/frame 0xfffffffffffbff74
  1426. KDB: reentering
  1427. KDB: stack backtrace:
  1428. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1429. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1430. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1431. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1432. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1433. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1434. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1435. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1436. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1437. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1438. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1439. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1440. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1441. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1442. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1443. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1444. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1445. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1446. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1447. panic() at panic+0x43/frame 0xfffffe00631bab20
  1448. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1449. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1450. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1451. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1452. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1453. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1454. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1455. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1456. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1457. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1458. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1459. *** error reading from address fffffffffffbff7c ***
  1460. KDB: reentering
  1461. KDB: stack backtrace:
  1462. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1463. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1464. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1465. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1466. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1467. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1468. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1469. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1470. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1471. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1472. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1473. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1474. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1475. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1476. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1477. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1478. panic() at panic+0x43/frame 0xfffffe00631bab20
  1479. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1480. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1481. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1482. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1483. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1484. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1485. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1486. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1487. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1488. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1489. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1490.  
  1491. Tracing command kernel pid 0 tid 100029 td 0xfffffe00093413a0
  1492. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085f4e20
  1493. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085f4e40
  1494. _sleep() at _sleep+0x1f0/frame 0xfffffe00085f4ec0
  1495. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085f4ef0
  1496. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085f4f30
  1497. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085f4f30
  1498. --- trap 0x9400a0, rip = 0x2000000000, rsp = 0xffffffffdffbfffd, rbp = 0xffffffffffdfff77 ---
  1499. ??() at 0x2000000000/frame 0xffffffffffdfff77
  1500. KDB: reentering
  1501. KDB: stack backtrace:
  1502. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1503. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1504. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1505. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1506. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1507. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1508. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1509. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1510. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1511. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1512. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1513. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1514. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1515. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1516. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1517. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1518. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1519. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1520. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1521. panic() at panic+0x43/frame 0xfffffe00631bab20
  1522. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1523. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1524. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1525. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1526. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1527. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1528. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1529. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1530. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1531. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1532. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1533. *** error reading from address ffffffffffdfff7f ***
  1534. KDB: reentering
  1535. KDB: stack backtrace:
  1536. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1537. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1538. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1539. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1540. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1541. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1542. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1543. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1544. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1545. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1546. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1547. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1548. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1549. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1550. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1551. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1552. panic() at panic+0x43/frame 0xfffffe00631bab20
  1553. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1554. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1555. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1556. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1557. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1558. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1559. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1560. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1561. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1562. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1563. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1564.  
  1565. Tracing command kernel pid 0 tid 100030 td 0xfffffe0009340c80
  1566. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085efe20
  1567. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085efe40
  1568. _sleep() at _sleep+0x1f0/frame 0xfffffe00085efec0
  1569. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085efef0
  1570. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085eff30
  1571. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085eff30
  1572. --- trap 0x10, rip = 0x80200040100, rsp = 0xffffffbfffefebff, rbp = 0xfffff7fffdfff7ff ---
  1573.  
  1574. Tracing command kernel pid 0 tid 100031 td 0xfffffe0009340560
  1575. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085eae20
  1576. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085eae40
  1577. _sleep() at _sleep+0x1f0/frame 0xfffffe00085eaec0
  1578. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085eaef0
  1579. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085eaf30
  1580. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085eaf30
  1581. --- trap 0x40, rip = 0x8110000800000, rsp = 0xfffffffffffdfffd, rbp = 0xefffffffffdf99ff ---
  1582.  
  1583. Tracing command kernel pid 0 tid 100032 td 0xfffffe000933fe40
  1584. sched_switch() at sched_switch+0x88a/frame 0xfffffe00085e5e20
  1585. mi_switch() at mi_switch+0xbb/frame 0xfffffe00085e5e40
  1586. _sleep() at _sleep+0x1f0/frame 0xfffffe00085e5ec0
  1587. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00085e5ef0
  1588. fork_exit() at fork_exit+0x7f/frame 0xfffffe00085e5f30
  1589. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00085e5f30
  1590. --- trap 0, rip = 0x200000800028, rsp = 0xbffff7ffffffbfff, rbp = 0xfffffff6fefeffff ---
  1591. ??() at 0x200000800028/frame 0xfffffff6fefeffff
  1592. KDB: reentering
  1593. KDB: stack backtrace:
  1594. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1595. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1596. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1597. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1598. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1599. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1600. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1601. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1602. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1603. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1604. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1605. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1606. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1607. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1608. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1609. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1610. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1611. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1612. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1613. panic() at panic+0x43/frame 0xfffffe00631bab20
  1614. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1615. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1616. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1617. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1618. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1619. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1620. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1621. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1622. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1623. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1624. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1625. *** error reading from address fffffff6feff0007 ***
  1626. KDB: reentering
  1627. KDB: stack backtrace:
  1628. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1629. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1630. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1631. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1632. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1633. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1634. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1635. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1636. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1637. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1638. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1639. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1640. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1641. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1642. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1643. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1644. panic() at panic+0x43/frame 0xfffffe00631bab20
  1645. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1646. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1647. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1648. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1649. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1650. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1651. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1652. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1653. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1654. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1655. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1656.  
  1657. Tracing command kernel pid 0 tid 100033 td 0xfffffe0009346ac0
  1658. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063191e20
  1659. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063191e40
  1660. _sleep() at _sleep+0x1f0/frame 0xfffffe0063191ec0
  1661. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063191ef0
  1662. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063191f30
  1663. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063191f30
  1664. --- trap 0x41, rip = 0x10000091, rsp = 0xfffffffff7efffd7, rbp = 0xffffffffffffffde ---
  1665.  
  1666. Tracing command kernel pid 0 tid 100034 td 0xfffffe00093463a0
  1667. sched_switch() at sched_switch+0x88a/frame 0xfffffe006318ce20
  1668. mi_switch() at mi_switch+0xbb/frame 0xfffffe006318ce40
  1669. _sleep() at _sleep+0x1f0/frame 0xfffffe006318cec0
  1670. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe006318cef0
  1671. fork_exit() at fork_exit+0x7f/frame 0xfffffe006318cf30
  1672. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006318cf30
  1673. --- trap 0x409000, rip = 0, rsp = 0xfffffffffbf7ffff, rbp = 0xfffffffffffdffff ---
  1674. ??() at 0/frame 0xfffffffffffdffff
  1675. KDB: reentering
  1676. KDB: stack backtrace:
  1677. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1678. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1679. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1680. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1681. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1682. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1683. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1684. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1685. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1686. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1687. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1688. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1689. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1690. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1691. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1692. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1693. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1694. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1695. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1696. panic() at panic+0x43/frame 0xfffffe00631bab20
  1697. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1698. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1699. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1700. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1701. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1702. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1703. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1704. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1705. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1706. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1707. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1708. *** error reading from address fffffffffffe0007 ***
  1709. KDB: reentering
  1710. KDB: stack backtrace:
  1711. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1712. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1713. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1714. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1715. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1716. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1717. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1718. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1719. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1720. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1721. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1722. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1723. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1724. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1725. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1726. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1727. panic() at panic+0x43/frame 0xfffffe00631bab20
  1728. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1729. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1730. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1731. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1732. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1733. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1734. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1735. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1736. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1737. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1738. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1739.  
  1740. Tracing command kernel pid 0 tid 100035 td 0xfffffe0009345c80
  1741. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063187e20
  1742. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063187e40
  1743. _sleep() at _sleep+0x1f0/frame 0xfffffe0063187ec0
  1744. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063187ef0
  1745. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063187f30
  1746. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063187f30
  1747. --- trap 0x20000, rip = 0x2000000000, rsp = 0xffeff7ffffff7ffe, rbp = 0xfffffffffffffbbf ---
  1748.  
  1749. Tracing command kernel pid 0 tid 100036 td 0xfffffe0009345560
  1750. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063182e20
  1751. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063182e40
  1752. _sleep() at _sleep+0x1f0/frame 0xfffffe0063182ec0
  1753. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063182ef0
  1754. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063182f30
  1755. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063182f30
  1756. --- trap 0x11000, rip = 0x40000020000, rsp = 0xffffffffffdfffef, rbp = 0xfefeffffffffffff ---
  1757.  
  1758. Tracing command kernel pid 0 tid 100049 td 0xfffffe0009386000
  1759. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063205e20
  1760. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063205e40
  1761. _sleep() at _sleep+0x1f0/frame 0xfffffe0063205ec0
  1762. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063205ef0
  1763. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063205f30
  1764. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063205f30
  1765. --- trap 0x50a0045, rip = 0x400000024, rsp = 0xfffffffffff5ffad, rbp = 0xffffffeeffffef79 ---
  1766. ??() at 0x400000024/frame 0xffffffeeffffef79
  1767. KDB: reentering
  1768. KDB: stack backtrace:
  1769. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1770. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1771. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1772. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1773. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1774. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1775. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1776. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1777. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1778. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1779. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1780. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1781. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1782. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1783. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1784. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1785. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1786. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1787. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1788. panic() at panic+0x43/frame 0xfffffe00631bab20
  1789. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1790. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1791. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1792. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1793. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1794. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1795. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1796. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1797. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1798. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1799. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1800. *** error reading from address ffffffeeffffef81 ***
  1801. KDB: reentering
  1802. KDB: stack backtrace:
  1803. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1804. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1805. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1806. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1807. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1808. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1809. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1810. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1811. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1812. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1813. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1814. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1815. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1816. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1817. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1818. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1819. panic() at panic+0x43/frame 0xfffffe00631bab20
  1820. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1821. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1822. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1823. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1824. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1825. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1826. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1827. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1828. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1829. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1830. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1831.  
  1832. Tracing command kernel pid 0 tid 100053 td 0xfffffe000934c1e0
  1833. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631f1e20
  1834. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631f1e40
  1835. _sleep() at _sleep+0x1f0/frame 0xfffffe00631f1ec0
  1836. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00631f1ef0
  1837. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631f1f30
  1838. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631f1f30
  1839. --- trap 0xd3, rip = 0x80000004004085, rsp = 0xffffffffffffffc9, rbp = 0xffffffffffdfffe7 ---
  1840. ??() at 0x80000004004085/frame 0xffffffffffdfffe7
  1841. KDB: reentering
  1842. KDB: stack backtrace:
  1843. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1844. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1845. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1846. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1847. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1848. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1849. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1850. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1851. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1852. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1853. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1854. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1855. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1856. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1857. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1858. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1859. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1860. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1861. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1862. panic() at panic+0x43/frame 0xfffffe00631bab20
  1863. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1864. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1865. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1866. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1867. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1868. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1869. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1870. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1871. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1872. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1873. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1874. *** error reading from address ffffffffffdfffef ***
  1875. KDB: reentering
  1876. KDB: stack backtrace:
  1877. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1878. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1879. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1880. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1881. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1882. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1883. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1884. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1885. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1886. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1887. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1888. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1889. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1890. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1891. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1892. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1893. panic() at panic+0x43/frame 0xfffffe00631bab20
  1894. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1895. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1896. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1897. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1898. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1899. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1900. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1901. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1902. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1903. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1904. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1905.  
  1906. Tracing command kernel pid 0 tid 100054 td 0xfffffe000934bac0
  1907. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631ece20
  1908. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631ece40
  1909. _sleep() at _sleep+0x1f0/frame 0xfffffe00631ecec0
  1910. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00631ecef0
  1911. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631ecf30
  1912. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631ecf30
  1913. --- trap 0x20004, rip = 0x400050000000020, rsp = 0xfffffe7fff6fffff, rbp = 0xffffffffffeff7f7 ---
  1914. ??() at 0x400050000000020/frame 0xffffffffffeff7f7
  1915. KDB: reentering
  1916. KDB: stack backtrace:
  1917. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  1918. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  1919. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  1920. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  1921. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  1922. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  1923. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1924. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1925. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1926. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1927. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1928. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1929. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1930. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1931. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1932. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1933. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1934. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1935. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1936. panic() at panic+0x43/frame 0xfffffe00631bab20
  1937. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1938. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1939. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1940. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1941. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1942. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1943. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1944. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1945. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1946. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1947. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1948. *** error reading from address ffffffffffeff7ff ***
  1949. KDB: reentering
  1950. KDB: stack backtrace:
  1951. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  1952. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  1953. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  1954. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  1955. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  1956. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  1957. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  1958. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  1959. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  1960. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  1961. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  1962. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  1963. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  1964. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  1965. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  1966. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  1967. panic() at panic+0x43/frame 0xfffffe00631bab20
  1968. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  1969. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  1970. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  1971. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  1972. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  1973. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  1974. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  1975. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  1976. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  1977. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  1978. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  1979.  
  1980. Tracing command kernel pid 0 tid 100055 td 0xfffffe000934b3a0
  1981. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631e7e20
  1982. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631e7e40
  1983. _sleep() at _sleep+0x1f0/frame 0xfffffe00631e7ec0
  1984. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00631e7ef0
  1985. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631e7f30
  1986. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631e7f30
  1987. --- trap 0xa0000, rip = 0x880083000400004, rsp = 0xffefff7fffffffbf, rbp = 0xbfffffffffffffff ---
  1988.  
  1989. Tracing command kernel pid 0 tid 100056 td 0xfffffe000934ac80
  1990. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631e2e20
  1991. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631e2e40
  1992. _sleep() at _sleep+0x1f0/frame 0xfffffe00631e2ec0
  1993. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe00631e2ef0
  1994. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631e2f30
  1995. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631e2f30
  1996. --- trap 0x4010201, rip = 0x1200000802010, rsp = 0xfffffffffffb5eff, rbp = 0xfffffdffffbfffff ---
  1997.  
  1998. Tracing command kernel pid 0 tid 100062 td 0xfffffe0009387560
  1999. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063214e20
  2000. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063214e40
  2001. _sleep() at _sleep+0x1f0/frame 0xfffffe0063214ec0
  2002. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe0063214ef0
  2003. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063214f30
  2004. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063214f30
  2005. --- trap 0x1000000, rip = 0, rsp = 0xfffffffffffffeff, rbp = 0xfffffff7ff7ffeef ---
  2006. ??() at 0/frame 0xfffffff7ff7ffeef
  2007. KDB: reentering
  2008. KDB: stack backtrace:
  2009. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2010. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2011. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2012. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2013. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2014. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2015. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2016. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2017. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2018. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2019. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2020. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2021. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2022. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2023. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2024. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2025. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2026. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2027. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2028. panic() at panic+0x43/frame 0xfffffe00631bab20
  2029. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2030. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2031. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2032. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2033. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2034. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2035. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2036. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2037. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2038. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2039. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2040. *** error reading from address fffffff7ff7ffef7 ***
  2041. KDB: reentering
  2042. KDB: stack backtrace:
  2043. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2044. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2045. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2046. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2047. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2048. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2049. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2050. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2051. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2052. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2053. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2054. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2055. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2056. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2057. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2058. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2059. panic() at panic+0x43/frame 0xfffffe00631bab20
  2060. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2061. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2062. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2063. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2064. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2065. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2066. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2067. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2068. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2069. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2070. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2071.  
  2072. Tracing command kernel pid 0 tid 100134 td 0xfffffe0069169900
  2073. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba09e50
  2074. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba09e70
  2075. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe006ba09ec0
  2076. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe006ba09ef0
  2077. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba09f30
  2078. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba09f30
  2079. --- trap 0x813adcae, rip = 0, rsp = 0, rbp = 0 ---
  2080.  
  2081. Tracing command kernel pid 0 tid 100139 td 0xfffffe0069167560
  2082. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633f0e50
  2083. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633f0e70
  2084. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00633f0ec0
  2085. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00633f0ef0
  2086. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633f0f30
  2087. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633f0f30
  2088. --- trap 0xc, rip = 0x8262476aa, rsp = 0x820c48138, rbp = 0x820c48180 ---
  2089.  
  2090. Tracing command kernel pid 0 tid 100140 td 0xfffffe0069166e40
  2091. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633ebe50
  2092. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633ebe70
  2093. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00633ebec0
  2094. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00633ebef0
  2095. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633ebf30
  2096. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633ebf30
  2097. --- trap 0xc, rip = 0x8223e340a, rsp = 0x8206436f8, rbp = 0x820643710 ---
  2098.  
  2099. Tracing command kernel pid 0 tid 100141 td 0xfffffe0069166720
  2100. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633e6e50
  2101. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633e6e70
  2102. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe00633e6ec0
  2103. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe00633e6ef0
  2104. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633e6f30
  2105. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633e6f30
  2106. --- trap 0xc, rip = 0x1724a61e740a, rsp = 0x1724a4bea308, rbp = 0x1724a4bea320 ---
  2107.  
  2108. Tracing command kernel pid 0 tid 100142 td 0xfffffe006b9c03a0
  2109. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba55e50
  2110. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba55e70
  2111. msleep_spin_sbt() at msleep_spin_sbt+0x186/frame 0xfffffe006ba55ec0
  2112. taskqueue_thread_loop() at taskqueue_thread_loop+0xf1/frame 0xfffffe006ba55ef0
  2113. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba55f30
  2114. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba55f30
  2115. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2116. kernload() at 0x1430000/frame 0xffffffff813adcae
  2117.  
  2118. Tracing command kernel pid 0 tid 100143 td 0xfffffe006b9bfc80
  2119. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba50e20
  2120. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba50e40
  2121. _sleep() at _sleep+0x1f0/frame 0xfffffe006ba50ec0
  2122. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe006ba50ef0
  2123. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba50f30
  2124. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba50f30
  2125. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2126. kernload() at 0x1430000/frame 0xffffffff813adcae
  2127.  
  2128. Tracing command kernel pid 0 tid 100145 td 0xfffffe006b9bee40
  2129. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba46e20
  2130. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba46e40
  2131. _sleep() at _sleep+0x1f0/frame 0xfffffe006ba46ec0
  2132. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe006ba46ef0
  2133. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba46f30
  2134. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba46f30
  2135. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2136. kernload() at 0x1430000/frame 0xffffffff813adcae
  2137.  
  2138. Tracing command kernel pid 0 tid 100157 td 0xfffffe00691633a0
  2139. sched_switch() at sched_switch+0x88a/frame 0xfffffe006339fe20
  2140. mi_switch() at mi_switch+0xbb/frame 0xfffffe006339fe40
  2141. _sleep() at _sleep+0x1f0/frame 0xfffffe006339fec0
  2142. taskqueue_thread_loop() at taskqueue_thread_loop+0xb1/frame 0xfffffe006339fef0
  2143. fork_exit() at fork_exit+0x7f/frame 0xfffffe006339ff30
  2144. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006339ff30
  2145. --- trap 0xc, rip = 0xf4f89c1240a, rsp = 0xf4f881ae2f8, rbp = 0xf4f881ae3f0 ---
  2146.  
  2147. Tracing command kernel pid 0 tid 100234 td 0xfffffe006d5adac0 (CPU 2)
  2148. cpustop_handler() at cpustop_handler+0x27/frame 0xfffffe0009122df0
  2149. ipi_nmi_handler() at ipi_nmi_handler+0x3a/frame 0xfffffe0009122e00
  2150. trap() at trap+0x3f/frame 0xfffffe0009122f20
  2151. nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe0009122f20
  2152. --- trap 0x13, rip = 0xffffffff80d48ab0, rsp = 0xfffffe008cb00ec8, rbp = 0xfffffe008cb00ef0 ---
  2153. taskqueue_run_locked() at taskqueue_run_locked/frame 0xfffffe008cb00ef0
  2154. fork_exit() at fork_exit+0x7f/frame 0xfffffe008cb00f30
  2155. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe008cb00f30
  2156. --- trap 0xa5a5a5a5, rip = 0xa5a5a5a5a5a5a5a5, rsp = 0xa5a5a5a5a5a5a5a5, rbp = 0xa5a5a5a5a5a5a5a5 ---
  2157.  
  2158. Tracing command init pid 1 tid 100002 td 0xfffffe00092a9ac0
  2159. sched_switch() at sched_switch+0x88a/frame 0xfffffe000858ba80
  2160. mi_switch() at mi_switch+0xbb/frame 0xfffffe000858baa0
  2161. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe000858bae0
  2162. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe000858baf0
  2163. _sleep() at _sleep+0x1e3/frame 0xfffffe000858bb70
  2164. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe000858bc00
  2165. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe000858be00
  2166. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe000858bf30
  2167. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe000858bf30
  2168. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x2733da, rsp = 0x820516e28, rbp = 0x820516e90 ---
  2169.  
  2170. Tracing command clock pid 2 tid 100037 td 0xfffffe0009344e40
  2171. sched_switch() at sched_switch+0x88a/frame 0xfffffe006317dea0
  2172. mi_switch() at mi_switch+0xbb/frame 0xfffffe006317dec0
  2173. softclock_thread() at softclock_thread+0x9c/frame 0xfffffe006317def0
  2174. fork_exit() at fork_exit+0x7f/frame 0xfffffe006317df30
  2175. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006317df30
  2176. --- trap 0, rip = 0x20001, rsp = 0xfffffffffffbffff, rbp = 0xffffffffffffafff ---
  2177. _binary_elf_vdso_so_1_size() at 0x20001/frame 0xffffffffffffafff
  2178. KDB: reentering
  2179. KDB: stack backtrace:
  2180. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2181. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2182. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2183. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2184. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2185. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2186. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2187. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2188. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2189. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2190. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2191. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2192. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2193. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2194. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2195. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2196. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2197. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2198. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2199. panic() at panic+0x43/frame 0xfffffe00631bab20
  2200. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2201. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2202. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2203. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2204. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2205. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2206. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2207. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2208. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2209. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2210. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2211. *** error reading from address ffffffffffffb007 ***
  2212. KDB: reentering
  2213. KDB: stack backtrace:
  2214. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2215. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2216. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2217. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2218. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2219. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2220. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2221. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2222. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2223. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2224. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2225. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2226. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2227. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2228. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2229. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2230. panic() at panic+0x43/frame 0xfffffe00631bab20
  2231. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2232. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2233. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2234. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2235. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2236. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2237. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2238. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2239. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2240. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2241. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2242.  
  2243. Tracing command clock pid 2 tid 100038 td 0xfffffe0009344720
  2244. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063178ea0
  2245. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063178ec0
  2246. softclock_thread() at softclock_thread+0x9c/frame 0xfffffe0063178ef0
  2247. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063178f30
  2248. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063178f30
  2249. --- trap 0x24082200, rip = 0, rsp = 0xfeffffffffffffff, rbp = 0xfffffffdffbfffbf ---
  2250. ??() at 0/frame 0xfffffffdffbfffbf
  2251. KDB: reentering
  2252. KDB: stack backtrace:
  2253. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2254. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2255. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2256. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2257. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2258. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2259. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2260. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2261. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2262. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2263. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2264. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2265. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2266. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2267. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2268. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2269. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2270. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2271. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2272. panic() at panic+0x43/frame 0xfffffe00631bab20
  2273. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2274. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2275. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2276. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2277. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2278. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2279. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2280. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2281. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2282. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2283. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2284. *** error reading from address fffffffdffbfffc7 ***
  2285. KDB: reentering
  2286. KDB: stack backtrace:
  2287. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2288. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2289. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2290. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2291. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2292. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2293. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2294. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2295. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2296. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2297. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2298. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2299. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2300. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2301. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2302. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2303. panic() at panic+0x43/frame 0xfffffe00631bab20
  2304. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2305. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2306. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2307. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2308. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2309. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2310. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2311. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2312. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2313. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2314. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2315.  
  2316. Tracing command clock pid 2 tid 100039 td 0xfffffe0009344000
  2317. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063173ea0
  2318. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063173ec0
  2319. softclock_thread() at softclock_thread+0x9c/frame 0xfffffe0063173ef0
  2320. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063173f30
  2321. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063173f30
  2322. --- trap 0x4000000, rip = 0x1400000102000, rsp = 0xffffffffffebffdf, rbp = 0xfffffffffffffff6 ---
  2323.  
  2324. Tracing command clock pid 2 tid 100040 td 0xfffffe0009343740
  2325. sched_switch() at sched_switch+0x88a/frame 0xfffffe006316eea0
  2326. mi_switch() at mi_switch+0xbb/frame 0xfffffe006316eec0
  2327. softclock_thread() at softclock_thread+0x9c/frame 0xfffffe006316eef0
  2328. fork_exit() at fork_exit+0x7f/frame 0xfffffe006316ef30
  2329. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006316ef30
  2330. --- trap 0, rip = 0x100000000000008, rsp = 0xff7fffffffffffff, rbp = 0xfffffffff7ffffff ---
  2331. ??() at 0x100000000000008/frame 0xfffffffff7ffffff
  2332. KDB: reentering
  2333. KDB: stack backtrace:
  2334. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2335. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2336. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2337. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2338. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2339. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2340. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2341. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2342. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2343. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2344. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2345. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2346. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2347. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2348. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2349. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2350. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2351. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2352. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2353. panic() at panic+0x43/frame 0xfffffe00631bab20
  2354. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2355. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2356. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2357. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2358. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2359. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2360. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2361. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2362. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2363. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2364. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2365. *** error reading from address fffffffff8000007 ***
  2366. KDB: reentering
  2367. KDB: stack backtrace:
  2368. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2369. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2370. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2371. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2372. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2373. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2374. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2375. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2376. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2377. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2378. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2379. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2380. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2381. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2382. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2383. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2384. panic() at panic+0x43/frame 0xfffffe00631bab20
  2385. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2386. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2387. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2388. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2389. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2390. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2391. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2392. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2393. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2394. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2395. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2396.  
  2397. Tracing command crypto pid 3 tid 100057 td 0xfffffe0009389900
  2398. sched_switch() at sched_switch+0x88a/frame 0xfffffe006322de10
  2399. mi_switch() at mi_switch+0xbb/frame 0xfffffe006322de30
  2400. _sleep() at _sleep+0x1f0/frame 0xfffffe006322deb0
  2401. crypto_dispatch_thread() at crypto_dispatch_thread+0x1a3/frame 0xfffffe006322def0
  2402. fork_exit() at fork_exit+0x7f/frame 0xfffffe006322df30
  2403. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006322df30
  2404. --- trap 0x10, rip = 0x10000000, rsp = 0xffffffffffffffef, rbp = 0xffffffffffffffff ---
  2405.  
  2406. Tracing command crypto pid 3 tid 100058 td 0xfffffe00093891e0
  2407. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063228e00
  2408. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063228e20
  2409. _sleep() at _sleep+0x1f0/frame 0xfffffe0063228ea0
  2410. crypto_ret_thread() at crypto_ret_thread+0x144/frame 0xfffffe0063228ef0
  2411. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063228f30
  2412. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063228f30
  2413. --- trap 0x20000, rip = 0x22900000, rsp = 0xffffffffffffffff, rbp = 0xffffffffffffffff ---
  2414.  
  2415. Tracing command crypto pid 3 tid 100059 td 0xfffffe0009388ac0
  2416. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063223e00
  2417. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063223e20
  2418. _sleep() at _sleep+0x1f0/frame 0xfffffe0063223ea0
  2419. crypto_ret_thread() at crypto_ret_thread+0x144/frame 0xfffffe0063223ef0
  2420. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063223f30
  2421. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063223f30
  2422. --- trap 0x80a00000, rip = 0x460000, rsp = 0xfffffbffffffffff, rbp = 0xbffff7fdffffffff ---
  2423.  
  2424. Tracing command crypto pid 3 tid 100060 td 0xfffffe00093883a0
  2425. sched_switch() at sched_switch+0x88a/frame 0xfffffe006321ee00
  2426. mi_switch() at mi_switch+0xbb/frame 0xfffffe006321ee20
  2427. _sleep() at _sleep+0x1f0/frame 0xfffffe006321eea0
  2428. crypto_ret_thread() at crypto_ret_thread+0x144/frame 0xfffffe006321eef0
  2429. fork_exit() at fork_exit+0x7f/frame 0xfffffe006321ef30
  2430. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006321ef30
  2431. --- trap 0x188010, rip = 0x82100, rsp = 0xffeffffbffebffff, rbp = 0xffffffffffffefff ---
  2432. _binary_elf_vdso_so_1_size() at 0x82100/frame 0xffffffffffffefff
  2433. KDB: reentering
  2434. KDB: stack backtrace:
  2435. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2436. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2437. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2438. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2439. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2440. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2441. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2442. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2443. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2444. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2445. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2446. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2447. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2448. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2449. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2450. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2451. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2452. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2453. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2454. panic() at panic+0x43/frame 0xfffffe00631bab20
  2455. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2456. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2457. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2458. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2459. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2460. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2461. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2462. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2463. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2464. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2465. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2466. *** error reading from address fffffffffffff007 ***
  2467. KDB: reentering
  2468. KDB: stack backtrace:
  2469. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2470. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2471. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2472. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2473. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2474. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2475. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2476. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2477. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2478. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2479. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2480. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2481. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2482. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2483. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2484. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2485. panic() at panic+0x43/frame 0xfffffe00631bab20
  2486. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2487. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2488. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2489. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2490. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2491. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2492. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2493. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2494. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2495. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2496. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2497.  
  2498. Tracing command crypto pid 3 tid 100061 td 0xfffffe0009387c80
  2499. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063219e00
  2500. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063219e20
  2501. _sleep() at _sleep+0x1f0/frame 0xfffffe0063219ea0
  2502. crypto_ret_thread() at crypto_ret_thread+0x144/frame 0xfffffe0063219ef0
  2503. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063219f30
  2504. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063219f30
  2505. --- trap 0x400818, rip = 0x400020008a0000, rsp = 0xff77fffffffef7ff, rbp = 0xfffff7ffffffffff ---
  2506.  
  2507. Tracing command cam pid 4 tid 100064 td 0xfffffe0009386720
  2508. sched_switch() at sched_switch+0x88a/frame 0xfffffe006320ae00
  2509. mi_switch() at mi_switch+0xbb/frame 0xfffffe006320ae20
  2510. _sleep() at _sleep+0x1f0/frame 0xfffffe006320aea0
  2511. xpt_done_td() at xpt_done_td+0x8b/frame 0xfffffe006320aef0
  2512. fork_exit() at fork_exit+0x7f/frame 0xfffffe006320af30
  2513. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006320af30
  2514. --- trap 0x20062, rip = 0x40, rsp = 0xffffffffffffff6f, rbp = 0xffffffffffffffe7 ---
  2515.  
  2516. Tracing command cam pid 4 tid 100065 td 0xfffffe00093a53a0
  2517. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063255e00
  2518. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063255e20
  2519. _sleep() at _sleep+0x1f0/frame 0xfffffe0063255ea0
  2520. xpt_async_td() at xpt_async_td+0x84/frame 0xfffffe0063255ef0
  2521. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063255f30
  2522. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063255f30
  2523. --- trap 0x20, rip = 0x80000800, rsp = 0xfffffff7ffefffff, rbp = 0xfff7bfffffffffff ---
  2524.  
  2525. Tracing command cam pid 4 tid 100144 td 0xfffffe006b9bf560
  2526. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba4be10
  2527. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba4be30
  2528. _sleep() at _sleep+0x1f0/frame 0xfffffe006ba4beb0
  2529. xpt_scanner_thread() at xpt_scanner_thread+0x88/frame 0xfffffe006ba4bef0
  2530. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba4bf30
  2531. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba4bf30
  2532. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2533. kernload() at 0x1430000/frame 0xffffffff813adcae
  2534.  
  2535. Tracing command busdma pid 5 tid 100093 td 0xfffffe0068a3d720
  2536. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632e6e10
  2537. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632e6e30
  2538. _sleep() at _sleep+0x1f0/frame 0xfffffe00632e6eb0
  2539. busdma_thread() at busdma_thread+0xc9/frame 0xfffffe00632e6ef0
  2540. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632e6f30
  2541. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632e6f30
  2542. --- trap 0x2800, rip = 0, rsp = 0xffefffffffffffff, rbp = 0xffffffffffffffff ---
  2543.  
  2544. Tracing command pf purge pid 6 tid 100135 td 0xfffffe00691691e0
  2545. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba04de0
  2546. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba04e00
  2547. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006ba04e40
  2548. _sleep() at _sleep+0x1d0/frame 0xfffffe006ba04ec0
  2549. pf_purge_thread() at pf_purge_thread+0xb6/frame 0xfffffe006ba04ef0
  2550. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba04f30
  2551. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba04f30
  2552. --- trap 0x813adcae, rip = 0, rsp = 0, rbp = 0 ---
  2553.  
  2554. Tracing command rand_harvestq pid 7 tid 100138 td 0xfffffe0069167c80
  2555. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633f5d70
  2556. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633f5d90
  2557. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe00633f5dd0
  2558. _sleep() at _sleep+0x1d0/frame 0xfffffe00633f5e50
  2559. random_kthread() at random_kthread+0xb7/frame 0xfffffe00633f5ef0
  2560. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633f5f30
  2561. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633f5f30
  2562. --- trap 0xc, rip = 0x2d2b281e240a, rsp = 0x2d2b27d2c338, rbp = 0x2d2b27d2c350 ---
  2563.  
  2564. Tracing command pagedaemon pid 8 tid 100146 td 0xfffffe006b9be720
  2565. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba41a10
  2566. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba41a30
  2567. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006ba41a70
  2568. _sleep() at _sleep+0x1d0/frame 0xfffffe006ba41af0
  2569. vm_pageout_worker() at vm_pageout_worker+0x28c/frame 0xfffffe006ba41eb0
  2570. vm_pageout() at vm_pageout+0x1d7/frame 0xfffffe006ba41ef0
  2571. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba41f30
  2572. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba41f30
  2573. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2574. kernload() at 0x1430000/frame 0xffffffff813adcae
  2575.  
  2576. Tracing command pagedaemon pid 8 tid 100152 td 0xfffffe00691641e0
  2577. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633a9ad0
  2578. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633a9af0
  2579. _sleep() at _sleep+0x1f0/frame 0xfffffe00633a9b70
  2580. vm_pageout_laundry_worker() at vm_pageout_laundry_worker+0xce3/frame 0xfffffe00633a9ef0
  2581. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633a9f30
  2582. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633a9f30
  2583. --- trap 0xc, rip = 0x8233656aa, rsp = 0x820a27918, rbp = 0x820a27960 ---
  2584.  
  2585. Tracing command pagedaemon pid 8 tid 100153 td 0xfffffe0069163ac0
  2586. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633a4dd0
  2587. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633a4df0
  2588. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe00633a4e30
  2589. _sleep() at _sleep+0x1d0/frame 0xfffffe00633a4eb0
  2590. uma_reclaim_worker() at uma_reclaim_worker+0xe8/frame 0xfffffe00633a4ef0
  2591. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633a4f30
  2592. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633a4f30
  2593. --- trap 0xc, rip = 0x827d7040a, rsp = 0x820b78138, rbp = 0x820b78150 ---
  2594.  
  2595. Tracing command vmdaemon pid 9 tid 100147 td 0xfffffe006b9be000
  2596. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba3cde0
  2597. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba3ce00
  2598. _sleep() at _sleep+0x1f0/frame 0xfffffe006ba3ce80
  2599. vm_daemon() at vm_daemon+0x96/frame 0xfffffe006ba3cef0
  2600. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba3cf30
  2601. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba3cf30
  2602. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  2603. kernload() at 0x1430000/frame 0xffffffff813adcae
  2604.  
  2605. Tracing command audit pid 10 tid 100001 td 0xfffffe00092aa1e0
  2606. sched_switch() at sched_switch+0x88a/frame 0xfffffe0008590e10
  2607. mi_switch() at mi_switch+0xbb/frame 0xfffffe0008590e30
  2608. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0008590e80
  2609. audit_worker() at audit_worker+0x73/frame 0xfffffe0008590ef0
  2610. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008590f30
  2611. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008590f30
  2612. --- trap 0x20a06d, rip = 0x200000000800cb, rsp = 0xfffffffffffffff5, rbp = 0xffffffffffffffa6 ---
  2613.  
  2614. Tracing command idle pid 11 tid 100003 td 0xfffffe00092a93a0
  2615. sched_switch() at sched_switch+0x88a/frame 0xfffffe0008586dd0
  2616. mi_switch() at mi_switch+0xbb/frame 0xfffffe0008586df0
  2617. sched_idletd() at sched_idletd+0x576/frame 0xfffffe0008586ef0
  2618. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008586f30
  2619. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008586f30
  2620. --- trap 0, rip = 0x4000000000000000, rsp = 0xfffffffdff7fdfff, rbp = 0xfffffffffffbfff7 ---
  2621. ??() at 0x4000000000000000/frame 0xfffffffffffbfff7
  2622. KDB: reentering
  2623. KDB: stack backtrace:
  2624. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2625. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2626. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2627. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2628. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2629. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2630. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2631. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2632. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2633. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2634. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2635. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2636. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2637. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2638. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2639. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2640. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2641. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2642. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2643. panic() at panic+0x43/frame 0xfffffe00631bab20
  2644. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2645. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2646. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2647. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2648. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2649. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2650. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2651. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2652. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2653. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2654. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2655. *** error reading from address fffffffffffbffff ***
  2656. KDB: reentering
  2657. KDB: stack backtrace:
  2658. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2659. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2660. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2661. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2662. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2663. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2664. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2665. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2666. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2667. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2668. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2669. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2670. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2671. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2672. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2673. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2674. panic() at panic+0x43/frame 0xfffffe00631bab20
  2675. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2676. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2677. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2678. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2679. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2680. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2681. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2682. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2683. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2684. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2685. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2686.  
  2687. Tracing command idle pid 11 tid 100004 td 0xfffffe00092a8c80 (CPU 1)
  2688. cpustop_handler() at cpustop_handler+0x27/frame 0xfffffe0009113df0
  2689. ipi_nmi_handler() at ipi_nmi_handler+0x3a/frame 0xfffffe0009113e00
  2690. trap() at trap+0x3f/frame 0xfffffe0009113f20
  2691. nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe0009113f20
  2692. --- trap 0x13, rip = 0xffffffff81255c16, rsp = 0xfffffe0008581d70, rbp = 0xfffffe0008581d70 ---
  2693. acpi_cpu_c1() at acpi_cpu_c1+0x6/frame 0xfffffe0008581d70
  2694. acpi_cpu_idle() at acpi_cpu_idle+0x2fe/frame 0xfffffe0008581db0
  2695. cpu_idle_acpi() at cpu_idle_acpi+0x46/frame 0xfffffe0008581dd0
  2696. cpu_idle() at cpu_idle+0x9d/frame 0xfffffe0008581df0
  2697. sched_idletd() at sched_idletd+0x576/frame 0xfffffe0008581ef0
  2698. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008581f30
  2699. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008581f30
  2700. --- trap 0x204000, rip = 0x20000000002, rsp = 0xffffffbffffff7fe, rbp = 0xffffefffffbfffff ---
  2701.  
  2702. Tracing command idle pid 11 tid 100005 td 0xfffffe00092a8560
  2703. sched_switch() at sched_switch+0x88a/frame 0xfffffe000857cdd0
  2704. mi_switch() at mi_switch+0xbb/frame 0xfffffe000857cdf0
  2705. sched_idletd() at sched_idletd+0x576/frame 0xfffffe000857cef0
  2706. fork_exit() at fork_exit+0x7f/frame 0xfffffe000857cf30
  2707. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe000857cf30
  2708. --- trap 0x1000000, rip = 0x220080000, rsp = 0xfffffeffffffffff, rbp = 0xffffffffbffffdff ---
  2709. ??() at 0x220080000/frame 0xffffffffbffffdff
  2710. KDB: reentering
  2711. KDB: stack backtrace:
  2712. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2713. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2714. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2715. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2716. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2717. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2718. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2719. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2720. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2721. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2722. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2723. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2724. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2725. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2726. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2727. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2728. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2729. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2730. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2731. panic() at panic+0x43/frame 0xfffffe00631bab20
  2732. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2733. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2734. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2735. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2736. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2737. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2738. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2739. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2740. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2741. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2742. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2743. *** error reading from address ffffffffbffffe07 ***
  2744. KDB: reentering
  2745. KDB: stack backtrace:
  2746. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2747. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2748. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2749. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2750. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2751. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2752. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2753. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2754. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2755. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2756. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2757. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2758. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2759. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2760. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2761. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2762. panic() at panic+0x43/frame 0xfffffe00631bab20
  2763. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2764. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2765. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2766. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2767. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2768. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2769. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2770. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2771. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2772. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2773. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2774.  
  2775. Tracing command idle pid 11 tid 100006 td 0xfffffe00092a7e40
  2776. sched_switch() at sched_switch+0x88a/frame 0xfffffe0008577dd0
  2777. mi_switch() at mi_switch+0xbb/frame 0xfffffe0008577df0
  2778. sched_idletd() at sched_idletd+0x576/frame 0xfffffe0008577ef0
  2779. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008577f30
  2780. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008577f30
  2781. --- trap 0x820000, rip = 0x40000001802090, rsp = 0xff6fffffff7cffff, rbp = 0xffffffff7fffff7e ---
  2782. ??() at 0x40000001802090/frame 0xffffffff7fffff7e
  2783. KDB: reentering
  2784. KDB: stack backtrace:
  2785. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2786. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2787. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2788. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2789. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2790. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2791. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2792. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2793. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2794. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2795. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2796. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2797. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2798. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2799. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2800. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2801. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2802. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2803. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2804. panic() at panic+0x43/frame 0xfffffe00631bab20
  2805. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2806. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2807. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2808. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2809. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2810. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2811. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2812. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2813. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2814. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2815. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2816. *** error reading from address ffffffff7fffff86 ***
  2817. KDB: reentering
  2818. KDB: stack backtrace:
  2819. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2820. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2821. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2822. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2823. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2824. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2825. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2826. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2827. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2828. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2829. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2830. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2831. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2832. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2833. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2834. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2835. panic() at panic+0x43/frame 0xfffffe00631bab20
  2836. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2837. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2838. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2839. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2840. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2841. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2842. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2843. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2844. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2845. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2846. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2847.  
  2848. Tracing command intr pid 12 tid 100016 td 0xfffffe00092aa900
  2849. sched_switch() at sched_switch+0x88a/frame 0xfffffe0008595e40
  2850. mi_switch() at mi_switch+0xbb/frame 0xfffffe0008595e60
  2851. ithread_loop() at ithread_loop+0x99/frame 0xfffffe0008595ef0
  2852. fork_exit() at fork_exit+0x7f/frame 0xfffffe0008595f30
  2853. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0008595f30
  2854. --- trap 0x3, rip = 0x8000000008008, rsp = 0xffffffffffffffeb, rbp = 0xffffffdfffeffff9 ---
  2855. ??() at 0x8000000008008/frame 0xffffffdfffeffff9
  2856. KDB: reentering
  2857. KDB: stack backtrace:
  2858. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2859. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2860. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2861. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2862. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2863. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2864. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2865. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2866. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2867. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2868. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2869. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2870. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2871. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2872. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2873. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2874. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2875. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2876. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2877. panic() at panic+0x43/frame 0xfffffe00631bab20
  2878. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2879. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2880. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2881. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2882. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2883. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2884. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2885. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2886. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2887. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2888. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2889. *** error reading from address ffffffdffff00001 ***
  2890. KDB: reentering
  2891. KDB: stack backtrace:
  2892. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2893. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2894. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2895. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2896. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2897. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2898. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2899. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2900. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2901. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2902. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2903. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2904. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2905. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2906. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2907. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2908. panic() at panic+0x43/frame 0xfffffe00631bab20
  2909. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2910. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2911. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2912. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2913. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2914. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2915. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2916. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2917. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2918. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2919. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2920.  
  2921. Tracing command intr pid 12 tid 100017 td 0xfffffe000933f720
  2922. fork_trampoline() at fork_trampoline
  2923.  
  2924. Tracing command intr pid 12 tid 100023 td 0xfffffe000932cac0
  2925. fork_trampoline() at fork_trampoline
  2926.  
  2927. Tracing command intr pid 12 tid 100041 td 0xfffffe000934a560
  2928. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631c9e40
  2929. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631c9e60
  2930. ithread_loop() at ithread_loop+0x99/frame 0xfffffe00631c9ef0
  2931. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631c9f30
  2932. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631c9f30
  2933. --- trap 0, rip = 0x12000000000000, rsp = 0xffffffffffffffff, rbp = 0xfff7fffffeff7ffe ---
  2934.  
  2935. Tracing command intr pid 12 tid 100042 td 0xfffffe0009349e40
  2936. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631c4e40
  2937. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631c4e60
  2938. ithread_loop() at ithread_loop+0x99/frame 0xfffffe00631c4ef0
  2939. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631c4f30
  2940. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631c4f30
  2941. --- trap 0x1000000, rip = 0, rsp = 0xffffffffffdffffd, rbp = 0xfffffefdfffffdff ---
  2942. ??() at 0/frame 0xfffffefdfffffdff
  2943. KDB: reentering
  2944. KDB: stack backtrace:
  2945. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  2946. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  2947. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  2948. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  2949. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  2950. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  2951. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2952. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2953. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2954. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2955. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2956. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2957. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2958. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2959. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2960. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2961. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2962. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2963. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2964. panic() at panic+0x43/frame 0xfffffe00631bab20
  2965. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2966. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2967. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2968. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  2969. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  2970. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  2971. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  2972. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  2973. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  2974. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  2975. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  2976. *** error reading from address fffffefdfffffe07 ***
  2977. KDB: reentering
  2978. KDB: stack backtrace:
  2979. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  2980. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  2981. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  2982. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  2983. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  2984. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  2985. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  2986. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  2987. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  2988. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  2989. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  2990. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  2991. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  2992. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  2993. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  2994. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  2995. panic() at panic+0x43/frame 0xfffffe00631bab20
  2996. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  2997. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  2998. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  2999. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3000. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3001. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3002. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3003. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3004. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3005. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3006. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3007.  
  3008. Tracing command intr pid 12 tid 100043 td 0xfffffe0009349720
  3009. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631bfe40
  3010. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631bfe60
  3011. ithread_loop() at ithread_loop+0x99/frame 0xfffffe00631bfef0
  3012. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631bff30
  3013. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631bff30
  3014. --- trap 0x10, rip = 0x1000, rsp = 0xffff7ffbfffdfb7f, rbp = 0xfffffffff7fff7ff ---
  3015. _binary_elf_vdso_so_1_size() at _binary_elf_vdso_so_1_size+0x9f0/frame 0xfffffffff7fff7ff
  3016. KDB: reentering
  3017. KDB: stack backtrace:
  3018. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3019. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3020. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3021. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3022. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3023. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3024. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3025. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3026. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3027. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3028. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3029. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3030. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3031. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3032. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3033. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3034. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3035. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3036. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3037. panic() at panic+0x43/frame 0xfffffe00631bab20
  3038. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3039. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3040. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3041. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3042. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3043. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3044. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3045. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3046. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3047. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3048. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3049. *** error reading from address fffffffff7fff807 ***
  3050. KDB: reentering
  3051. KDB: stack backtrace:
  3052. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3053. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3054. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3055. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3056. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3057. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3058. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3059. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3060. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3061. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3062. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3063. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3064. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3065. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3066. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3067. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3068. panic() at panic+0x43/frame 0xfffffe00631bab20
  3069. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3070. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3071. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3072. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3073. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3074. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3075. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3076. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3077. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3078. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3079. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3080.  
  3081. Tracing command intr pid 12 tid 100044 td 0xfffffe0009349000 (CPU 0)
  3082. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3083. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3084. panic() at panic+0x43/frame 0xfffffe00631bab20
  3085. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3086. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3087. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3088. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3089. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3090. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3091. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3092. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3093. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3094. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3095. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3096.  
  3097. Tracing command intr pid 12 tid 100066 td 0xfffffe00093cae40
  3098. fork_trampoline() at fork_trampoline
  3099.  
  3100. Tracing command intr pid 12 tid 100067 td 0xfffffe00093ca720
  3101. fork_trampoline() at fork_trampoline
  3102.  
  3103. Tracing command intr pid 12 tid 100073 td 0xfffffe00093a5ac0
  3104. fork_trampoline() at fork_trampoline
  3105.  
  3106. Tracing command intr pid 12 tid 100079 td 0xfffffe00093cc3a0
  3107. fork_trampoline() at fork_trampoline
  3108.  
  3109. Tracing command intr pid 12 tid 100085 td 0xfffffe00638a6c80
  3110. fork_trampoline() at fork_trampoline
  3111.  
  3112. Tracing command intr pid 12 tid 100091 td 0xfffffe0068a3e560
  3113. fork_trampoline() at fork_trampoline
  3114.  
  3115. Tracing command intr pid 12 tid 100092 td 0xfffffe0068a3de40
  3116. fork_trampoline() at fork_trampoline
  3117.  
  3118. Tracing command intr pid 12 tid 100094 td 0xfffffe0068a3d000
  3119. fork_trampoline() at fork_trampoline
  3120.  
  3121. Tracing command intr pid 12 tid 100095 td 0xfffffe00638a9740
  3122. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632dce40
  3123. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632dce60
  3124. ithread_loop() at ithread_loop+0x99/frame 0xfffffe00632dcef0
  3125. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632dcf30
  3126. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632dcf30
  3127. --- trap 0x148000, rip = 0x42000e00880000, rsp = 0xdffdf7ffffffffff, rbp = 0xffffafdffff5dfff ---
  3128.  
  3129. Tracing command intr pid 12 tid 100116 td 0xfffffe006914dc80 (CPU 3)
  3130. cpustop_handler() at cpustop_handler+0x27/frame 0xfffffe0009131df0
  3131. ipi_nmi_handler() at ipi_nmi_handler+0x3a/frame 0xfffffe0009131e00
  3132. trap() at trap+0x3f/frame 0xfffffe0009131f20
  3133. nmi_calltrap() at nmi_calltrap+0x8/frame 0xfffffe0009131f20
  3134. --- trap 0x13, rip = 0xffffffff80da4a50, rsp = 0xfffffe0063363be8, rbp = 0xfffffe0063363c40 ---
  3135. bqrelse() at bqrelse/frame 0xfffffe0063363c40
  3136. g_io_deliver() at g_io_deliver+0x211/frame 0xfffffe0063363ca0
  3137. g_io_deliver() at g_io_deliver+0x211/frame 0xfffffe0063363d00
  3138. g_io_deliver() at g_io_deliver+0x211/frame 0xfffffe0063363d60
  3139. g_disk_done() at g_disk_done+0x106/frame 0xfffffe0063363da0
  3140. xpt_done_process() at xpt_done_process+0x344/frame 0xfffffe0063363dd0
  3141. xpt_done_direct() at xpt_done_direct+0x47/frame 0xfffffe0063363e00
  3142. ahci_ch_intr_direct() at ahci_ch_intr_direct+0xf5/frame 0xfffffe0063363e40
  3143. ahci_intr_one() at ahci_intr_one+0x2e/frame 0xfffffe0063363e60
  3144. ithread_loop() at ithread_loop+0x257/frame 0xfffffe0063363ef0
  3145. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063363f30
  3146. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063363f30
  3147. --- trap 0, rip = 0x21000000800000, rsp = 0xffffffdffffeffff, rbp = 0xffebfeffffffffff ---
  3148.  
  3149. Tracing command intr pid 12 tid 100117 td 0xfffffe006914d560
  3150. fork_trampoline() at fork_trampoline
  3151.  
  3152. Tracing command intr pid 12 tid 100118 td 0xfffffe006914ce40
  3153. fork_trampoline() at fork_trampoline
  3154.  
  3155. Tracing command intr pid 12 tid 100119 td 0xfffffe006914c720
  3156. fork_trampoline() at fork_trampoline
  3157.  
  3158. Tracing command intr pid 12 tid 100120 td 0xfffffe006914c000
  3159. fork_trampoline() at fork_trampoline
  3160.  
  3161. Tracing command intr pid 12 tid 100121 td 0xfffffe0068c8c740
  3162. fork_trampoline() at fork_trampoline
  3163.  
  3164. Tracing command intr pid 12 tid 100122 td 0xfffffe0069162560
  3165. fork_trampoline() at fork_trampoline
  3166.  
  3167. Tracing command intr pid 12 tid 100123 td 0xfffffe0069161e40
  3168. fork_trampoline() at fork_trampoline
  3169.  
  3170. Tracing command intr pid 12 tid 100124 td 0xfffffe0069161720
  3171. fork_trampoline() at fork_trampoline
  3172.  
  3173. Tracing command intr pid 12 tid 100125 td 0xfffffe0069161000
  3174. fork_trampoline() at fork_trampoline
  3175.  
  3176. Tracing command intr pid 12 tid 100126 td 0xfffffe0069150740
  3177. fork_trampoline() at fork_trampoline
  3178.  
  3179. Tracing command intr pid 12 tid 100127 td 0xfffffe0069150020
  3180. fork_trampoline() at fork_trampoline
  3181.  
  3182. Tracing command intr pid 12 tid 100128 td 0xfffffe006914f900
  3183. fork_trampoline() at fork_trampoline
  3184.  
  3185. Tracing command intr pid 12 tid 100129 td 0xfffffe006914f1e0
  3186. fork_trampoline() at fork_trampoline
  3187.  
  3188. Tracing command intr pid 12 tid 100130 td 0xfffffe0069166000
  3189. fork_trampoline() at fork_trampoline
  3190.  
  3191. Tracing command intr pid 12 tid 100131 td 0xfffffe0069165740
  3192. fork_trampoline() at fork_trampoline
  3193.  
  3194. Tracing command intr pid 12 tid 100132 td 0xfffffe0069165020
  3195. sched_switch() at sched_switch+0x88a/frame 0xfffffe00633b3e40
  3196. mi_switch() at mi_switch+0xbb/frame 0xfffffe00633b3e60
  3197. ithread_loop() at ithread_loop+0x99/frame 0xfffffe00633b3ef0
  3198. fork_exit() at fork_exit+0x7f/frame 0xfffffe00633b3f30
  3199. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00633b3f30
  3200. --- trap 0, rip = 0x200000000020, rsp = 0xffffffffff7bfff7, rbp = 0xfffffffffffffddf ---
  3201.  
  3202. Tracing command intr pid 12 tid 100133 td 0xfffffe0069164900
  3203. fork_trampoline() at fork_trampoline
  3204.  
  3205. Tracing command intr pid 12 tid 100136 td 0xfffffe0069168ac0
  3206. fork_trampoline() at fork_trampoline
  3207.  
  3208. Tracing command intr pid 12 tid 100137 td 0xfffffe00691683a0
  3209. fork_trampoline() at fork_trampoline
  3210.  
  3211. Tracing command ng_queue pid 13 tid 100045 td 0xfffffe0009348740
  3212. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631b5de0
  3213. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631b5e00
  3214. _sleep() at _sleep+0x1f0/frame 0xfffffe00631b5e80
  3215. ngthread() at ngthread+0xbc/frame 0xfffffe00631b5ef0
  3216. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631b5f30
  3217. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631b5f30
  3218. --- trap 0x204000, rip = 0x80011004000000, rsp = 0xffffffffff7fffff, rbp = 0xfbffdfffefffafff ---
  3219.  
  3220. Tracing command ng_queue pid 13 tid 100046 td 0xfffffe0009348020
  3221. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631b0de0
  3222. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631b0e00
  3223. _sleep() at _sleep+0x1f0/frame 0xfffffe00631b0e80
  3224. ngthread() at ngthread+0xbc/frame 0xfffffe00631b0ef0
  3225. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631b0f30
  3226. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631b0f30
  3227. --- trap 0x20000, rip = 0, rsp = 0xffffffffffffffff, rbp = 0xffffffffff6fffff ---
  3228. ??() at 0/frame 0xffffffffff6fffff
  3229. KDB: reentering
  3230. KDB: stack backtrace:
  3231. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3232. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3233. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3234. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3235. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3236. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3237. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3238. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3239. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3240. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3241. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3242. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3243. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3244. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3245. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3246. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3247. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3248. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3249. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3250. panic() at panic+0x43/frame 0xfffffe00631bab20
  3251. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3252. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3253. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3254. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3255. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3256. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3257. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3258. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3259. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3260. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3261. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3262. *** error reading from address ffffffffff700007 ***
  3263. KDB: reentering
  3264. KDB: stack backtrace:
  3265. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3266. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3267. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3268. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3269. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3270. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3271. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3272. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3273. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3274. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3275. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3276. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3277. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3278. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3279. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3280. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3281. panic() at panic+0x43/frame 0xfffffe00631bab20
  3282. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3283. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3284. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3285. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3286. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3287. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3288. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3289. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3290. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3291. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3292. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3293.  
  3294. Tracing command ng_queue pid 13 tid 100047 td 0xfffffe0009347900
  3295. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631abde0
  3296. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631abe00
  3297. _sleep() at _sleep+0x1f0/frame 0xfffffe00631abe80
  3298. ngthread() at ngthread+0xbc/frame 0xfffffe00631abef0
  3299. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631abf30
  3300. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631abf30
  3301. --- trap 0x400000, rip = 0x10000000002000, rsp = 0x77ffffffddffffff, rbp = 0xfffeffffffffdf7f ---
  3302.  
  3303. Tracing command ng_queue pid 13 tid 100048 td 0xfffffe00093471e0
  3304. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631a6de0
  3305. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631a6e00
  3306. _sleep() at _sleep+0x1f0/frame 0xfffffe00631a6e80
  3307. ngthread() at ngthread+0xbc/frame 0xfffffe00631a6ef0
  3308. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631a6f30
  3309. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631a6f30
  3310. --- trap 0xa000040, rip = 0x80000200000000, rsp = 0xffffffffffffffdd, rbp = 0xffffffffffbfffdf ---
  3311. ??() at 0x80000200000000/frame 0xffffffffffbfffdf
  3312. KDB: reentering
  3313. KDB: stack backtrace:
  3314. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3315. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3316. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3317. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3318. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3319. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3320. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3321. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3322. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3323. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3324. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3325. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3326. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3327. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3328. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3329. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3330. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3331. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3332. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3333. panic() at panic+0x43/frame 0xfffffe00631bab20
  3334. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3335. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3336. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3337. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3338. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3339. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3340. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3341. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3342. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3343. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3344. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3345. *** error reading from address ffffffffffbfffe7 ***
  3346. KDB: reentering
  3347. KDB: stack backtrace:
  3348. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3349. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3350. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3351. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3352. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3353. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3354. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3355. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3356. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3357. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3358. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3359. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3360. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3361. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3362. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3363. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3364. panic() at panic+0x43/frame 0xfffffe00631bab20
  3365. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3366. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3367. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3368. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3369. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3370. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3371. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3372. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3373. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3374. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3375. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3376.  
  3377. Tracing command geom pid 14 tid 100050 td 0xfffffe000934d740
  3378. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063200e10
  3379. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063200e30
  3380. _sleep() at _sleep+0x1f0/frame 0xfffffe0063200eb0
  3381. g_run_events() at g_run_events+0x5c/frame 0xfffffe0063200ef0
  3382. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063200f30
  3383. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063200f30
  3384. --- trap 0x10061, rip = 0x200000051, rsp = 0xfffff7feffffbfde, rbp = 0xfffffffffffffb3e ---
  3385.  
  3386. Tracing command geom pid 14 tid 100051 td 0xfffffe000934d020
  3387. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631fbe00
  3388. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631fbe20
  3389. _sleep() at _sleep+0x1f0/frame 0xfffffe00631fbea0
  3390. g_io_schedule_up() at g_io_schedule_up+0x5c/frame 0xfffffe00631fbee0
  3391. g_up_procbody() at g_up_procbody+0x6c/frame 0xfffffe00631fbef0
  3392. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631fbf30
  3393. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631fbf30
  3394. --- trap 0x70, rip = 0x2008f8, rsp = 0xffffffffffdfffde, rbp = 0xffffffdfffffff8e ---
  3395. kernload() at kernload+0x8f8/frame 0xffffffdfffffff8e
  3396. KDB: reentering
  3397. KDB: stack backtrace:
  3398. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3399. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3400. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3401. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3402. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3403. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3404. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3405. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3406. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3407. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3408. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3409. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3410. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3411. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3412. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3413. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3414. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3415. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3416. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3417. panic() at panic+0x43/frame 0xfffffe00631bab20
  3418. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3419. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3420. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3421. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3422. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3423. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3424. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3425. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3426. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3427. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3428. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3429. *** error reading from address ffffffdfffffff96 ***
  3430. KDB: reentering
  3431. KDB: stack backtrace:
  3432. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3433. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3434. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3435. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3436. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3437. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3438. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3439. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3440. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3441. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3442. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3443. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3444. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3445. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3446. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3447. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3448. panic() at panic+0x43/frame 0xfffffe00631bab20
  3449. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3450. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3451. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3452. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3453. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3454. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3455. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3456. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3457. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3458. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3459. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3460.  
  3461. Tracing command geom pid 14 tid 100052 td 0xfffffe000934c900
  3462. sched_switch() at sched_switch+0x88a/frame 0xfffffe00631f6e00
  3463. mi_switch() at mi_switch+0xbb/frame 0xfffffe00631f6e20
  3464. _sleep() at _sleep+0x1f0/frame 0xfffffe00631f6ea0
  3465. g_io_schedule_down() at g_io_schedule_down+0x4c/frame 0xfffffe00631f6ee0
  3466. g_down_procbody() at g_down_procbody+0x6c/frame 0xfffffe00631f6ef0
  3467. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631f6f30
  3468. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631f6f30
  3469. --- trap 0x109, rip = 0, rsp = 0xffffffffffbfff6a, rbp = 0xffffffffffffff59 ---
  3470.  
  3471. Tracing command sequencer 00 pid 15 tid 100063 td 0xfffffe0009386e40
  3472. sched_switch() at sched_switch+0x88a/frame 0xfffffe006320fe00
  3473. mi_switch() at mi_switch+0xbb/frame 0xfffffe006320fe20
  3474. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006320fe70
  3475. seq_eventthread() at seq_eventthread+0xbc/frame 0xfffffe006320fef0
  3476. fork_exit() at fork_exit+0x7f/frame 0xfffffe006320ff30
  3477. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006320ff30
  3478. --- trap 0x2080044, rip = 0x1000040035, rsp = 0xffefffffffffffef, rbp = 0xfffffffffddbffff ---
  3479. ??() at 0x1000040035/frame 0xfffffffffddbffff
  3480. KDB: reentering
  3481. KDB: stack backtrace:
  3482. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3483. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3484. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3485. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3486. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3487. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3488. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3489. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3490. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3491. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3492. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3493. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3494. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3495. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3496. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3497. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3498. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3499. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3500. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3501. panic() at panic+0x43/frame 0xfffffe00631bab20
  3502. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3503. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3504. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3505. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3506. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3507. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3508. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3509. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3510. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3511. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3512. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3513. *** error reading from address fffffffffddc0007 ***
  3514. KDB: reentering
  3515. KDB: stack backtrace:
  3516. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3517. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3518. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3519. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3520. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3521. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3522. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3523. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3524. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3525. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3526. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3527. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3528. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3529. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3530. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3531. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3532. panic() at panic+0x43/frame 0xfffffe00631bab20
  3533. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3534. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3535. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3536. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3537. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3538. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3539. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3540. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3541. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3542. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3543. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3544.  
  3545. Tracing command usb pid 16 tid 100068 td 0xfffffe00093ca000
  3546. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063273e40
  3547. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063273e60
  3548. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063273eb0
  3549. usb_process() at usb_process+0xc0/frame 0xfffffe0063273ef0
  3550. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063273f30
  3551. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063273f30
  3552. --- trap 0x80800, rip = 0x190001, rsp = 0xfff7ffffffffffff, rbp = 0xfdfffdf7fffbfeff ---
  3553.  
  3554. Tracing command usb pid 16 tid 100069 td 0xfffffe00093a7740
  3555. sched_switch() at sched_switch+0x88a/frame 0xfffffe006326ee40
  3556. mi_switch() at mi_switch+0xbb/frame 0xfffffe006326ee60
  3557. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006326eeb0
  3558. usb_process() at usb_process+0xc0/frame 0xfffffe006326eef0
  3559. fork_exit() at fork_exit+0x7f/frame 0xfffffe006326ef30
  3560. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006326ef30
  3561. --- trap 0xd, rip = 0x480025, rsp = 0xfffffffeff77fb72, rbp = 0xffffffffffffffbf ---
  3562.  
  3563. Tracing command usb pid 16 tid 100070 td 0xfffffe00093a7020
  3564. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063269e40
  3565. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063269e60
  3566. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063269eb0
  3567. usb_process() at usb_process+0xc0/frame 0xfffffe0063269ef0
  3568. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063269f30
  3569. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063269f30
  3570. --- trap 0x400016, rip = 0x4000002200012, rsp = 0xffffffffffffffe9, rbp = 0xfffffffffff7f7e3 ---
  3571. ??() at 0x4000002200012/frame 0xfffffffffff7f7e3
  3572. KDB: reentering
  3573. KDB: stack backtrace:
  3574. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3575. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3576. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3577. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3578. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3579. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3580. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3581. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3582. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3583. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3584. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3585. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3586. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3587. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3588. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3589. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3590. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3591. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3592. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3593. panic() at panic+0x43/frame 0xfffffe00631bab20
  3594. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3595. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3596. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3597. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3598. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3599. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3600. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3601. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3602. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3603. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3604. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3605. *** error reading from address fffffffffff7f7eb ***
  3606. KDB: reentering
  3607. KDB: stack backtrace:
  3608. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3609. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3610. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3611. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3612. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3613. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3614. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3615. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3616. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3617. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3618. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3619. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3620. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3621. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3622. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3623. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3624. panic() at panic+0x43/frame 0xfffffe00631bab20
  3625. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3626. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3627. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3628. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3629. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3630. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3631. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3632. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3633. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3634. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3635. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3636.  
  3637. Tracing command usb pid 16 tid 100071 td 0xfffffe00093a6900
  3638. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063264e40
  3639. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063264e60
  3640. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063264eb0
  3641. usb_process() at usb_process+0xc0/frame 0xfffffe0063264ef0
  3642. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063264f30
  3643. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063264f30
  3644. --- trap 0x1004e, rip = 0x100003, rsp = 0xfffffeffffffffe7, rbp = 0xfffffffffff7fff0 ---
  3645. _binary_elf_vdso_so_1_size() at 0x100003/frame 0xfffffffffff7fff0
  3646. KDB: reentering
  3647. KDB: stack backtrace:
  3648. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3649. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3650. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3651. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3652. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3653. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3654. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3655. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3656. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3657. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3658. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3659. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3660. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3661. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3662. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3663. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3664. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3665. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3666. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3667. panic() at panic+0x43/frame 0xfffffe00631bab20
  3668. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3669. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3670. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3671. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3672. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3673. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3674. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3675. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3676. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3677. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3678. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3679. *** error reading from address fffffffffff7fff8 ***
  3680. KDB: reentering
  3681. KDB: stack backtrace:
  3682. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3683. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3684. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3685. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3686. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3687. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3688. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3689. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3690. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3691. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3692. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3693. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3694. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3695. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3696. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3697. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3698. panic() at panic+0x43/frame 0xfffffe00631bab20
  3699. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3700. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3701. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3702. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3703. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3704. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3705. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3706. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3707. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3708. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3709. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3710.  
  3711. Tracing command usb pid 16 tid 100072 td 0xfffffe00093a61e0
  3712. sched_switch() at sched_switch+0x88a/frame 0xfffffe006325fe40
  3713. mi_switch() at mi_switch+0xbb/frame 0xfffffe006325fe60
  3714. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006325feb0
  3715. usb_process() at usb_process+0xc0/frame 0xfffffe006325fef0
  3716. fork_exit() at fork_exit+0x7f/frame 0xfffffe006325ff30
  3717. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006325ff30
  3718. --- trap 0x2, rip = 0x10000000000000, rsp = 0xffffffffeefffffd, rbp = 0xffefffffffffffff ---
  3719.  
  3720. Tracing command usb pid 16 tid 100074 td 0xfffffe00093ce740
  3721. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632a5e40
  3722. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632a5e60
  3723. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632a5eb0
  3724. usb_process() at usb_process+0xc0/frame 0xfffffe00632a5ef0
  3725. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632a5f30
  3726. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632a5f30
  3727. --- trap 0x4000e2, rip = 0x80000100072, rsp = 0xffffff9fff7ffffd, rbp = 0xffffffffffffffeb ---
  3728.  
  3729. Tracing command usb pid 16 tid 100075 td 0xfffffe00093ce020
  3730. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632a0e40
  3731. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632a0e60
  3732. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632a0eb0
  3733. usb_process() at usb_process+0xc0/frame 0xfffffe00632a0ef0
  3734. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632a0f30
  3735. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632a0f30
  3736. --- trap 0x6e, rip = 0x60000000c8, rsp = 0xff7fffffffffff44, rbp = 0xfffffff7fffdbf7f ---
  3737. ??() at 0x60000000c8/frame 0xfffffff7fffdbf7f
  3738. KDB: reentering
  3739. KDB: stack backtrace:
  3740. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3741. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3742. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3743. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3744. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3745. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3746. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3747. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3748. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3749. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3750. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3751. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3752. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3753. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3754. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3755. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3756. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3757. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3758. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3759. panic() at panic+0x43/frame 0xfffffe00631bab20
  3760. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3761. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3762. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3763. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3764. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3765. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3766. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3767. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3768. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3769. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3770. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3771. *** error reading from address fffffff7fffdbf87 ***
  3772. KDB: reentering
  3773. KDB: stack backtrace:
  3774. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3775. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3776. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3777. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3778. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3779. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3780. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3781. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3782. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3783. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3784. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3785. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3786. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3787. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3788. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3789. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3790. panic() at panic+0x43/frame 0xfffffe00631bab20
  3791. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3792. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3793. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3794. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3795. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3796. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3797. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3798. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3799. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3800. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3801. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3802.  
  3803. Tracing command usb pid 16 tid 100076 td 0xfffffe00093cd900
  3804. sched_switch() at sched_switch+0x88a/frame 0xfffffe006329be40
  3805. mi_switch() at mi_switch+0xbb/frame 0xfffffe006329be60
  3806. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006329beb0
  3807. usb_process() at usb_process+0xc0/frame 0xfffffe006329bef0
  3808. fork_exit() at fork_exit+0x7f/frame 0xfffffe006329bf30
  3809. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006329bf30
  3810. --- trap 0x4000, rip = 0x100000004100010, rsp = 0xff6fffffffffffff, rbp = 0xffffffffeff7efff ---
  3811. ??() at 0x100000004100010/frame 0xffffffffeff7efff
  3812. KDB: reentering
  3813. KDB: stack backtrace:
  3814. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3815. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3816. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3817. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3818. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3819. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3820. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3821. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3822. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3823. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3824. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3825. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3826. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3827. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3828. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3829. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3830. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3831. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3832. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3833. panic() at panic+0x43/frame 0xfffffe00631bab20
  3834. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3835. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3836. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3837. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3838. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3839. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3840. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3841. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3842. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3843. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3844. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3845. *** error reading from address ffffffffeff7f007 ***
  3846. KDB: reentering
  3847. KDB: stack backtrace:
  3848. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3849. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3850. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3851. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  3852. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3853. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3854. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3855. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3856. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3857. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3858. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3859. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3860. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3861. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3862. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3863. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3864. panic() at panic+0x43/frame 0xfffffe00631bab20
  3865. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3866. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3867. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3868. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3869. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3870. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3871. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3872. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3873. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3874. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3875. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3876.  
  3877. Tracing command usb pid 16 tid 100077 td 0xfffffe00093cd1e0
  3878. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063296e40
  3879. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063296e60
  3880. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063296eb0
  3881. usb_process() at usb_process+0xc0/frame 0xfffffe0063296ef0
  3882. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063296f30
  3883. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063296f30
  3884. --- trap 0x80000, rip = 0x40000000040000, rsp = 0xffffffffffffffff, rbp = 0xfddefffefefbffff ---
  3885.  
  3886. Tracing command usb pid 16 tid 100078 td 0xfffffe00093ccac0
  3887. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063291e40
  3888. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063291e60
  3889. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063291eb0
  3890. usb_process() at usb_process+0xc0/frame 0xfffffe0063291ef0
  3891. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063291f30
  3892. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063291f30
  3893. --- trap 0, rip = 0x81000000000000, rsp = 0xffffffdfffcfffff, rbp = 0xfffffffffffffffe ---
  3894.  
  3895. Tracing command usb pid 16 tid 100080 td 0xfffffe00093cbc80
  3896. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063287e40
  3897. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063287e60
  3898. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063287eb0
  3899. usb_process() at usb_process+0xc0/frame 0xfffffe0063287ef0
  3900. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063287f30
  3901. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063287f30
  3902. --- trap 0x2080000, rip = 0x100000000000000, rsp = 0xffffffffffefffff, rbp = 0xfffffffffffffeff ---
  3903.  
  3904. Tracing command usb pid 16 tid 100081 td 0xfffffe00093cb560
  3905. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063282e40
  3906. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063282e60
  3907. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063282eb0
  3908. usb_process() at usb_process+0xc0/frame 0xfffffe0063282ef0
  3909. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063282f30
  3910. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063282f30
  3911. --- trap 0x10, rip = 0x2000000000, rsp = 0xffffffffffffffff, rbp = 0xffffffffffffffff ---
  3912.  
  3913. Tracing command usb pid 16 tid 100082 td 0xfffffe00638a81e0
  3914. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632cde40
  3915. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632cde60
  3916. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632cdeb0
  3917. usb_process() at usb_process+0xc0/frame 0xfffffe00632cdef0
  3918. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632cdf30
  3919. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632cdf30
  3920. --- trap 0x4, rip = 0x80000000060, rsp = 0xff7fffffffbfff4f, rbp = 0xffffffff7ffffffd ---
  3921. ??() at 0x80000000060/frame 0xffffffff7ffffffd
  3922. KDB: reentering
  3923. KDB: stack backtrace:
  3924. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  3925. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  3926. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  3927. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  3928. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  3929. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  3930. db_backtrace() at db_backtrace+0x1eb/frame 0xfffffe00631ba360
  3931. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3932. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3933. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3934. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3935. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3936. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3937. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3938. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3939. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3940. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3941. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3942. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3943. panic() at panic+0x43/frame 0xfffffe00631bab20
  3944. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3945. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3946. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3947. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3948. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3949. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3950. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3951. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3952. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3953. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3954. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3955. *** error reading from address ffffffff7ffffffd ***
  3956. KDB: reentering
  3957. KDB: stack backtrace:
  3958. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  3959. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  3960. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  3961. db_backtrace() at db_backtrace+0x1eb/frame 0xfffffe00631ba360
  3962. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  3963. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  3964. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  3965. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  3966. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  3967. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  3968. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  3969. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  3970. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  3971. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  3972. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  3973. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  3974. panic() at panic+0x43/frame 0xfffffe00631bab20
  3975. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  3976. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  3977. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  3978. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  3979. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  3980. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  3981. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  3982. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  3983. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  3984. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  3985. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  3986.  
  3987. Tracing command usb pid 16 tid 100083 td 0xfffffe00638a7ac0
  3988. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632c8e40
  3989. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632c8e60
  3990. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632c8eb0
  3991. usb_process() at usb_process+0xc0/frame 0xfffffe00632c8ef0
  3992. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632c8f30
  3993. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632c8f30
  3994. --- trap 0x18, rip = 0x60, rsp = 0xffffffffffffffff, rbp = 0xfffdfffffff7dffc ---
  3995.  
  3996. Tracing command usb pid 16 tid 100084 td 0xfffffe00638a73a0
  3997. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632c3e40
  3998. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632c3e60
  3999. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632c3eb0
  4000. usb_process() at usb_process+0xc0/frame 0xfffffe00632c3ef0
  4001. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632c3f30
  4002. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632c3f30
  4003. --- trap 0x4010, rip = 0x40000000001, rsp = 0xffbdfffffbffffb6, rbp = 0xfffffffffff7ffff ---
  4004. ??() at 0x40000000001/frame 0xfffffffffff7ffff
  4005. KDB: reentering
  4006. KDB: stack backtrace:
  4007. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4008. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4009. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4010. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4011. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4012. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4013. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4014. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4015. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4016. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4017. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4018. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4019. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4020. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4021. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4022. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4023. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4024. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4025. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4026. panic() at panic+0x43/frame 0xfffffe00631bab20
  4027. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4028. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4029. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4030. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4031. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4032. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4033. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4034. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4035. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4036. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4037. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4038. *** error reading from address fffffffffff80007 ***
  4039. KDB: reentering
  4040. KDB: stack backtrace:
  4041. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4042. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4043. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4044. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4045. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4046. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4047. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4048. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4049. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4050. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4051. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4052. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4053. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4054. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4055. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4056. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4057. panic() at panic+0x43/frame 0xfffffe00631bab20
  4058. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4059. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4060. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4061. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4062. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4063. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4064. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4065. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4066. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4067. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4068. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4069.  
  4070. Tracing command usb pid 16 tid 100086 td 0xfffffe00638a6560
  4071. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632b9e40
  4072. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632b9e60
  4073. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632b9eb0
  4074. usb_process() at usb_process+0xc0/frame 0xfffffe00632b9ef0
  4075. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632b9f30
  4076. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632b9f30
  4077. --- trap 0x4000, rip = 0x140, rsp = 0xffffffbfffe7ffff, rbp = 0xfffffffffffdfffd ---
  4078. ??() at 0x140/frame 0xfffffffffffdfffd
  4079. KDB: reentering
  4080. KDB: stack backtrace:
  4081. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4082. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4083. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4084. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4085. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4086. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4087. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4088. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4089. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4090. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4091. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4092. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4093. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4094. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4095. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4096. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4097. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4098. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4099. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4100. panic() at panic+0x43/frame 0xfffffe00631bab20
  4101. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4102. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4103. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4104. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4105. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4106. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4107. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4108. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4109. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4110. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4111. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4112. *** error reading from address fffffffffffe0005 ***
  4113. KDB: reentering
  4114. KDB: stack backtrace:
  4115. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4116. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4117. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4118. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4119. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4120. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4121. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4122. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4123. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4124. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4125. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4126. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4127. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4128. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4129. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4130. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4131. panic() at panic+0x43/frame 0xfffffe00631bab20
  4132. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4133. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4134. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4135. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4136. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4137. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4138. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4139. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4140. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4141. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4142. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4143.  
  4144. Tracing command usb pid 16 tid 100087 td 0xfffffe00638a5e40
  4145. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632b4e40
  4146. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632b4e60
  4147. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632b4eb0
  4148. usb_process() at usb_process+0xc0/frame 0xfffffe00632b4ef0
  4149. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632b4f30
  4150. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632b4f30
  4151. --- trap 0x420008, rip = 0x10400000000000, rsp = 0xfeffffffffff7fff, rbp = 0xffffffffffffff7e ---
  4152.  
  4153. Tracing command usb pid 16 tid 100088 td 0xfffffe00638a5720
  4154. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632afe40
  4155. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632afe60
  4156. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632afeb0
  4157. usb_process() at usb_process+0xc0/frame 0xfffffe00632afef0
  4158. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632aff30
  4159. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632aff30
  4160. --- trap 0x40401c, rip = 0x31, rsp = 0xffffffffff7fff76, rbp = 0xffffffffffffff7b ---
  4161.  
  4162. Tracing command usb pid 16 tid 100089 td 0xfffffe00638a5000
  4163. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632aae40
  4164. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632aae60
  4165. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632aaeb0
  4166. usb_process() at usb_process+0xc0/frame 0xfffffe00632aaef0
  4167. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632aaf30
  4168. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632aaf30
  4169. --- trap 0x41002a, rip = 0x20000042000b2, rsp = 0xffffffffffffff67, rbp = 0xffffffefff7fff1a ---
  4170. ??() at 0x20000042000b2/frame 0xffffffefff7fff1a
  4171. KDB: reentering
  4172. KDB: stack backtrace:
  4173. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4174. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4175. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4176. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4177. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4178. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4179. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4180. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4181. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4182. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4183. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4184. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4185. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4186. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4187. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4188. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4189. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4190. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4191. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4192. panic() at panic+0x43/frame 0xfffffe00631bab20
  4193. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4194. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4195. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4196. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4197. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4198. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4199. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4200. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4201. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4202. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4203. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4204. *** error reading from address ffffffefff7fff22 ***
  4205. KDB: reentering
  4206. KDB: stack backtrace:
  4207. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4208. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4209. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4210. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4211. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4212. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4213. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4214. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4215. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4216. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4217. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4218. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4219. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4220. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4221. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4222. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4223. panic() at panic+0x43/frame 0xfffffe00631bab20
  4224. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4225. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4226. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4227. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4228. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4229. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4230. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4231. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4232. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4233. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4234. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4235.  
  4236. Tracing command usb pid 16 tid 100090 td 0xfffffe0068a3ec80
  4237. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632f5e40
  4238. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632f5e60
  4239. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632f5eb0
  4240. usb_process() at usb_process+0xc0/frame 0xfffffe00632f5ef0
  4241. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632f5f30
  4242. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632f5f30
  4243. --- trap 0, rip = 0x1020000000000, rsp = 0x7ffffffffbffffff, rbp = 0xfffeffffffffffff ---
  4244.  
  4245. Tracing command usb pid 16 tid 100096 td 0xfffffe00638a9020
  4246. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632d7e40
  4247. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632d7e60
  4248. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632d7eb0
  4249. usb_process() at usb_process+0xc0/frame 0xfffffe00632d7ef0
  4250. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632d7f30
  4251. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632d7f30
  4252. --- trap 0x4000, rip = 0x20000800000, rsp = 0xffbfffffdffaffff, rbp = 0xfffdbfffffffbfff ---
  4253.  
  4254. Tracing command usb pid 16 tid 100097 td 0xfffffe00638a8900
  4255. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632d2e40
  4256. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632d2e60
  4257. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632d2eb0
  4258. usb_process() at usb_process+0xc0/frame 0xfffffe00632d2ef0
  4259. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632d2f30
  4260. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632d2f30
  4261. --- trap 0x40000, rip = 0x800000100, rsp = 0xfffffffbff7fffff, rbp = 0xffffffffffffffff ---
  4262.  
  4263. Tracing command usb pid 16 tid 100098 td 0xfffffe0068c88720
  4264. sched_switch() at sched_switch+0x88a/frame 0xfffffe006331de40
  4265. mi_switch() at mi_switch+0xbb/frame 0xfffffe006331de60
  4266. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006331deb0
  4267. usb_process() at usb_process+0xc0/frame 0xfffffe006331def0
  4268. fork_exit() at fork_exit+0x7f/frame 0xfffffe006331df30
  4269. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006331df30
  4270. --- trap 0x20000, rip = 0x100, rsp = 0xfffffffff7fbffff, rbp = 0x7fffffff77ffffff ---
  4271.  
  4272. Tracing command usb pid 16 tid 100099 td 0xfffffe0068c88000
  4273. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063318e40
  4274. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063318e60
  4275. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063318eb0
  4276. usb_process() at usb_process+0xc0/frame 0xfffffe0063318ef0
  4277. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063318f30
  4278. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063318f30
  4279. --- trap 0x200000, rip = 0x400000000, rsp = 0xefffffefffffffff, rbp = 0xffffffffffffffff ---
  4280.  
  4281. Tracing command usb pid 16 tid 100100 td 0xfffffe0068a41740
  4282. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063313e40
  4283. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063313e60
  4284. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063313eb0
  4285. usb_process() at usb_process+0xc0/frame 0xfffffe0063313ef0
  4286. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063313f30
  4287. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063313f30
  4288. --- trap 0x540000, rip = 0x4000000000, rsp = 0xfffffffefff7ffff, rbp = 0xfffffffffff5fffe ---
  4289. ??() at 0x4000000000/frame 0xfffffffffff5fffe
  4290. KDB: reentering
  4291. KDB: stack backtrace:
  4292. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4293. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4294. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4295. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4296. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4297. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4298. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4299. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4300. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4301. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4302. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4303. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4304. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4305. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4306. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4307. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4308. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4309. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4310. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4311. panic() at panic+0x43/frame 0xfffffe00631bab20
  4312. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4313. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4314. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4315. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4316. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4317. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4318. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4319. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4320. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4321. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4322. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4323. *** error reading from address fffffffffff60006 ***
  4324. KDB: reentering
  4325. KDB: stack backtrace:
  4326. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4327. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4328. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4329. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4330. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4331. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4332. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4333. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4334. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4335. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4336. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4337. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4338. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4339. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4340. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4341. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4342. panic() at panic+0x43/frame 0xfffffe00631bab20
  4343. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4344. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4345. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4346. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4347. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4348. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4349. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4350. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4351. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4352. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4353. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4354.  
  4355. Tracing command usb pid 16 tid 100101 td 0xfffffe0068a41020
  4356. sched_switch() at sched_switch+0x88a/frame 0xfffffe006330ee40
  4357. mi_switch() at mi_switch+0xbb/frame 0xfffffe006330ee60
  4358. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006330eeb0
  4359. usb_process() at usb_process+0xc0/frame 0xfffffe006330eef0
  4360. fork_exit() at fork_exit+0x7f/frame 0xfffffe006330ef30
  4361. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006330ef30
  4362. --- trap 0x5000080, rip = 0x40200100, rsp = 0xffffffffffffffff, rbp = 0xffffffffffffffff ---
  4363.  
  4364. Tracing command usb pid 16 tid 100102 td 0xfffffe0068a40900
  4365. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063309e40
  4366. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063309e60
  4367. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063309eb0
  4368. usb_process() at usb_process+0xc0/frame 0xfffffe0063309ef0
  4369. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063309f30
  4370. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063309f30
  4371. --- trap 0x8020001, rip = 0x40cc200000100000, rsp = 0xff7fffffffefffff, rbp = 0xffffffffffffefff ---
  4372. ??() at 0x40cc200000100000/frame 0xffffffffffffefff
  4373. KDB: reentering
  4374. KDB: stack backtrace:
  4375. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4376. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4377. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4378. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4379. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4380. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4381. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4382. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4383. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4384. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4385. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4386. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4387. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4388. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4389. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4390. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4391. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4392. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4393. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4394. panic() at panic+0x43/frame 0xfffffe00631bab20
  4395. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4396. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4397. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4398. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4399. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4400. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4401. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4402. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4403. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4404. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4405. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4406. *** error reading from address fffffffffffff007 ***
  4407. KDB: reentering
  4408. KDB: stack backtrace:
  4409. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4410. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4411. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4412. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4413. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4414. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4415. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4416. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4417. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4418. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4419. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4420. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4421. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4422. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4423. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4424. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4425. panic() at panic+0x43/frame 0xfffffe00631bab20
  4426. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4427. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4428. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4429. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4430. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4431. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4432. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4433. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4434. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4435. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4436. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4437.  
  4438. Tracing command usb pid 16 tid 100103 td 0xfffffe0068a401e0
  4439. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063304e40
  4440. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063304e60
  4441. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063304eb0
  4442. usb_process() at usb_process+0xc0/frame 0xfffffe0063304ef0
  4443. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063304f30
  4444. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063304f30
  4445. --- trap 0, rip = 0x20, rsp = 0xffefffffffffffff, rbp = 0xfffeffffffdfffff ---
  4446.  
  4447. Tracing command usb pid 16 tid 100104 td 0xfffffe0068a3fac0
  4448. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632ffe40
  4449. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632ffe60
  4450. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632ffeb0
  4451. usb_process() at usb_process+0xc0/frame 0xfffffe00632ffef0
  4452. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632fff30
  4453. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632fff30
  4454. --- trap 0, rip = 0x1000080100000, rsp = 0xfffdffffffffffaf, rbp = 0xfffeffffbfdfffff ---
  4455.  
  4456. Tracing command usb pid 16 tid 100105 td 0xfffffe0068a3f3a0
  4457. sched_switch() at sched_switch+0x88a/frame 0xfffffe00632fae40
  4458. mi_switch() at mi_switch+0xbb/frame 0xfffffe00632fae60
  4459. _cv_wait() at _cv_wait+0x111/frame 0xfffffe00632faeb0
  4460. usb_process() at usb_process+0xc0/frame 0xfffffe00632faef0
  4461. fork_exit() at fork_exit+0x7f/frame 0xfffffe00632faf30
  4462. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00632faf30
  4463. --- trap 0, rip = 0x100080, rsp = 0xffefffffbfffffff, rbp = 0xffffffffffbfffff ---
  4464. _binary_elf_vdso_so_1_size() at 0x100080/frame 0xffffffffffbfffff
  4465. KDB: reentering
  4466. KDB: stack backtrace:
  4467. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4468. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4469. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4470. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4471. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4472. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4473. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4474. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4475. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4476. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4477. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4478. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4479. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4480. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4481. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4482. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4483. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4484. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4485. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4486. panic() at panic+0x43/frame 0xfffffe00631bab20
  4487. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4488. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4489. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4490. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4491. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4492. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4493. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4494. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4495. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4496. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4497. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4498. *** error reading from address ffffffffffc00007 ***
  4499. KDB: reentering
  4500. KDB: stack backtrace:
  4501. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4502. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4503. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4504. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4505. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4506. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4507. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4508. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4509. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4510. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4511. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4512. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4513. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4514. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4515. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4516. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4517. panic() at panic+0x43/frame 0xfffffe00631bab20
  4518. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4519. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4520. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4521. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4522. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4523. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4524. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4525. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4526. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4527. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4528. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4529.  
  4530. Tracing command usb pid 16 tid 100106 td 0xfffffe0068c8c020
  4531. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063345e40
  4532. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063345e60
  4533. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063345eb0
  4534. usb_process() at usb_process+0xc0/frame 0xfffffe0063345ef0
  4535. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063345f30
  4536. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063345f30
  4537. --- trap 0x4000, rip = 0x8004000000010000, rsp = 0xbffff7fffffeffff, rbp = 0xffffbfffffffffff ---
  4538.  
  4539. Tracing command usb pid 16 tid 100107 td 0xfffffe0068c8b900
  4540. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063340e40
  4541. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063340e60
  4542. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063340eb0
  4543. usb_process() at usb_process+0xc0/frame 0xfffffe0063340ef0
  4544. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063340f30
  4545. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063340f30
  4546. --- trap 0x10, rip = 0x4000401000, rsp = 0xffffffffffffffff, rbp = 0xfdffffffffffffff ---
  4547.  
  4548. Tracing command usb pid 16 tid 100108 td 0xfffffe0068c8b1e0
  4549. sched_switch() at sched_switch+0x88a/frame 0xfffffe006333be40
  4550. mi_switch() at mi_switch+0xbb/frame 0xfffffe006333be60
  4551. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006333beb0
  4552. usb_process() at usb_process+0xc0/frame 0xfffffe006333bef0
  4553. fork_exit() at fork_exit+0x7f/frame 0xfffffe006333bf30
  4554. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006333bf30
  4555. --- trap 0x810088, rip = 0x38, rsp = 0xfffffbffffffff9f, rbp = 0xffffffffffefffcf ---
  4556. ??() at 0x38/frame 0xffffffffffefffcf
  4557. KDB: reentering
  4558. KDB: stack backtrace:
  4559. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4560. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4561. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4562. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4563. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4564. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4565. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4566. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4567. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4568. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4569. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4570. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4571. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4572. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4573. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4574. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4575. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4576. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4577. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4578. panic() at panic+0x43/frame 0xfffffe00631bab20
  4579. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4580. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4581. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4582. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4583. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4584. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4585. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4586. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4587. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4588. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4589. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4590. *** error reading from address ffffffffffefffd7 ***
  4591. KDB: reentering
  4592. KDB: stack backtrace:
  4593. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4594. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4595. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4596. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4597. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4598. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4599. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4600. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4601. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4602. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4603. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4604. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4605. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4606. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4607. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4608. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4609. panic() at panic+0x43/frame 0xfffffe00631bab20
  4610. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4611. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4612. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4613. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4614. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4615. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4616. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4617. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4618. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4619. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4620. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4621.  
  4622. Tracing command usb pid 16 tid 100109 td 0xfffffe0068c8aac0
  4623. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063336e40
  4624. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063336e60
  4625. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063336eb0
  4626. usb_process() at usb_process+0xc0/frame 0xfffffe0063336ef0
  4627. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063336f30
  4628. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063336f30
  4629. --- trap 0xcc, rip = 0x200080000029, rsp = 0xffffdfffffffff6f, rbp = 0xfffffffdfffffb1f ---
  4630. ??() at 0x200080000029/frame 0xfffffffdfffffb1f
  4631. KDB: reentering
  4632. KDB: stack backtrace:
  4633. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4634. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4635. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4636. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4637. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4638. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4639. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4640. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4641. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4642. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4643. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4644. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4645. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4646. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4647. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4648. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4649. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4650. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4651. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4652. panic() at panic+0x43/frame 0xfffffe00631bab20
  4653. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4654. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4655. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4656. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4657. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4658. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4659. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4660. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4661. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4662. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4663. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4664. *** error reading from address fffffffdfffffb27 ***
  4665. KDB: reentering
  4666. KDB: stack backtrace:
  4667. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4668. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4669. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4670. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4671. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4672. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4673. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4674. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4675. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4676. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4677. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4678. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4679. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4680. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4681. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4682. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4683. panic() at panic+0x43/frame 0xfffffe00631bab20
  4684. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4685. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4686. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4687. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4688. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4689. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4690. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4691. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4692. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4693. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4694. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4695.  
  4696. Tracing command usb pid 16 tid 100110 td 0xfffffe0068c8a3a0
  4697. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063331e40
  4698. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063331e60
  4699. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063331eb0
  4700. usb_process() at usb_process+0xc0/frame 0xfffffe0063331ef0
  4701. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063331f30
  4702. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063331f30
  4703. --- trap 0x30000000, rip = 0x110094, rsp = 0xfffffffffffdffaf, rbp = 0xffffffffffeffdd7 ---
  4704. _binary_elf_vdso_so_1_size() at 0x110094/frame 0xffffffffffeffdd7
  4705. KDB: reentering
  4706. KDB: stack backtrace:
  4707. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4708. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4709. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4710. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4711. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4712. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4713. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4714. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4715. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4716. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4717. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4718. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4719. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4720. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4721. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4722. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4723. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4724. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4725. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4726. panic() at panic+0x43/frame 0xfffffe00631bab20
  4727. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4728. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4729. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4730. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4731. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4732. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4733. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4734. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4735. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4736. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4737. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4738. *** error reading from address ffffffffffeffddf ***
  4739. KDB: reentering
  4740. KDB: stack backtrace:
  4741. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4742. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4743. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4744. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4745. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4746. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4747. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4748. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4749. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4750. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4751. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4752. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4753. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4754. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4755. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4756. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4757. panic() at panic+0x43/frame 0xfffffe00631bab20
  4758. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4759. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4760. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4761. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4762. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4763. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4764. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4765. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4766. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4767. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4768. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4769.  
  4770. Tracing command usb pid 16 tid 100111 td 0xfffffe0068c89c80
  4771. sched_switch() at sched_switch+0x88a/frame 0xfffffe006332ce40
  4772. mi_switch() at mi_switch+0xbb/frame 0xfffffe006332ce60
  4773. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006332ceb0
  4774. usb_process() at usb_process+0xc0/frame 0xfffffe006332cef0
  4775. fork_exit() at fork_exit+0x7f/frame 0xfffffe006332cf30
  4776. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006332cf30
  4777. --- trap 0x2000, rip = 0x10000, rsp = 0xffffffffffefd7ff, rbp = 0xffffffffffffffff ---
  4778.  
  4779. Tracing command usb pid 16 tid 100112 td 0xfffffe0068c89560
  4780. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063327e40
  4781. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063327e60
  4782. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063327eb0
  4783. usb_process() at usb_process+0xc0/frame 0xfffffe0063327ef0
  4784. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063327f30
  4785. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063327f30
  4786. --- trap 0x800004, rip = 0x40000200002, rsp = 0x7ffffbffffefef7f, rbp = 0xfffeffffff9fffff ---
  4787.  
  4788. Tracing command usb pid 16 tid 100113 td 0xfffffe0068c88e40
  4789. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063322e40
  4790. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063322e60
  4791. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063322eb0
  4792. usb_process() at usb_process+0xc0/frame 0xfffffe0063322ef0
  4793. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063322f30
  4794. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063322f30
  4795. --- trap 0x240000, rip = 0x800000, rsp = 0xfff7ffffffff7fff, rbp = 0xfffffffffff7ff7f ---
  4796. kernload() at 0x800000/frame 0xfffffffffff7ff7f
  4797. KDB: reentering
  4798. KDB: stack backtrace:
  4799. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4800. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4801. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4802. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4803. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4804. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4805. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4806. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4807. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4808. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4809. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4810. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4811. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4812. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4813. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4814. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4815. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4816. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4817. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4818. panic() at panic+0x43/frame 0xfffffe00631bab20
  4819. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4820. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4821. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4822. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4823. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4824. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4825. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4826. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4827. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4828. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4829. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4830. *** error reading from address fffffffffff7ff87 ***
  4831. KDB: reentering
  4832. KDB: stack backtrace:
  4833. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4834. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4835. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4836. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4837. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4838. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4839. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4840. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4841. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4842. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4843. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4844. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4845. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4846. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4847. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4848. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4849. panic() at panic+0x43/frame 0xfffffe00631bab20
  4850. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4851. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4852. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4853. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4854. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4855. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4856. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4857. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4858. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4859. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4860. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4861.  
  4862. Tracing command usb pid 16 tid 100114 td 0xfffffe006914eac0
  4863. sched_switch() at sched_switch+0x88a/frame 0xfffffe006336de40
  4864. mi_switch() at mi_switch+0xbb/frame 0xfffffe006336de60
  4865. _cv_wait() at _cv_wait+0x111/frame 0xfffffe006336deb0
  4866. usb_process() at usb_process+0xc0/frame 0xfffffe006336def0
  4867. fork_exit() at fork_exit+0x7f/frame 0xfffffe006336df30
  4868. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006336df30
  4869. --- trap 0, rip = 0, rsp = 0xfff7f7ffffffffff, rbp = 0xffedffffffffffff ---
  4870.  
  4871. Tracing command usb pid 16 tid 100115 td 0xfffffe006914e3a0
  4872. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063368e40
  4873. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063368e60
  4874. _cv_wait() at _cv_wait+0x111/frame 0xfffffe0063368eb0
  4875. usb_process() at usb_process+0xc0/frame 0xfffffe0063368ef0
  4876. fork_exit() at fork_exit+0x7f/frame 0xfffffe0063368f30
  4877. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0063368f30
  4878. --- trap 0, rip = 0x20, rsp = 0xffffdfffffffffff, rbp = 0xfffffffdefffffff ---
  4879. ??() at 0x20/frame 0xfffffffdefffffff
  4880. KDB: reentering
  4881. KDB: stack backtrace:
  4882. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba130
  4883. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba140
  4884. calltrap() at calltrap+0x8/frame 0xfffffe00631ba140
  4885. --- trap 0xc, rip = 0xffffffff81268820, rsp = 0xfffffe00631ba210, rbp = 0xfffffe00631ba2a0 ---
  4886. db_read_bytes() at db_read_bytes+0xa0/frame 0xfffffe00631ba2a0
  4887. db_get_value() at db_get_value+0x31/frame 0xfffffe00631ba2e0
  4888. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4889. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4890. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4891. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4892. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4893. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4894. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4895. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4896. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4897. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4898. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4899. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4900. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4901. panic() at panic+0x43/frame 0xfffffe00631bab20
  4902. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4903. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4904. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4905. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4906. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4907. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4908. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4909. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4910. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4911. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4912. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4913. *** error reading from address fffffffdf0000007 ***
  4914. KDB: reentering
  4915. KDB: stack backtrace:
  4916. db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00631ba290
  4917. kdb_reenter() at kdb_reenter+0x2c/frame 0xfffffe00631ba2a0
  4918. db_get_value() at db_get_value+0x4b/frame 0xfffffe00631ba2e0
  4919. db_backtrace() at db_backtrace+0x1d9/frame 0xfffffe00631ba360
  4920. db_trace_thread() at db_trace_thread+0x3a/frame 0xfffffe00631ba380
  4921. _db_stack_trace_all() at _db_stack_trace_all+0xfd/frame 0xfffffe00631ba420
  4922. db_command() at db_command+0x382/frame 0xfffffe00631ba4e0
  4923. db_script_exec() at db_script_exec+0x1a8/frame 0xfffffe00631ba580
  4924. db_script_kdbenter() at db_script_kdbenter+0x55/frame 0xfffffe00631ba5c0
  4925. db_trap() at db_trap+0xe1/frame 0xfffffe00631ba650
  4926. kdb_trap() at kdb_trap+0x218/frame 0xfffffe00631ba7a0
  4927. trap() at trap+0x82d/frame 0xfffffe00631ba8c0
  4928. calltrap() at calltrap+0x8/frame 0xfffffe00631ba8c0
  4929. --- trap 0x3, rip = 0xffffffff80d32342, rsp = 0xfffffe00631ba990, rbp = 0xfffffe00631ba990 ---
  4930. kdb_enter() at kdb_enter+0x32/frame 0xfffffe00631ba990
  4931. vpanic() at vpanic+0x163/frame 0xfffffe00631baac0
  4932. panic() at panic+0x43/frame 0xfffffe00631bab20
  4933. trap_fatal() at trap_fatal+0x40c/frame 0xfffffe00631bab80
  4934. trap_pfault() at trap_pfault+0x4f/frame 0xfffffe00631babe0
  4935. calltrap() at calltrap+0x8/frame 0xfffffe00631babe0
  4936. --- trap 0xc, rip = 0xffffffff80f48ba5, rsp = 0xfffffe00631bacb0, rbp = 0xfffffe00631bad10 ---
  4937. ip6_tryforward() at ip6_tryforward+0x3a5/frame 0xfffffe00631bad10
  4938. ip6_input() at ip6_input+0x5d5/frame 0xfffffe00631badf0
  4939. swi_net() at swi_net+0x128/frame 0xfffffe00631bae60
  4940. ithread_loop() at ithread_loop+0x257/frame 0xfffffe00631baef0
  4941. fork_exit() at fork_exit+0x7f/frame 0xfffffe00631baf30
  4942. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00631baf30
  4943. --- trap 0x20800040, rip = 0x800000000000000, rsp = 0xff7ffffffffeffff, rbp = 0xfefffffffffbffff ---
  4944.  
  4945. Tracing command bufdaemon pid 17 tid 100148 td 0xfffffe006916a740
  4946. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba37dc0
  4947. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba37de0
  4948. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006ba37e20
  4949. _sleep() at _sleep+0x1d0/frame 0xfffffe006ba37ea0
  4950. buf_daemon() at buf_daemon+0x131/frame 0xfffffe006ba37ef0
  4951. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba37f30
  4952. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba37f30
  4953. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  4954. kernload() at 0x1430000/frame 0xffffffff813adcae
  4955.  
  4956. Tracing command bufdaemon pid 17 tid 100154 td 0xfffffe006d3fb000
  4957. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb74da0
  4958. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb74dc0
  4959. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006bb74e00
  4960. _sleep() at _sleep+0x1d0/frame 0xfffffe006bb74e80
  4961. bufspace_daemon() at bufspace_daemon+0x33d/frame 0xfffffe006bb74ef0
  4962. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bb74f30
  4963. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bb74f30
  4964. --- trap 0x1430000, rip = 0xffffffff813adcae, rsp = 0, rbp = 0 ---
  4965. bwi_default_led_act() at 0xffffffff813adcae
  4966.  
  4967. Tracing command bufdaemon pid 17 tid 100155 td 0xfffffe006b9c2740
  4968. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb6fda0
  4969. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb6fdc0
  4970. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006bb6fe00
  4971. _sleep() at _sleep+0x1d0/frame 0xfffffe006bb6fe80
  4972. bufspace_daemon() at bufspace_daemon+0x33d/frame 0xfffffe006bb6fef0
  4973. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bb6ff30
  4974. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bb6ff30
  4975. --- trap 0x1430000, rip = 0xffffffff813adcae, rsp = 0, rbp = 0 ---
  4976. bwi_default_led_act() at 0xffffffff813adcae
  4977.  
  4978. Tracing command bufdaemon pid 17 tid 100162 td 0xfffffe006b9c11e0
  4979. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb60dd0
  4980. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb60df0
  4981. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006bb60e30
  4982. _sleep() at _sleep+0x1d0/frame 0xfffffe006bb60eb0
  4983. softdep_flush() at softdep_flush+0x1a1/frame 0xfffffe006bb60ef0
  4984. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bb60f30
  4985. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bb60f30
  4986. --- trap 0xc, rip = 0x8259ef40a, rsp = 0x8205b2368, rbp = 0x8205b2380 ---
  4987.  
  4988. Tracing command vnlru pid 18 tid 100149 td 0xfffffe006916a020
  4989. sched_switch() at sched_switch+0x88a/frame 0xfffffe006ba32d70
  4990. mi_switch() at mi_switch+0xbb/frame 0xfffffe006ba32d90
  4991. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006ba32dd0
  4992. _sleep() at _sleep+0x1d0/frame 0xfffffe006ba32e50
  4993. vnlru_proc() at vnlru_proc+0xa90/frame 0xfffffe006ba32ef0
  4994. fork_exit() at fork_exit+0x7f/frame 0xfffffe006ba32f30
  4995. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006ba32f30
  4996. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  4997. kernload() at 0x1430000/frame 0xffffffff813adcae
  4998.  
  4999. Tracing command syncer pid 19 tid 100150 td 0xfffffe006d3fbe40
  5000. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb7edb0
  5001. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb7edd0
  5002. sleepq_timedwait() at sleepq_timedwait+0x2f/frame 0xfffffe006bb7ee10
  5003. _cv_timedwait_sbt() at _cv_timedwait_sbt+0x10c/frame 0xfffffe006bb7ee60
  5004. sched_sync() at sched_sync+0x7fe/frame 0xfffffe006bb7eef0
  5005. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bb7ef30
  5006. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bb7ef30
  5007. --- trap 0x1430000, rip = 0xffffffff813adcae, rsp = 0, rbp = 0 ---
  5008. bwi_default_led_act() at 0xffffffff813adcae
  5009.  
  5010. Tracing command ALQ Daemon pid 20 tid 100151 td 0xfffffe006d3fb720
  5011. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb79e10
  5012. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb79e30
  5013. _sleep() at _sleep+0x1f0/frame 0xfffffe006bb79eb0
  5014. ald_daemon() at ald_daemon+0xac/frame 0xfffffe006bb79ef0
  5015. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bb79f30
  5016. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bb79f30
  5017. --- trap 0x1430000, rip = 0xffffffff813adcae, rsp = 0, rbp = 0 ---
  5018. bwi_default_led_act() at 0xffffffff813adcae
  5019.  
  5020. Tracing command enc_daemon0 pid 21 tid 100156 td 0xfffffe006d3ff740
  5021. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbaedd0
  5022. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbaedf0
  5023. _sleep() at _sleep+0x1f0/frame 0xfffffe006bbaee70
  5024. enc_daemon() at enc_daemon+0xfd/frame 0xfffffe006bbaeef0
  5025. fork_exit() at fork_exit+0x7f/frame 0xfffffe006bbaef30
  5026. fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe006bbaef30
  5027. --- trap 0, rip = 0x1430000, rsp = 0, rbp = 0xffffffff813adcae ---
  5028. kernload() at 0x1430000/frame 0xffffffff813adcae
  5029.  
  5030. Tracing command getty pid 23 tid 100583 td 0xfffffe008d26de40
  5031. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d72cb60
  5032. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d72cb80
  5033. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d72cbc0
  5034. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d72cbd0
  5035. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d72cc20
  5036. tty_wait() at tty_wait+0x1c/frame 0xfffffe008d72cc40
  5037. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008d72ccb0
  5038. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008d72cce0
  5039. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008d72cd40
  5040. dofileread() at dofileread+0x86/frame 0xfffffe008d72cd90
  5041. sys_read() at sys_read+0xbe/frame 0xfffffe008d72ce00
  5042. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d72cf30
  5043. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d72cf30
  5044. --- syscall (3, FreeBSD ELF64, read), rip = 0x2396aa6d77ea, rsp = 0x2396a947d368, rbp = 0x2396a947d3b0 ---
  5045.  
  5046. Tracing command dpinger pid 65560 tid 100277 td 0xfffffe008d098e40
  5047. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb6eb80
  5048. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb6eba0
  5049. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb6ebe0
  5050. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb6ebf0
  5051. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb6ec70
  5052. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe008cb6ecf0
  5053. do_wait() at do_wait+0x244/frame 0xfffffe008cb6ed70
  5054. __umtx_op_wait() at __umtx_op_wait+0x53/frame 0xfffffe008cb6edc0
  5055. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe008cb6ee00
  5056. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb6ef30
  5057. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb6ef30
  5058. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0x2f39f0434fdc, rsp = 0x2f39ef3402b8, rbp = 0x2f39ef340340 ---
  5059.  
  5060. Tracing command dpinger pid 65560 tid 100414 td 0xfffffe006d3ff020
  5061. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bba9ac0
  5062. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bba9ae0
  5063. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bba9b20
  5064. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bba9b30
  5065. _sleep() at _sleep+0x1e3/frame 0xfffffe006bba9bb0
  5066. sbwait() at sbwait+0x6a/frame 0xfffffe006bba9bd0
  5067. soreceive_generic() at soreceive_generic+0x2ad/frame 0xfffffe006bba9ca0
  5068. soreceive() at soreceive+0x2f/frame 0xfffffe006bba9cc0
  5069. kern_recvit() at kern_recvit+0x14c/frame 0xfffffe006bba9d70
  5070. sys_recvfrom() at sys_recvfrom+0x8f/frame 0xfffffe006bba9e00
  5071. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bba9f30
  5072. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bba9f30
  5073. --- syscall (29, FreeBSD ELF64, recvfrom), rip = 0x2f39f093882a, rsp = 0x2f39f1d3bea8, rbp = 0x2f39f1d3bef0 ---
  5074.  
  5075. Tracing command dpinger pid 65560 tid 100415 td 0xfffffe006d3fdac0
  5076. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb9ac20
  5077. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb9ac40
  5078. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb9ac80
  5079. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bb9acc0
  5080. _sleep() at _sleep+0x1be/frame 0xfffffe006bb9ad40
  5081. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe006bb9adc0
  5082. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe006bb9ae00
  5083. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb9af30
  5084. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb9af30
  5085. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x2f39f09386ea, rsp = 0x2f39f2679f48, rbp = 0x2f39f2679f70 ---
  5086.  
  5087. Tracing command dpinger pid 65560 tid 100416 td 0xfffffe006d3fe1e0
  5088. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb9fc20
  5089. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb9fc40
  5090. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb9fc80
  5091. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bb9fcc0
  5092. _sleep() at _sleep+0x1be/frame 0xfffffe006bb9fd40
  5093. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe006bb9fdc0
  5094. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe006bb9fe00
  5095. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb9ff30
  5096. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb9ff30
  5097. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x2f39f09386ea, rsp = 0x2f39f33d6f18, rbp = 0x2f39f33d6f40 ---
  5098.  
  5099. Tracing command dpinger pid 65560 tid 100417 td 0xfffffe006d3fe900
  5100. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bba4c30
  5101. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bba4c50
  5102. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bba4c90
  5103. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bba4ca0
  5104. _sleep() at _sleep+0x1e3/frame 0xfffffe006bba4d20
  5105. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe006bba4d60
  5106. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe006bba4e00
  5107. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bba4f30
  5108. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bba4f30
  5109. --- syscall (541, FreeBSD ELF64, accept4), rip = 0x2f39f093858a, rsp = 0x2f39f40dfe78, rbp = 0x2f39f40dfeb0 ---
  5110.  
  5111. Tracing command cat pid 55372 tid 100205 td 0xfffffe006d5c1740
  5112. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb5fbe0
  5113. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb5fc00
  5114. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb5fc40
  5115. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb5fc50
  5116. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb5fcd0
  5117. pipe_read() at pipe_read+0x404/frame 0xfffffe008cb5fd40
  5118. dofileread() at dofileread+0x86/frame 0xfffffe008cb5fd90
  5119. sys_read() at sys_read+0xbe/frame 0xfffffe008cb5fe00
  5120. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb5ff30
  5121. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb5ff30
  5122. --- syscall (3, FreeBSD ELF64, read), rip = 0x170db71617ea, rsp = 0x170db578ea88, rbp = 0x170db578ef20 ---
  5123.  
  5124. Tracing command minicron pid 71768 tid 100188 td 0xfffffe006d5bfac0
  5125. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb37a80
  5126. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb37aa0
  5127. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb37ae0
  5128. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb37af0
  5129. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb37b70
  5130. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008cb37c00
  5131. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008cb37e00
  5132. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb37f30
  5133. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb37f30
  5134. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x821d6b9ca, rsp = 0x8203ed4f8, rbp = 0x8203ed540 ---
  5135.  
  5136. Tracing command nginx pid 8294 tid 100395 td 0xfffffe008d208720
  5137. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d676910
  5138. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d676930
  5139. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d676970
  5140. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d676980
  5141. _sleep() at _sleep+0x1e3/frame 0xfffffe008d676a00
  5142. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d676cd0
  5143. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d676d20
  5144. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d676da0
  5145. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d676e00
  5146. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d676f30
  5147. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d676f30
  5148. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5149.  
  5150. Tracing command nginx pid 6281 tid 100187 td 0xfffffe006d5ae1e0
  5151. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb05910
  5152. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb05930
  5153. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb05970
  5154. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb05980
  5155. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb05a00
  5156. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb05cd0
  5157. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb05d20
  5158. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb05da0
  5159. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb05e00
  5160. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb05f30
  5161. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb05f30
  5162. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5163.  
  5164. Tracing command nginx pid 8362 tid 100325 td 0xfffffe008d201020
  5165. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d667910
  5166. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d667930
  5167. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d667970
  5168. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d667980
  5169. _sleep() at _sleep+0x1e3/frame 0xfffffe008d667a00
  5170. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d667cd0
  5171. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d667d20
  5172. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d667da0
  5173. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d667e00
  5174. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d667f30
  5175. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d667f30
  5176. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5177.  
  5178. Tracing command nginx pid 4372 tid 100206 td 0xfffffe008d0ce560
  5179. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbba910
  5180. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbba930
  5181. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbba970
  5182. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbba980
  5183. _sleep() at _sleep+0x1e3/frame 0xfffffe008cbbaa00
  5184. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cbbacd0
  5185. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cbbad20
  5186. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cbbada0
  5187. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cbbae00
  5188. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbbaf30
  5189. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbbaf30
  5190. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5191.  
  5192. Tracing command getty pid 314 tid 100192 td 0xfffffe006d5bde40
  5193. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb23b60
  5194. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb23b80
  5195. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb23bc0
  5196. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb23bd0
  5197. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cb23c20
  5198. tty_wait() at tty_wait+0x1c/frame 0xfffffe008cb23c40
  5199. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008cb23cb0
  5200. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008cb23ce0
  5201. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008cb23d40
  5202. dofileread() at dofileread+0x86/frame 0xfffffe008cb23d90
  5203. sys_read() at sys_read+0xbe/frame 0xfffffe008cb23e00
  5204. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb23f30
  5205. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb23f30
  5206. --- syscall (3, FreeBSD ELF64, read), rip = 0x379fcdf027ea, rsp = 0x379fccc63438, rbp = 0x379fccc63480 ---
  5207.  
  5208. Tracing command dpinger pid 65866 tid 100159 td 0xfffffe006b9c1900
  5209. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb65b80
  5210. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb65ba0
  5211. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb65be0
  5212. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bb65bf0
  5213. _sleep() at _sleep+0x1e3/frame 0xfffffe006bb65c70
  5214. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe006bb65cf0
  5215. do_wait() at do_wait+0x244/frame 0xfffffe006bb65d70
  5216. __umtx_op_wait() at __umtx_op_wait+0x53/frame 0xfffffe006bb65dc0
  5217. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe006bb65e00
  5218. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb65f30
  5219. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb65f30
  5220. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0xd70f22d6fdc, rsp = 0xd70f1895218, rbp = 0xd70f18952a0 ---
  5221.  
  5222. Tracing command dpinger pid 65866 tid 100418 td 0xfffffe008d209560
  5223. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d680ac0
  5224. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d680ae0
  5225. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d680b20
  5226. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d680b30
  5227. _sleep() at _sleep+0x1e3/frame 0xfffffe008d680bb0
  5228. sbwait() at sbwait+0x6a/frame 0xfffffe008d680bd0
  5229. soreceive_generic() at soreceive_generic+0x2ad/frame 0xfffffe008d680ca0
  5230. soreceive() at soreceive+0x2f/frame 0xfffffe008d680cc0
  5231. kern_recvit() at kern_recvit+0x14c/frame 0xfffffe008d680d70
  5232. sys_recvfrom() at sys_recvfrom+0x8f/frame 0xfffffe008d680e00
  5233. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d680f30
  5234. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d680f30
  5235. --- syscall (29, FreeBSD ELF64, recvfrom), rip = 0xd70f2f1982a, rsp = 0xd70f3de4ea8, rbp = 0xd70f3de4ef0 ---
  5236.  
  5237. Tracing command dpinger pid 65866 tid 100419 td 0xfffffe008d0cd000
  5238. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbabc20
  5239. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbabc40
  5240. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbabc80
  5241. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008cbabcc0
  5242. _sleep() at _sleep+0x1be/frame 0xfffffe008cbabd40
  5243. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008cbabdc0
  5244. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008cbabe00
  5245. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbabf30
  5246. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbabf30
  5247. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0xd70f2f196ea, rsp = 0xd70f4cddf48, rbp = 0xd70f4cddf70 ---
  5248.  
  5249. Tracing command dpinger pid 65866 tid 100420 td 0xfffffe008d09c740
  5250. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cba6c20
  5251. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cba6c40
  5252. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cba6c80
  5253. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008cba6cc0
  5254. _sleep() at _sleep+0x1be/frame 0xfffffe008cba6d40
  5255. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008cba6dc0
  5256. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008cba6e00
  5257. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cba6f30
  5258. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cba6f30
  5259. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0xd70f2f196ea, rsp = 0xd70f553cf18, rbp = 0xd70f553cf40 ---
  5260.  
  5261. Tracing command dpinger pid 65866 tid 100421 td 0xfffffe008d09c020
  5262. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cba1c30
  5263. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cba1c50
  5264. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cba1c90
  5265. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cba1ca0
  5266. _sleep() at _sleep+0x1e3/frame 0xfffffe008cba1d20
  5267. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008cba1d60
  5268. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008cba1e00
  5269. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cba1f30
  5270. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cba1f30
  5271. --- syscall (541, FreeBSD ELF64, accept4), rip = 0xd70f2f1958a, rsp = 0xd70f6156e78, rbp = 0xd70f6156eb0 ---
  5272.  
  5273. Tracing command syslogd pid 69976 tid 100189 td 0xfffffe006d5bf3a0
  5274. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb32bd0
  5275. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb32bf0
  5276. _sleep() at _sleep+0x1f0/frame 0xfffffe008cb32c70
  5277. bufobj_wwait() at bufobj_wwait+0x68/frame 0xfffffe008cb32cb0
  5278. ffs_syncvnode() at ffs_syncvnode+0x447/frame 0xfffffe008cb32d40
  5279. ffs_fsync() at ffs_fsync+0x22/frame 0xfffffe008cb32d80
  5280. kern_fsync() at kern_fsync+0x137/frame 0xfffffe008cb32e00
  5281. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb32f30
  5282. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb32f30
  5283. --- syscall (95, FreeBSD ELF64, fsync), rip = 0xfcaf338b66a, rsp = 0xfcaf18d0c88, rbp = 0xfcaf18d1210 ---
  5284.  
  5285. Tracing command sshg-parser pid 55643 tid 100462 td 0xfffffe006d3fd3a0
  5286. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb95be0
  5287. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb95c00
  5288. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb95c40
  5289. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bb95c50
  5290. _sleep() at _sleep+0x1e3/frame 0xfffffe006bb95cd0
  5291. pipe_read() at pipe_read+0x404/frame 0xfffffe006bb95d40
  5292. dofileread() at dofileread+0x86/frame 0xfffffe006bb95d90
  5293. sys_read() at sys_read+0xbe/frame 0xfffffe006bb95e00
  5294. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb95f30
  5295. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb95f30
  5296. --- syscall (3, FreeBSD ELF64, read), rip = 0x822dc07ea, rsp = 0x8213425f8, rbp = 0x821342610 ---
  5297.  
  5298. Tracing command php-fpm pid 367 tid 100161 td 0xfffffe006d47d1e0
  5299. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbd68e0
  5300. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbd6900
  5301. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbd6940
  5302. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bbd6980
  5303. _sleep() at _sleep+0x1be/frame 0xfffffe006bbd6a00
  5304. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe006bbd6cd0
  5305. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe006bbd6d20
  5306. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe006bbd6da0
  5307. sys_kevent() at sys_kevent+0x61/frame 0xfffffe006bbd6e00
  5308. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbd6f30
  5309. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbd6f30
  5310. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x827ed76aa, rsp = 0x8208a7548, rbp = 0x8208a7590 ---
  5311.  
  5312. Tracing command php-fpm pid 368 tid 100186 td 0xfffffe006d5c01e0
  5313. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb3cbd0
  5314. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb3cbf0
  5315. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb3cc30
  5316. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb3cc40
  5317. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb3ccc0
  5318. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008cb3cd00
  5319. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008cb3cda0
  5320. accept1() at accept1+0x5f/frame 0xfffffe008cb3ce00
  5321. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb3cf30
  5322. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb3cf30
  5323. --- syscall (30, FreeBSD ELF64, accept), rip = 0x827ed756a, rsp = 0x8208975a8, rbp = 0x8208975d0 ---
  5324.  
  5325. Tracing command php-fpm pid 369 tid 100185 td 0xfffffe006d5c0900
  5326. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb41bd0
  5327. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb41bf0
  5328. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb41c30
  5329. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb41c40
  5330. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb41cc0
  5331. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008cb41d00
  5332. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008cb41da0
  5333. accept1() at accept1+0x5f/frame 0xfffffe008cb41e00
  5334. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb41f30
  5335. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb41f30
  5336. --- syscall (30, FreeBSD ELF64, accept), rip = 0x827ed756a, rsp = 0x8208975a8, rbp = 0x8208975d0 ---
  5337.  
  5338. Tracing command zabbix_agentd pid 47485 tid 100479 td 0xfffffe008d0d3560
  5339. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d612a80
  5340. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d612aa0
  5341. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d612ae0
  5342. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d612af0
  5343. _sleep() at _sleep+0x1e3/frame 0xfffffe008d612b70
  5344. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008d612c00
  5345. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008d612e00
  5346. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d612f30
  5347. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d612f30
  5348. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x826e289ca, rsp = 0x8211406c8, rbp = 0x821140700 ---
  5349.  
  5350. Tracing command check_reload_status pid 392 tid 100179 td 0xfffffe006d47e740
  5351. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbe5910
  5352. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbe5930
  5353. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbe5970
  5354. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbe5980
  5355. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbe5a00
  5356. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe006bbe5cd0
  5357. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe006bbe5d20
  5358. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe006bbe5da0
  5359. sys_kevent() at sys_kevent+0x61/frame 0xfffffe006bbe5e00
  5360. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbe5f30
  5361. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbe5f30
  5362. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x822e206aa, rsp = 0x8209bcc88, rbp = 0x8209bccd0 ---
  5363.  
  5364. Tracing command check_reload_status pid 394 tid 100176 td 0xfffffe006d5af740
  5365. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb14910
  5366. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb14930
  5367. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb14970
  5368. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb14980
  5369. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb14a00
  5370. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb14cd0
  5371. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb14d20
  5372. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb14da0
  5373. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb14e00
  5374. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb14f30
  5375. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb14f30
  5376. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x822e206aa, rsp = 0x8209bcd98, rbp = 0x8209bcde0 ---
  5377.  
  5378. Tracing command nginx pid 6570 tid 100320 td 0xfffffe008d208e40
  5379. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d67b910
  5380. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d67b930
  5381. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d67b970
  5382. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d67b980
  5383. _sleep() at _sleep+0x1e3/frame 0xfffffe008d67ba00
  5384. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d67bcd0
  5385. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d67bd20
  5386. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d67bda0
  5387. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d67be00
  5388. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d67bf30
  5389. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d67bf30
  5390. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5391.  
  5392. Tracing command staticd pid 39339 tid 100190 td 0xfffffe006d5bec80
  5393. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb2dad0
  5394. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb2daf0
  5395. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb2db30
  5396. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb2db40
  5397. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cb2db90
  5398. seltdwait() at seltdwait+0x9d/frame 0xfffffe008cb2dbd0
  5399. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008cb2dc60
  5400. kern_poll() at kern_poll+0x99/frame 0xfffffe008cb2ddb0
  5401. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008cb2de00
  5402. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb2df30
  5403. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb2df30
  5404. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827d0078a, rsp = 0x821115528, rbp = 0x821115560 ---
  5405.  
  5406. Tracing command sh pid 96688 tid 100465 td 0xfffffe006d3fc560
  5407. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb8ba80
  5408. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb8baa0
  5409. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb8bae0
  5410. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bb8baf0
  5411. _sleep() at _sleep+0x1e3/frame 0xfffffe006bb8bb70
  5412. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe006bb8bc00
  5413. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe006bb8be00
  5414. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb8bf30
  5415. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb8bf30
  5416. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x397f1b0f89ca, rsp = 0x397f17b2d238, rbp = 0x397f17b2d2e0 ---
  5417.  
  5418. Tracing command getty pid 445 tid 100484 td 0xfffffe00093a3e40
  5419. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063246b60
  5420. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063246b80
  5421. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe0063246bc0
  5422. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe0063246bd0
  5423. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe0063246c20
  5424. tty_wait() at tty_wait+0x1c/frame 0xfffffe0063246c40
  5425. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe0063246cb0
  5426. ttydev_read() at ttydev_read+0x52/frame 0xfffffe0063246ce0
  5427. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe0063246d40
  5428. dofileread() at dofileread+0x86/frame 0xfffffe0063246d90
  5429. sys_read() at sys_read+0xbe/frame 0xfffffe0063246e00
  5430. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe0063246f30
  5431. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0063246f30
  5432. --- syscall (3, FreeBSD ELF64, read), rip = 0x2b595ca497ea, rsp = 0x2b595aaebf98, rbp = 0x2b595aaebfe0 ---
  5433.  
  5434. Tracing command sshd pid 10736 tid 100164 td 0xfffffe006b9c0ac0
  5435. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb5baa0
  5436. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb5bac0
  5437. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb5bb00
  5438. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bb5bb40
  5439. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe006bb5bb90
  5440. seltdwait() at seltdwait+0x75/frame 0xfffffe006bb5bbd0
  5441. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe006bb5bc60
  5442. kern_poll() at kern_poll+0x99/frame 0xfffffe006bb5bdb0
  5443. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe006bb5be00
  5444. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb5bf30
  5445. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb5bf30
  5446. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x367076d5578a, rsp = 0x36706f975a08, rbp = 0x36706f975a40 ---
  5447.  
  5448. Tracing command minicron pid 72243 tid 100723 td 0xfffffe008d27eac0
  5449. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d77fc20
  5450. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d77fc40
  5451. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d77fc80
  5452. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d77fcc0
  5453. _sleep() at _sleep+0x1be/frame 0xfffffe008d77fd40
  5454. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d77fdc0
  5455. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d77fe00
  5456. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d77ff30
  5457. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d77ff30
  5458. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x821d6b6ea, rsp = 0x8203ed4a8, rbp = 0x8203ed4f0 ---
  5459.  
  5460. Tracing command nginx pid 4676 tid 100199 td 0xfffffe008d099560
  5461. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb73910
  5462. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb73930
  5463. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb73970
  5464. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb73980
  5465. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb73a00
  5466. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb73cd0
  5467. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb73d20
  5468. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb73da0
  5469. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb73e00
  5470. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb73f30
  5471. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb73f30
  5472. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5473.  
  5474. Tracing command zabbix_agentd pid 47686 tid 100523 td 0xfffffe008d241020
  5475. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d718c20
  5476. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d718c40
  5477. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d718c80
  5478. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d718cc0
  5479. _sleep() at _sleep+0x1be/frame 0xfffffe008d718d40
  5480. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d718dc0
  5481. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d718e00
  5482. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d718f30
  5483. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d718f30
  5484. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x826e286ea, rsp = 0x821140638, rbp = 0x821140660 ---
  5485.  
  5486. Tracing command mgmtd pid 37447 tid 100501 td 0xfffffe008d238720
  5487. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6b9ad0
  5488. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6b9af0
  5489. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6b9b30
  5490. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6b9b40
  5491. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d6b9b90
  5492. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d6b9bd0
  5493. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d6b9c60
  5494. kern_poll() at kern_poll+0x99/frame 0xfffffe008d6b9db0
  5495. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d6b9e00
  5496. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6b9f30
  5497. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6b9f30
  5498. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x82701e78a, rsp = 0x820d589c8, rbp = 0x820d58a00 ---
  5499.  
  5500. Tracing command nginx pid 4687 tid 100303 td 0xfffffe008d1fde40
  5501. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d644910
  5502. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d644930
  5503. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d644970
  5504. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d644980
  5505. _sleep() at _sleep+0x1e3/frame 0xfffffe008d644a00
  5506. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d644cd0
  5507. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d644d20
  5508. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d644da0
  5509. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d644e00
  5510. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d644f30
  5511. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d644f30
  5512. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5513.  
  5514. Tracing command cron pid 82515 tid 100339 td 0xfffffe008d1ffac0
  5515. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d658c20
  5516. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d658c40
  5517. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d658c80
  5518. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d658cc0
  5519. _sleep() at _sleep+0x1be/frame 0xfffffe008d658d40
  5520. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d658dc0
  5521. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d658e00
  5522. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d658f30
  5523. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d658f30
  5524. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x8d6ac3436ea, rsp = 0x8d6aa403cc8, rbp = 0x8d6aa403e50 ---
  5525.  
  5526. Tracing command sshg-blocker pid 55901 tid 100762 td 0xfffffe008d219740
  5527. sched_switch() at sched_switch+0x88a/frame 0xfffffe008da04be0
  5528. mi_switch() at mi_switch+0xbb/frame 0xfffffe008da04c00
  5529. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008da04c40
  5530. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008da04c50
  5531. _sleep() at _sleep+0x1e3/frame 0xfffffe008da04cd0
  5532. pipe_read() at pipe_read+0x404/frame 0xfffffe008da04d40
  5533. dofileread() at dofileread+0x86/frame 0xfffffe008da04d90
  5534. sys_read() at sys_read+0xbe/frame 0xfffffe008da04e00
  5535. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008da04f30
  5536. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008da04f30
  5537. --- syscall (3, FreeBSD ELF64, read), rip = 0x822e2e7ea, rsp = 0x8202a2b08, rbp = 0x8202a2b20 ---
  5538.  
  5539. Tracing command sshg-blocker pid 55901 tid 101614 td 0xfffffe008d23c020
  5540. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6e1c20
  5541. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6e1c40
  5542. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6e1c80
  5543. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d6e1cc0
  5544. _sleep() at _sleep+0x1be/frame 0xfffffe008d6e1d40
  5545. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d6e1dc0
  5546. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d6e1e00
  5547. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6e1f30
  5548. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6e1f30
  5549. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x822e2e6ea, rsp = 0x823c54f08, rbp = 0x823c54f30 ---
  5550.  
  5551. Tracing command devd pid 608 tid 100171 td 0xfffffe006d47a720
  5552. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbb8aa0
  5553. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbb8ac0
  5554. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbb8b00
  5555. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bbb8b40
  5556. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe006bbb8b90
  5557. seltdwait() at seltdwait+0x75/frame 0xfffffe006bbb8bd0
  5558. kern_select() at kern_select+0x95e/frame 0xfffffe006bbb8dc0
  5559. sys_select() at sys_select+0x57/frame 0xfffffe006bbb8e00
  5560. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbb8f30
  5561. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbb8f30
  5562. --- syscall (93, FreeBSD ELF64, select), rip = 0x228c6d8486a, rsp = 0x228c327c478, rbp = 0x228c327e610 ---
  5563.  
  5564. Tracing command nginx pid 6775 tid 100279 td 0xfffffe008d1ff3a0
  5565. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d653910
  5566. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d653930
  5567. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d653970
  5568. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d653980
  5569. _sleep() at _sleep+0x1e3/frame 0xfffffe008d653a00
  5570. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d653cd0
  5571. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d653d20
  5572. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d653da0
  5573. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d653e00
  5574. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d653f30
  5575. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d653f30
  5576. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5577.  
  5578. Tracing command sh pid 55945 tid 100765 td 0xfffffe008d280020
  5579. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d78ea80
  5580. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d78eaa0
  5581. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d78eae0
  5582. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d78eaf0
  5583. _sleep() at _sleep+0x1e3/frame 0xfffffe008d78eb70
  5584. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008d78ec00
  5585. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008d78ee00
  5586. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d78ef30
  5587. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d78ef30
  5588. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x7344bf699ca, rsp = 0x7344b054da8, rbp = 0x7344b054e50 ---
  5589.  
  5590. Tracing command bgpd pid 56005 tid 100740 td 0xfffffe008d8cc720
  5591. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d79daa0
  5592. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d79dac0
  5593. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d79db00
  5594. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d79db40
  5595. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe008d79db90
  5596. seltdwait() at seltdwait+0x75/frame 0xfffffe008d79dbd0
  5597. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d79dc60
  5598. kern_poll() at kern_poll+0x99/frame 0xfffffe008d79ddb0
  5599. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d79de00
  5600. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d79df30
  5601. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d79df30
  5602. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x823ddc78a, rsp = 0x8204c9158, rbp = 0x8204c9190 ---
  5603.  
  5604. Tracing command bgpd pid 56005 tid 100741 td 0xfffffe008d27c000
  5605. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d761b90
  5606. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d761bb0
  5607. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d761bf0
  5608. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d761c00
  5609. _sleep() at _sleep+0x1e3/frame 0xfffffe008d761c80
  5610. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe008d761d00
  5611. do_wait() at do_wait+0x244/frame 0xfffffe008d761d80
  5612. __umtx_op_wait_uint() at __umtx_op_wait_uint+0x51/frame 0xfffffe008d761dc0
  5613. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe008d761e00
  5614. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d761f30
  5615. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d761f30
  5616. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0x823ddb6aa, rsp = 0x82a424f58, rbp = 0x82a424f70 ---
  5617.  
  5618. Tracing command bgpd pid 56005 tid 100742 td 0xfffffe008d0d1740
  5619. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbddad0
  5620. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbddaf0
  5621. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbddb30
  5622. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbddb40
  5623. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cbddb90
  5624. seltdwait() at seltdwait+0x9d/frame 0xfffffe008cbddbd0
  5625. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008cbddc60
  5626. kern_poll() at kern_poll+0x99/frame 0xfffffe008cbdddb0
  5627. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008cbdde00
  5628. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbddf30
  5629. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbddf30
  5630. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x823ddc78a, rsp = 0x82a97cdc8, rbp = 0x82a97ce00 ---
  5631.  
  5632. Tracing command bgpd pid 56005 tid 100743 td 0xfffffe008d23b900
  5633. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6dcb60
  5634. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6dcb80
  5635. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6dcbc0
  5636. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d6dcc00
  5637. _sleep() at _sleep+0x1be/frame 0xfffffe008d6dcc80
  5638. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe008d6dcd00
  5639. do_wait() at do_wait+0x244/frame 0xfffffe008d6dcd80
  5640. __umtx_op_wait_uint_private() at __umtx_op_wait_uint_private+0x54/frame 0xfffffe008d6dcdc0
  5641. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe008d6dce00
  5642. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6dcf30
  5643. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6dcf30
  5644. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0x823a48fdc, rsp = 0x82bb72e68, rbp = 0x82bb72e90 ---
  5645.  
  5646. Tracing command ntpd pid 713 tid 100194 td 0xfffffe008d09a3a0
  5647. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb7dad0
  5648. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb7daf0
  5649. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb7db30
  5650. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb7db40
  5651. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cb7db90
  5652. seltdwait() at seltdwait+0x9d/frame 0xfffffe008cb7dbd0
  5653. kern_select() at kern_select+0x95e/frame 0xfffffe008cb7ddc0
  5654. sys_select() at sys_select+0x57/frame 0xfffffe008cb7de00
  5655. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb7df30
  5656. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb7df30
  5657. --- syscall (93, FreeBSD ELF64, select), rip = 0x82582286a, rsp = 0x82116f698, rbp = 0x82116f6d0 ---
  5658.  
  5659. Tracing command sh pid 56032 tid 100458 td 0xfffffe008d0cfac0
  5660. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbc9be0
  5661. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbc9c00
  5662. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbc9c40
  5663. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbc9c50
  5664. _sleep() at _sleep+0x1e3/frame 0xfffffe008cbc9cd0
  5665. pipe_read() at pipe_read+0x404/frame 0xfffffe008cbc9d40
  5666. dofileread() at dofileread+0x86/frame 0xfffffe008cbc9d90
  5667. sys_read() at sys_read+0xbe/frame 0xfffffe008cbc9e00
  5668. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbc9f30
  5669. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbc9f30
  5670. --- syscall (3, FreeBSD ELF64, read), rip = 0xecfea2cd7ea, rsp = 0xecfe65f1c08, rbp = 0xecfe65f2120 ---
  5671.  
  5672. Tracing command tail pid 11013 tid 100182 td 0xfffffe006d47e020
  5673. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbe0ad0
  5674. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbe0af0
  5675. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbe0b30
  5676. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbe0b40
  5677. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe006bbe0b90
  5678. seltdwait() at seltdwait+0x9d/frame 0xfffffe006bbe0bd0
  5679. kern_select() at kern_select+0x95e/frame 0xfffffe006bbe0dc0
  5680. sys_select() at sys_select+0x57/frame 0xfffffe006bbe0e00
  5681. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbe0f30
  5682. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbe0f30
  5683. --- syscall (93, FreeBSD ELF64, select), rip = 0x110f4601686a, rsp = 0x110f41725208, rbp = 0x110f417252c0 ---
  5684.  
  5685. Tracing command getty pid 784 tid 100512 td 0xfffffe008d0d3c80
  5686. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d617b60
  5687. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d617b80
  5688. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d617bc0
  5689. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d617bd0
  5690. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d617c20
  5691. tty_wait() at tty_wait+0x1c/frame 0xfffffe008d617c40
  5692. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008d617cb0
  5693. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008d617ce0
  5694. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008d617d40
  5695. dofileread() at dofileread+0x86/frame 0xfffffe008d617d90
  5696. sys_read() at sys_read+0xbe/frame 0xfffffe008d617e00
  5697. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d617f30
  5698. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d617f30
  5699. --- syscall (3, FreeBSD ELF64, read), rip = 0x11359926f7ea, rsp = 0x1135969b56b8, rbp = 0x1135969b5700 ---
  5700.  
  5701. Tracing command minicron pid 72469 tid 100581 td 0xfffffe008d26e560
  5702. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d731a80
  5703. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d731aa0
  5704. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d731ae0
  5705. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d731af0
  5706. _sleep() at _sleep+0x1e3/frame 0xfffffe008d731b70
  5707. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008d731c00
  5708. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008d731e00
  5709. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d731f30
  5710. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d731f30
  5711. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x82257e9ca, rsp = 0x820b3d198, rbp = 0x820b3d1e0 ---
  5712.  
  5713. Tracing command sh pid 13101 tid 100251 td 0xfffffe008d0cd720
  5714. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbb0a80
  5715. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbb0aa0
  5716. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbb0ae0
  5717. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbb0af0
  5718. _sleep() at _sleep+0x1e3/frame 0xfffffe008cbb0b70
  5719. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008cbb0c00
  5720. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008cbb0e00
  5721. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbb0f30
  5722. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbb0f30
  5723. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x165492a019ca, rsp = 0x165491c06f18, rbp = 0x165491c06fc0 ---
  5724.  
  5725. Tracing command unbound pid 62306 tid 100566 td 0xfffffe008d26fac0
  5726. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d7408e0
  5727. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d740900
  5728. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d740940
  5729. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d740980
  5730. _sleep() at _sleep+0x1be/frame 0xfffffe008d740a00
  5731. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d740cd0
  5732. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d740d20
  5733. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d740da0
  5734. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d740e00
  5735. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d740f30
  5736. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d740f30
  5737. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x82976b6aa, rsp = 0x820f24908, rbp = 0x820f24950 ---
  5738.  
  5739. Tracing command unbound pid 62306 tid 100716 td 0xfffffe008d23a3a0
  5740. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6cd910
  5741. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6cd930
  5742. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6cd970
  5743. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6cd980
  5744. _sleep() at _sleep+0x1e3/frame 0xfffffe008d6cda00
  5745. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d6cdcd0
  5746. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d6cdd20
  5747. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d6cdda0
  5748. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d6cde00
  5749. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6cdf30
  5750. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6cdf30
  5751. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x82976b6aa, rsp = 0x82bdcde28, rbp = 0x82bdcde70 ---
  5752.  
  5753. Tracing command unbound pid 62306 tid 100717 td 0xfffffe008d23aac0
  5754. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6d2910
  5755. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6d2930
  5756. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6d2970
  5757. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6d2980
  5758. _sleep() at _sleep+0x1e3/frame 0xfffffe008d6d2a00
  5759. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d6d2cd0
  5760. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d6d2d20
  5761. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d6d2da0
  5762. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d6d2e00
  5763. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6d2f30
  5764. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6d2f30
  5765. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x82976b6aa, rsp = 0x82c2f5e28, rbp = 0x82c2f5e70 ---
  5766.  
  5767. Tracing command unbound pid 62306 tid 100718 td 0xfffffe008d23b1e0
  5768. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6d7910
  5769. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6d7930
  5770. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6d7970
  5771. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6d7980
  5772. _sleep() at _sleep+0x1e3/frame 0xfffffe008d6d7a00
  5773. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d6d7cd0
  5774. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d6d7d20
  5775. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d6d7da0
  5776. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d6d7e00
  5777. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6d7f30
  5778. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6d7f30
  5779. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x82976b6aa, rsp = 0x82d4b4e28, rbp = 0x82d4b4e70 ---
  5780.  
  5781. Tracing command nginx pid 4972 tid 100278 td 0xfffffe00093a4c80
  5782. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063250910
  5783. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063250930
  5784. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe0063250970
  5785. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe0063250980
  5786. _sleep() at _sleep+0x1e3/frame 0xfffffe0063250a00
  5787. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe0063250cd0
  5788. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe0063250d20
  5789. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe0063250da0
  5790. sys_kevent() at sys_kevent+0x61/frame 0xfffffe0063250e00
  5791. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe0063250f30
  5792. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0063250f30
  5793. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5794.  
  5795. Tracing command zabbix_agentd pid 47983 tid 100262 td 0xfffffe008d0d2000
  5796. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbe2ad0
  5797. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbe2af0
  5798. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbe2b30
  5799. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbe2b40
  5800. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cbe2b90
  5801. seltdwait() at seltdwait+0x9d/frame 0xfffffe008cbe2bd0
  5802. kern_select() at kern_select+0x95e/frame 0xfffffe008cbe2dc0
  5803. sys_select() at sys_select+0x57/frame 0xfffffe008cbe2e00
  5804. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbe2f30
  5805. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbe2f30
  5806. --- syscall (93, FreeBSD ELF64, select), rip = 0x826e2886a, rsp = 0x82113f678, rbp = 0x82113f6b0 ---
  5807.  
  5808. Tracing command minicron pid 70530 tid 100173 td 0xfffffe006d47a000
  5809. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbb3a80
  5810. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbb3aa0
  5811. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbb3ae0
  5812. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbb3af0
  5813. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbb3b70
  5814. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe006bbb3c00
  5815. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe006bbb3e00
  5816. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbb3f30
  5817. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbb3f30
  5818. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x82235c9ca, rsp = 0x820764598, rbp = 0x8207645e0 ---
  5819.  
  5820. Tracing command nginx pid 7106 tid 100184 td 0xfffffe006d5c1020
  5821. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb46910
  5822. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb46930
  5823. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb46970
  5824. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb46980
  5825. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb46a00
  5826. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb46cd0
  5827. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb46d20
  5828. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb46da0
  5829. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb46e00
  5830. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb46f30
  5831. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb46f30
  5832. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5833.  
  5834. Tracing command sh pid 13268 tid 100204 td 0xfffffe008d098000
  5835. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb64a80
  5836. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb64aa0
  5837. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb64ae0
  5838. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb64af0
  5839. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb64b70
  5840. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008cb64c00
  5841. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008cb64e00
  5842. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb64f30
  5843. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb64f30
  5844. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x3e2e1a24a9ca, rsp = 0x3e2e180c79b8, rbp = 0x3e2e180c7a60 ---
  5845.  
  5846. Tracing command getty pid 1024 tid 100461 td 0xfffffe008d0d0900
  5847. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbd3b60
  5848. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbd3b80
  5849. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbd3bc0
  5850. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbd3bd0
  5851. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cbd3c20
  5852. tty_wait() at tty_wait+0x1c/frame 0xfffffe008cbd3c40
  5853. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008cbd3cb0
  5854. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008cbd3ce0
  5855. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008cbd3d40
  5856. dofileread() at dofileread+0x86/frame 0xfffffe008cbd3d90
  5857. sys_read() at sys_read+0xbe/frame 0xfffffe008cbd3e00
  5858. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbd3f30
  5859. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbd3f30
  5860. --- syscall (3, FreeBSD ELF64, read), rip = 0x38aba896a7ea, rsp = 0x38aba7384268, rbp = 0x38aba73842b0 ---
  5861.  
  5862. Tracing command getty pid 99373 tid 100158 td 0xfffffe006b9c2020
  5863. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bb6ab60
  5864. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bb6ab80
  5865. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bb6abc0
  5866. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bb6abd0
  5867. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe006bb6ac20
  5868. tty_wait() at tty_wait+0x1c/frame 0xfffffe006bb6ac40
  5869. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe006bb6acb0
  5870. ttydev_read() at ttydev_read+0x52/frame 0xfffffe006bb6ace0
  5871. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe006bb6ad40
  5872. dofileread() at dofileread+0x86/frame 0xfffffe006bb6ad90
  5873. sys_read() at sys_read+0xbe/frame 0xfffffe006bb6ae00
  5874. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bb6af30
  5875. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bb6af30
  5876. --- syscall (3, FreeBSD ELF64, read), rip = 0x265f8a7817ea, rsp = 0x265f887df7f8, rbp = 0x265f887df840 ---
  5877.  
  5878. Tracing command watchfrr pid 72763 tid 100527 td 0xfffffe008d2401e0
  5879. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d70eaa0
  5880. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d70eac0
  5881. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d70eb00
  5882. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d70eb40
  5883. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe008d70eb90
  5884. seltdwait() at seltdwait+0x75/frame 0xfffffe008d70ebd0
  5885. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d70ec60
  5886. kern_poll() at kern_poll+0x99/frame 0xfffffe008d70edb0
  5887. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d70ee00
  5888. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d70ef30
  5889. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d70ef30
  5890. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x82851e78a, rsp = 0x820454fb8, rbp = 0x820454ff0 ---
  5891.  
  5892. Tracing command minicron pid 72785 tid 100308 td 0xfffffe008d0d6740
  5893. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d635c20
  5894. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d635c40
  5895. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d635c80
  5896. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d635cc0
  5897. _sleep() at _sleep+0x1be/frame 0xfffffe008d635d40
  5898. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d635dc0
  5899. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d635e00
  5900. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d635f30
  5901. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d635f30
  5902. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x82257e6ea, rsp = 0x820b3d148, rbp = 0x820b3d190 ---
  5903.  
  5904. Tracing command arpwatch pid 74851 tid 100509 td 0xfffffe008d238000
  5905. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6b4b70
  5906. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6b4b90
  5907. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6b4bd0
  5908. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d6b4c10
  5909. _sleep() at _sleep+0x1be/frame 0xfffffe008d6b4c90
  5910. bpfread() at bpfread+0x198/frame 0xfffffe008d6b4ce0
  5911. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008d6b4d40
  5912. dofileread() at dofileread+0x86/frame 0xfffffe008d6b4d90
  5913. sys_read() at sys_read+0xbe/frame 0xfffffe008d6b4e00
  5914. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6b4f30
  5915. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6b4f30
  5916. --- syscall (3, FreeBSD ELF64, read), rip = 0x8220e27ea, rsp = 0x820584848, rbp = 0x8205848d0 ---
  5917.  
  5918. Tracing command nginx pid 5250 tid 100172 td 0xfffffe006d5abe40
  5919. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbf4910
  5920. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbf4930
  5921. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbf4970
  5922. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbf4980
  5923. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbf4a00
  5924. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe006bbf4cd0
  5925. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe006bbf4d20
  5926. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe006bbf4da0
  5927. sys_kevent() at sys_kevent+0x61/frame 0xfffffe006bbf4e00
  5928. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbf4f30
  5929. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbf4f30
  5930. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  5931.  
  5932. Tracing command zabbix_agentd pid 48276 tid 100561 td 0xfffffe008d271020
  5933. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d74fad0
  5934. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d74faf0
  5935. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d74fb30
  5936. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d74fb40
  5937. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d74fb90
  5938. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d74fbd0
  5939. kern_select() at kern_select+0x95e/frame 0xfffffe008d74fdc0
  5940. sys_select() at sys_select+0x57/frame 0xfffffe008d74fe00
  5941. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d74ff30
  5942. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d74ff30
  5943. --- syscall (93, FreeBSD ELF64, select), rip = 0x826e2886a, rsp = 0x82113f678, rbp = 0x82113f6b0 ---
  5944.  
  5945. Tracing command dpinger pid 64721 tid 100394 td 0xfffffe008d20c740
  5946. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6a3b80
  5947. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6a3ba0
  5948. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6a3be0
  5949. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6a3bf0
  5950. _sleep() at _sleep+0x1e3/frame 0xfffffe008d6a3c70
  5951. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe008d6a3cf0
  5952. do_wait() at do_wait+0x244/frame 0xfffffe008d6a3d70
  5953. __umtx_op_wait() at __umtx_op_wait+0x53/frame 0xfffffe008d6a3dc0
  5954. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe008d6a3e00
  5955. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6a3f30
  5956. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6a3f30
  5957. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0x46124be9fdc, rsp = 0x461231a38b8, rbp = 0x461231a3940 ---
  5958.  
  5959. Tracing command dpinger pid 64721 tid 100410 td 0xfffffe008d0cec80
  5960. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbbfac0
  5961. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbbfae0
  5962. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbbfb20
  5963. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbbfb30
  5964. _sleep() at _sleep+0x1e3/frame 0xfffffe008cbbfbb0
  5965. sbwait() at sbwait+0x6a/frame 0xfffffe008cbbfbd0
  5966. soreceive_generic() at soreceive_generic+0x2ad/frame 0xfffffe008cbbfca0
  5967. soreceive() at soreceive+0x2f/frame 0xfffffe008cbbfcc0
  5968. kern_recvit() at kern_recvit+0x14c/frame 0xfffffe008cbbfd70
  5969. sys_recvfrom() at sys_recvfrom+0x8f/frame 0xfffffe008cbbfe00
  5970. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbbff30
  5971. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbbff30
  5972. --- syscall (29, FreeBSD ELF64, recvfrom), rip = 0x4612578e82a, rsp = 0x46127475ea8, rbp = 0x46127475ef0 ---
  5973.  
  5974. Tracing command dpinger pid 64721 tid 100411 td 0xfffffe008d20aac0
  5975. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d68fc20
  5976. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d68fc40
  5977. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d68fc80
  5978. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d68fcc0
  5979. _sleep() at _sleep+0x1be/frame 0xfffffe008d68fd40
  5980. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d68fdc0
  5981. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d68fe00
  5982. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d68ff30
  5983. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d68ff30
  5984. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x4612578e6ea, rsp = 0x46127af0f48, rbp = 0x46127af0f70 ---
  5985.  
  5986. Tracing command dpinger pid 64721 tid 100412 td 0xfffffe008d201740
  5987. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d66cc20
  5988. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d66cc40
  5989. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d66cc80
  5990. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d66ccc0
  5991. _sleep() at _sleep+0x1be/frame 0xfffffe008d66cd40
  5992. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d66cdc0
  5993. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d66ce00
  5994. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d66cf30
  5995. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d66cf30
  5996. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x4612578e6ea, rsp = 0x461281d4f18, rbp = 0x461281d4f40 ---
  5997.  
  5998. Tracing command dpinger pid 64721 tid 100413 td 0xfffffe008d200900
  5999. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d662c30
  6000. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d662c50
  6001. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d662c90
  6002. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d662ca0
  6003. _sleep() at _sleep+0x1e3/frame 0xfffffe008d662d20
  6004. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008d662d60
  6005. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008d662e00
  6006. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d662f30
  6007. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d662f30
  6008. --- syscall (541, FreeBSD ELF64, accept4), rip = 0x4612578e58a, rsp = 0x461287fee78, rbp = 0x461287feeb0 ---
  6009.  
  6010. Tracing command getty pid 99555 tid 100193 td 0xfffffe008d09aac0
  6011. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb82b60
  6012. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb82b80
  6013. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb82bc0
  6014. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb82bd0
  6015. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008cb82c20
  6016. tty_wait() at tty_wait+0x1c/frame 0xfffffe008cb82c40
  6017. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008cb82cb0
  6018. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008cb82ce0
  6019. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008cb82d40
  6020. dofileread() at dofileread+0x86/frame 0xfffffe008cb82d90
  6021. sys_read() at sys_read+0xbe/frame 0xfffffe008cb82e00
  6022. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb82f30
  6023. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb82f30
  6024. --- syscall (3, FreeBSD ELF64, read), rip = 0x1915c6c3c7ea, rsp = 0x1915c4621b98, rbp = 0x1915c4621be0 ---
  6025.  
  6026. Tracing command minicron pid 70893 tid 100518 td 0xfffffe008d23de40
  6027. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6f5c20
  6028. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6f5c40
  6029. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6f5c80
  6030. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d6f5cc0
  6031. _sleep() at _sleep+0x1be/frame 0xfffffe008d6f5d40
  6032. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d6f5dc0
  6033. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d6f5e00
  6034. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6f5f30
  6035. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6f5f30
  6036. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x82235c6ea, rsp = 0x820764548, rbp = 0x820764590 ---
  6037.  
  6038. Tracing command apcupsd pid 7412 tid 100482 td 0xfffffe000938a740
  6039. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063237b00
  6040. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063237b20
  6041. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe0063237b60
  6042. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe0063237b70
  6043. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe0063237bc0
  6044. seltdwait() at seltdwait+0x9d/frame 0xfffffe0063237c00
  6045. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe0063237c90
  6046. kern_poll() at kern_poll+0x99/frame 0xfffffe0063237de0
  6047. sys_poll() at sys_poll+0x50/frame 0xfffffe0063237e00
  6048. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe0063237f30
  6049. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0063237f30
  6050. --- syscall (209, FreeBSD ELF64, poll), rip = 0x82549b76a, rsp = 0x820d6c1a8, rbp = 0x820d6c1d0 ---
  6051.  
  6052. Tracing command apcupsd pid 7412 tid 100720 td 0xfffffe008d0d2720
  6053. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d608b10
  6054. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d608b30
  6055. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d608b70
  6056. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d608b80
  6057. _sleep() at _sleep+0x1e3/frame 0xfffffe008d608c00
  6058. kern_sigtimedwait() at kern_sigtimedwait+0x558/frame 0xfffffe008d608d60
  6059. sys_sigwait() at sys_sigwait+0x5c/frame 0xfffffe008d608e00
  6060. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d608f30
  6061. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d608f30
  6062. --- syscall (429, FreeBSD ELF64, sigwait), rip = 0x82549b96a, rsp = 0x826723f28, rbp = 0x826723f70 ---
  6063.  
  6064. Tracing command apcupsd pid 7412 tid 100721 td 0xfffffe008d0d51e0
  6065. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d626bd0
  6066. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d626bf0
  6067. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d626c30
  6068. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d626c40
  6069. _sleep() at _sleep+0x1e3/frame 0xfffffe008d626cc0
  6070. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008d626d00
  6071. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008d626da0
  6072. accept1() at accept1+0x5f/frame 0xfffffe008d626e00
  6073. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d626f30
  6074. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d626f30
  6075. --- syscall (541, FreeBSD ELF64, accept4), rip = 0x82549b58a, rsp = 0x82704ce98, rbp = 0x82704ced0 ---
  6076.  
  6077. Tracing command sleep pid 54517 tid 100820 td 0xfffffe008d9fb900
  6078. sched_switch() at sched_switch+0x88a/frame 0xfffffe008da68c20
  6079. mi_switch() at mi_switch+0xbb/frame 0xfffffe008da68c40
  6080. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008da68c80
  6081. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008da68cc0
  6082. _sleep() at _sleep+0x1be/frame 0xfffffe008da68d40
  6083. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008da68dc0
  6084. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008da68e00
  6085. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008da68f30
  6086. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008da68f30
  6087. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x27e1ea7dc6ea, rsp = 0x27e1e9811d18, rbp = 0x27e1e9811d80 ---
  6088.  
  6089. Tracing command nginx pid 5381 tid 100255 td 0xfffffe008d0cf3a0
  6090. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cbc4910
  6091. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cbc4930
  6092. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cbc4970
  6093. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cbc4980
  6094. _sleep() at _sleep+0x1e3/frame 0xfffffe008cbc4a00
  6095. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cbc4cd0
  6096. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cbc4d20
  6097. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cbc4da0
  6098. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cbc4e00
  6099. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cbc4f30
  6100. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cbc4f30
  6101. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6102.  
  6103. Tracing command nginx pid 7446 tid 100181 td 0xfffffe006d5ae900
  6104. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb0a910
  6105. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb0a930
  6106. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb0a970
  6107. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb0a980
  6108. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb0aa00
  6109. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb0acd0
  6110. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb0ad20
  6111. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb0ada0
  6112. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb0ae00
  6113. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb0af30
  6114. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb0af30
  6115. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6116.  
  6117. Tracing command getty pid 99673 tid 100254 td 0xfffffe000938a020
  6118. sched_switch() at sched_switch+0x88a/frame 0xfffffe0063232b60
  6119. mi_switch() at mi_switch+0xbb/frame 0xfffffe0063232b80
  6120. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe0063232bc0
  6121. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe0063232bd0
  6122. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe0063232c20
  6123. tty_wait() at tty_wait+0x1c/frame 0xfffffe0063232c40
  6124. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe0063232cb0
  6125. ttydev_read() at ttydev_read+0x52/frame 0xfffffe0063232ce0
  6126. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe0063232d40
  6127. dofileread() at dofileread+0x86/frame 0xfffffe0063232d90
  6128. sys_read() at sys_read+0xbe/frame 0xfffffe0063232e00
  6129. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe0063232f30
  6130. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe0063232f30
  6131. --- syscall (3, FreeBSD ELF64, read), rip = 0x177123d297ea, rsp = 0x1771215399b8, rbp = 0x177121539a00 ---
  6132.  
  6133. Tracing command filterlog pid 42349 tid 100168 td 0xfffffe006d47b560
  6134. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbc2b70
  6135. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbc2b90
  6136. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbc2bd0
  6137. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bbc2c10
  6138. _sleep() at _sleep+0x1be/frame 0xfffffe006bbc2c90
  6139. bpfread() at bpfread+0x198/frame 0xfffffe006bbc2ce0
  6140. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe006bbc2d40
  6141. dofileread() at dofileread+0x86/frame 0xfffffe006bbc2d90
  6142. sys_read() at sys_read+0xbe/frame 0xfffffe006bbc2e00
  6143. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbc2f30
  6144. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbc2f30
  6145. --- syscall (3, FreeBSD ELF64, read), rip = 0x8249227ea, rsp = 0x820b4de78, rbp = 0x820b4dea0 ---
  6146.  
  6147. Tracing command zabbix_agentd pid 48522 tid 100526 td 0xfffffe008d240900
  6148. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d713ad0
  6149. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d713af0
  6150. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d713b30
  6151. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d713b40
  6152. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d713b90
  6153. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d713bd0
  6154. kern_select() at kern_select+0x95e/frame 0xfffffe008d713dc0
  6155. sys_select() at sys_select+0x57/frame 0xfffffe008d713e00
  6156. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d713f30
  6157. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d713f30
  6158. --- syscall (93, FreeBSD ELF64, select), rip = 0x826e2886a, rsp = 0x82113f678, rbp = 0x82113f6b0 ---
  6159.  
  6160. Tracing command nginx pid 7624 tid 100351 td 0xfffffe008d20c020
  6161. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d69e910
  6162. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d69e930
  6163. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d69e970
  6164. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d69e980
  6165. _sleep() at _sleep+0x1e3/frame 0xfffffe008d69ea00
  6166. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d69ecd0
  6167. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d69ed20
  6168. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d69eda0
  6169. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d69ee00
  6170. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d69ef30
  6171. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d69ef30
  6172. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6173.  
  6174. Tracing command arpwatch pid 75225 tid 100530 td 0xfffffe008d23f3a0
  6175. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d704b70
  6176. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d704b90
  6177. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d704bd0
  6178. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d704c10
  6179. _sleep() at _sleep+0x1be/frame 0xfffffe008d704c90
  6180. bpfread() at bpfread+0x198/frame 0xfffffe008d704ce0
  6181. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008d704d40
  6182. dofileread() at dofileread+0x86/frame 0xfffffe008d704d90
  6183. sys_read() at sys_read+0xbe/frame 0xfffffe008d704e00
  6184. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d704f30
  6185. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d704f30
  6186. --- syscall (3, FreeBSD ELF64, read), rip = 0x823e637ea, rsp = 0x8202e73c8, rbp = 0x8202e7450 ---
  6187.  
  6188. Tracing command minicron pid 71213 tid 100457 td 0xfffffe008d20b1e0
  6189. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d694a80
  6190. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d694aa0
  6191. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d694ae0
  6192. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d694af0
  6193. _sleep() at _sleep+0x1e3/frame 0xfffffe008d694b70
  6194. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008d694c00
  6195. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008d694e00
  6196. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d694f30
  6197. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d694f30
  6198. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x822bf09ca, rsp = 0x820f28688, rbp = 0x820f286d0 ---
  6199.  
  6200. Tracing command nginx pid 5709 tid 100165 td 0xfffffe006d47c3a0
  6201. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbcc910
  6202. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbcc930
  6203. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbcc970
  6204. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbcc980
  6205. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbcca00
  6206. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe006bbcccd0
  6207. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe006bbccd20
  6208. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe006bbccda0
  6209. sys_kevent() at sys_kevent+0x61/frame 0xfffffe006bbcce00
  6210. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbccf30
  6211. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbccf30
  6212. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6213.  
  6214. Tracing command nginx pid 7764 tid 100203 td 0xfffffe008d098720
  6215. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb698e0
  6216. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb69900
  6217. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb69940
  6218. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008cb69980
  6219. _sleep() at _sleep+0x1be/frame 0xfffffe008cb69a00
  6220. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008cb69cd0
  6221. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008cb69d20
  6222. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008cb69da0
  6223. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008cb69e00
  6224. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb69f30
  6225. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb69f30
  6226. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6227.  
  6228. Tracing command getty pid 99943 tid 100726 td 0xfffffe008d27d560
  6229. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d770b60
  6230. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d770b80
  6231. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d770bc0
  6232. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d770bd0
  6233. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d770c20
  6234. tty_wait() at tty_wait+0x1c/frame 0xfffffe008d770c40
  6235. ttydisc_read() at ttydisc_read+0x1d7/frame 0xfffffe008d770cb0
  6236. ttydev_read() at ttydev_read+0x52/frame 0xfffffe008d770ce0
  6237. devfs_read_f() at devfs_read_f+0xd9/frame 0xfffffe008d770d40
  6238. dofileread() at dofileread+0x86/frame 0xfffffe008d770d90
  6239. sys_read() at sys_read+0xbe/frame 0xfffffe008d770e00
  6240. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d770f30
  6241. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d770f30
  6242. --- syscall (3, FreeBSD ELF64, read), rip = 0xcca137207ea, rsp = 0xcca127d8628, rbp = 0xcca127d8670 ---
  6243.  
  6244. Tracing command php-fpm pid 28327 tid 100175 td 0xfffffe006d5bd000
  6245. sched_switch() at sched_switch+0x88a/frame 0xfffffe008cb19bd0
  6246. mi_switch() at mi_switch+0xbb/frame 0xfffffe008cb19bf0
  6247. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008cb19c30
  6248. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008cb19c40
  6249. _sleep() at _sleep+0x1e3/frame 0xfffffe008cb19cc0
  6250. solisten_dequeue() at solisten_dequeue+0x65/frame 0xfffffe008cb19d00
  6251. kern_accept4() at kern_accept4+0x1b5/frame 0xfffffe008cb19da0
  6252. accept1() at accept1+0x5f/frame 0xfffffe008cb19e00
  6253. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008cb19f30
  6254. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008cb19f30
  6255. --- syscall (30, FreeBSD ELF64, accept), rip = 0x827ed756a, rsp = 0x8208975a8, rbp = 0x8208975d0 ---
  6256.  
  6257. Tracing command zabbix_agentd pid 48823 tid 100270 td 0xfffffe008d0d5900
  6258. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d62bc20
  6259. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d62bc40
  6260. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d62bc80
  6261. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d62bcc0
  6262. _sleep() at _sleep+0x1be/frame 0xfffffe008d62bd40
  6263. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe008d62bdc0
  6264. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe008d62be00
  6265. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d62bf30
  6266. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d62bf30
  6267. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x826e286ea, rsp = 0x82113d6e8, rbp = 0x82113d710 ---
  6268.  
  6269. Tracing command nginx pid 3783 tid 100450 td 0xfffffe008d208000
  6270. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d671bf0
  6271. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d671c10
  6272. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d671c50
  6273. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d671c60
  6274. _sleep() at _sleep+0x1e3/frame 0xfffffe008d671ce0
  6275. kern_sigsuspend() at kern_sigsuspend+0x274/frame 0xfffffe008d671dd0
  6276. sys_sigsuspend() at sys_sigsuspend+0x31/frame 0xfffffe008d671e00
  6277. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d671f30
  6278. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d671f30
  6279. --- syscall (4, FreeBSD ELF64, write), rip = 0x82753192a, rsp = 0x821282738, rbp = 0x821282770 ---
  6280.  
  6281. Tracing command snmpd pid 69341 tid 100757 td 0xfffffe008d8f2c80
  6282. sched_switch() at sched_switch+0x88a/frame 0xfffffe008da1daa0
  6283. mi_switch() at mi_switch+0xbb/frame 0xfffffe008da1dac0
  6284. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008da1db00
  6285. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008da1db40
  6286. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe008da1db90
  6287. seltdwait() at seltdwait+0x75/frame 0xfffffe008da1dbd0
  6288. kern_select() at kern_select+0x95e/frame 0xfffffe008da1ddc0
  6289. sys_select() at sys_select+0x57/frame 0xfffffe008da1de00
  6290. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008da1df30
  6291. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008da1df30
  6292. --- syscall (93, FreeBSD ELF64, select), rip = 0x82b47186a, rsp = 0x82021f7f8, rbp = 0x82021f830 ---
  6293.  
  6294. Tracing command nginx pid 3823 tid 100343 td 0xfffffe008d2001e0
  6295. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d65d910
  6296. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d65d930
  6297. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d65d970
  6298. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d65d980
  6299. _sleep() at _sleep+0x1e3/frame 0xfffffe008d65da00
  6300. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d65dcd0
  6301. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d65dd20
  6302. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d65dda0
  6303. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d65de00
  6304. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d65df30
  6305. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d65df30
  6306. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6307.  
  6308. Tracing command mpd5 pid 89918 tid 100167 td 0xfffffe006d47bc80
  6309. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbc7c20
  6310. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbc7c40
  6311. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbc7c80
  6312. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bbc7cc0
  6313. _sleep() at _sleep+0x1be/frame 0xfffffe006bbc7d40
  6314. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe006bbc7dc0
  6315. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe006bbc7e00
  6316. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbc7f30
  6317. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbc7f30
  6318. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x3d9bcd0066ea, rsp = 0x3d9bc4ff9b18, rbp = 0x3d9bc4ff9b40 ---
  6319.  
  6320. Tracing command minicron pid 71516 tid 100170 td 0xfffffe006d5ac560
  6321. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbf9c20
  6322. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbf9c40
  6323. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbf9c80
  6324. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe006bbf9cc0
  6325. _sleep() at _sleep+0x1be/frame 0xfffffe006bbf9d40
  6326. kern_clock_nanosleep() at kern_clock_nanosleep+0x1cf/frame 0xfffffe006bbf9dc0
  6327. sys_nanosleep() at sys_nanosleep+0x3b/frame 0xfffffe006bbf9e00
  6328. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbf9f30
  6329. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbf9f30
  6330. --- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x822bf06ea, rsp = 0x820f28638, rbp = 0x820f28680 ---
  6331.  
  6332. Tracing command nginx pid 3941 tid 100169 td 0xfffffe006d47ae40
  6333. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbbd910
  6334. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbbd930
  6335. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbbd970
  6336. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbbd980
  6337. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbbda00
  6338. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe006bbbdcd0
  6339. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe006bbbdd20
  6340. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe006bbbdda0
  6341. sys_kevent() at sys_kevent+0x61/frame 0xfffffe006bbbde00
  6342. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbbdf30
  6343. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbbdf30
  6344. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6345.  
  6346. Tracing command tcsh pid 22391 tid 100163 td 0xfffffe006d47cac0
  6347. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbd1bf0
  6348. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbd1c10
  6349. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbd1c50
  6350. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbd1c60
  6351. _sleep() at _sleep+0x1e3/frame 0xfffffe006bbd1ce0
  6352. kern_sigsuspend() at kern_sigsuspend+0x274/frame 0xfffffe006bbd1dd0
  6353. sys_sigsuspend() at sys_sigsuspend+0x31/frame 0xfffffe006bbd1e00
  6354. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbd1f30
  6355. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbd1f30
  6356. --- syscall (4, FreeBSD ELF64, write), rip = 0x1d3ba6f8892a, rsp = 0x1d3ba5087198, rbp = 0x1d3ba5087220 ---
  6357.  
  6358. Tracing command zebra pid 34706 tid 100725 td 0xfffffe008d27dc80
  6359. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d775aa0
  6360. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d775ac0
  6361. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d775b00
  6362. sleepq_timedwait_sig() at sleepq_timedwait_sig+0x12/frame 0xfffffe008d775b40
  6363. _cv_timedwait_sig_sbt() at _cv_timedwait_sig_sbt+0x10c/frame 0xfffffe008d775b90
  6364. seltdwait() at seltdwait+0x75/frame 0xfffffe008d775bd0
  6365. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d775c60
  6366. kern_poll() at kern_poll+0x99/frame 0xfffffe008d775db0
  6367. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d775e00
  6368. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d775f30
  6369. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d775f30
  6370. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x820401108, rbp = 0x820401140 ---
  6371.  
  6372. Tracing command zebra pid 34706 tid 100733 td 0xfffffe008d239c80
  6373. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6c8b90
  6374. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6c8bb0
  6375. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6c8bf0
  6376. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6c8c00
  6377. _sleep() at _sleep+0x1e3/frame 0xfffffe008d6c8c80
  6378. umtxq_sleep() at umtxq_sleep+0x2cd/frame 0xfffffe008d6c8d00
  6379. do_wait() at do_wait+0x244/frame 0xfffffe008d6c8d80
  6380. __umtx_op_wait_uint() at __umtx_op_wait_uint+0x51/frame 0xfffffe008d6c8dc0
  6381. sys__umtx_op() at sys__umtx_op+0x7e/frame 0xfffffe008d6c8e00
  6382. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6c8f30
  6383. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6c8f30
  6384. --- syscall (454, FreeBSD ELF64, _umtx_op), rip = 0x827b646aa, rsp = 0x82af2bf58, rbp = 0x82af2bf70 ---
  6385.  
  6386. Tracing command zebra pid 34706 tid 100734 td 0xfffffe008d23d720
  6387. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d6f0ad0
  6388. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d6f0af0
  6389. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d6f0b30
  6390. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d6f0b40
  6391. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d6f0b90
  6392. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d6f0bd0
  6393. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d6f0c60
  6394. kern_poll() at kern_poll+0x99/frame 0xfffffe008d6f0db0
  6395. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d6f0e00
  6396. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d6f0f30
  6397. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d6f0f30
  6398. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x82bc46dc8, rbp = 0x82bc46e00 ---
  6399.  
  6400. Tracing command zebra pid 34706 tid 100735 td 0xfffffe008d26d000
  6401. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d722ad0
  6402. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d722af0
  6403. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d722b30
  6404. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d722b40
  6405. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d722b90
  6406. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d722bd0
  6407. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d722c60
  6408. kern_poll() at kern_poll+0x99/frame 0xfffffe008d722db0
  6409. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d722e00
  6410. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d722f30
  6411. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d722f30
  6412. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x82cca9dc8, rbp = 0x82cca9e00 ---
  6413.  
  6414. Tracing command zebra pid 34706 tid 100736 td 0xfffffe008d271740
  6415. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d75cad0
  6416. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d75caf0
  6417. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d75cb30
  6418. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d75cb40
  6419. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d75cb90
  6420. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d75cbd0
  6421. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d75cc60
  6422. kern_poll() at kern_poll+0x99/frame 0xfffffe008d75cdb0
  6423. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d75ce00
  6424. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d75cf30
  6425. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d75cf30
  6426. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x82d25cdc8, rbp = 0x82d25ce00 ---
  6427.  
  6428. Tracing command zebra pid 34706 tid 100744 td 0xfffffe008d26ec80
  6429. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d736ad0
  6430. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d736af0
  6431. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d736b30
  6432. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d736b40
  6433. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d736b90
  6434. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d736bd0
  6435. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d736c60
  6436. kern_poll() at kern_poll+0x99/frame 0xfffffe008d736db0
  6437. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d736e00
  6438. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d736f30
  6439. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d736f30
  6440. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x82db6bdc8, rbp = 0x82db6be00 ---
  6441.  
  6442. Tracing command zebra pid 34706 tid 100745 td 0xfffffe008d23fac0
  6443. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d709ad0
  6444. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d709af0
  6445. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d709b30
  6446. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d709b40
  6447. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe008d709b90
  6448. seltdwait() at seltdwait+0x9d/frame 0xfffffe008d709bd0
  6449. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe008d709c60
  6450. kern_poll() at kern_poll+0x99/frame 0xfffffe008d709db0
  6451. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe008d709e00
  6452. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d709f30
  6453. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d709f30
  6454. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x827b6578a, rsp = 0x830efedc8, rbp = 0x830efee00 ---
  6455.  
  6456. Tracing command sh pid 55198 tid 100727 td 0xfffffe008d27ce40
  6457. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d76ba80
  6458. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d76baa0
  6459. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d76bae0
  6460. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d76baf0
  6461. _sleep() at _sleep+0x1e3/frame 0xfffffe008d76bb70
  6462. kern_wait6() at kern_wait6+0x51c/frame 0xfffffe008d76bc00
  6463. sys_wait4() at sys_wait4+0x7d/frame 0xfffffe008d76be00
  6464. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d76bf30
  6465. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d76bf30
  6466. --- syscall (7, FreeBSD ELF64, wait4), rip = 0x7344bf699ca, rsp = 0x7344b055108, rbp = 0x7344b0551b0 ---
  6467.  
  6468. Tracing command nginx pid 6062 tid 100451 td 0xfffffe008d20b900
  6469. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d699910
  6470. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d699930
  6471. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d699970
  6472. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d699980
  6473. _sleep() at _sleep+0x1e3/frame 0xfffffe008d699a00
  6474. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d699cd0
  6475. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d699d20
  6476. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d699da0
  6477. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d699e00
  6478. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d699f30
  6479. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d699f30
  6480. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6481.  
  6482. Tracing command sshd pid 75705 tid 100177 td 0xfffffe006d5ab720
  6483. sched_switch() at sched_switch+0x88a/frame 0xfffffe006bbefad0
  6484. mi_switch() at mi_switch+0xbb/frame 0xfffffe006bbefaf0
  6485. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe006bbefb30
  6486. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe006bbefb40
  6487. _cv_wait_sig() at _cv_wait_sig+0xe6/frame 0xfffffe006bbefb90
  6488. seltdwait() at seltdwait+0x9d/frame 0xfffffe006bbefbd0
  6489. kern_poll_kfds() at kern_poll_kfds+0x4a7/frame 0xfffffe006bbefc60
  6490. kern_poll() at kern_poll+0x99/frame 0xfffffe006bbefdb0
  6491. sys_ppoll() at sys_ppoll+0x70/frame 0xfffffe006bbefe00
  6492. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe006bbeff30
  6493. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe006bbeff30
  6494. --- syscall (545, FreeBSD ELF64, ppoll), rip = 0x371f5d12f78a, rsp = 0x371f55ba80e8, rbp = 0x371f55ba8120 ---
  6495.  
  6496. Tracing command nginx pid 4035 tid 100302 td 0xfffffe008d1fe560
  6497. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d649910
  6498. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d649930
  6499. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d649970
  6500. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d649980
  6501. _sleep() at _sleep+0x1e3/frame 0xfffffe008d649a00
  6502. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d649cd0
  6503. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d649d20
  6504. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d649da0
  6505. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d649e00
  6506. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d649f30
  6507. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d649f30
  6508. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x8275316aa, rsp = 0x8212825a8, rbp = 0x8212825f0 ---
  6509.  
  6510. Tracing command tail pid 10219 tid 100748 td 0xfffffe008d218900
  6511. sched_switch() at sched_switch+0x88a/frame 0xfffffe008d7f7910
  6512. mi_switch() at mi_switch+0xbb/frame 0xfffffe008d7f7930
  6513. sleepq_catch_signals() at sleepq_catch_signals+0x2ab/frame 0xfffffe008d7f7970
  6514. sleepq_wait_sig() at sleepq_wait_sig+0x9/frame 0xfffffe008d7f7980
  6515. _sleep() at _sleep+0x1e3/frame 0xfffffe008d7f7a00
  6516. kqueue_kevent() at kqueue_kevent+0xabb/frame 0xfffffe008d7f7cd0
  6517. kern_kevent_fp() at kern_kevent_fp+0x52/frame 0xfffffe008d7f7d20
  6518. kern_kevent_generic() at kern_kevent_generic+0xd6/frame 0xfffffe008d7f7da0
  6519. sys_kevent() at sys_kevent+0x61/frame 0xfffffe008d7f7e00
  6520. amd64_syscall() at amd64_syscall+0x109/frame 0xfffffe008d7f7f30
  6521. fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe008d7f7f30
  6522. --- syscall (560, FreeBSD ELF64, kevent), rip = 0x110f460166aa, rsp = 0x110f41725358, rbp = 0x110f417254a0 ---
  6523. db:0:kdb.enter.default> capture off
  6524. db:0:kdb.enter.default> textdump dump
  6525. db:0:kdb.enter.default> reset
  6526. Uptime: 16m41s
  6527. Rebooting...
  6528.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement