Guest User

Untitled

a guest
Jul 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 KB | None | 0 0
  1. Program terminated with signal 11, Segmentation fault.
  2. #0 unlink_free_block (allctr=0x900b80, block=0x28)
  3. at beam/erl_goodfit_alloc.c:453
  4. 453 Uint sz = BLK_SZ(blk);
  5. (gdb) thread apply all bt
  6.  
  7. Thread 12 (Thread 1104):
  8. #0 0x00007f5eea8e5f8c in __libc_recv (fd=32, buf=<value optimised out>,
  9. n=<value optimised out>, flags=<value optimised out>)
  10. at ../sysdeps/unix/sysv/linux/x86_64/recv.c:34
  11. #1 0x00007f5ee744e819 in recv (this=<value optimised out>,
  12. cmd_=0x7f5ee4d16d20, block_=<value optimised out>)
  13. at /usr/include/bits/socket2.h:45
  14. #2 zmq::mailbox_t::recv (this=<value optimised out>, cmd_=0x7f5ee4d16d20,
  15. block_=<value optimised out>) at mailbox.cpp:203
  16. #3 0x00007f5ee7451b3f in zmq::socket_base_t::process_commands (this=0x976f20,
  17. block_=<value optimised out>, throttle_=false) at socket_base.cpp:639
  18. #4 0x00007f5ee7451d64 in zmq::socket_base_t::recv (this=0x976f20,
  19. msg_=0x7f5ee4d16e40, flags_=0) at socket_base.cpp:558
  20. #5 0x00007f5ee744a51e in receiver_thread (handle=0x9147f8)
  21. at c_src/ezmq_nif.c:446
  22. #6 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  23. at pthread/ethread.c:106
  24. #7 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  25. at pthread_create.c:304
  26. #8 0x00007f5eea43292d in clone ()
  27. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  28. #9 0x0000000000000000 in ?? ()
  29. ---Type <return> to continue, or q <return> to quit---
  30.  
  31. Thread 11 (Thread 1094):
  32. #0 pthread_cond_wait@@GLIBC_2.3.2 ()
  33. at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  34. #1 0x00000000005a2639 in ethr_cond_wait (cnd=0x84a4e4, mtx=0x80)
  35. at common/ethr_mutex.c:1348
  36. #2 0x000000000046e0e9 in erts_cnd_wait (unused=<value optimised out>)
  37. at beam/erl_threads.h:632
  38. #3 erts_smp_cnd_wait (unused=<value optimised out>) at beam/erl_smp.h:428
  39. #4 sys_msg_dispatcher_func (unused=<value optimised out>)
  40. at beam/erl_trace.c:3240
  41. #5 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  42. at pthread/ethread.c:106
  43. #6 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  44. at pthread_create.c:304
  45. #7 0x00007f5eea43292d in clone ()
  46. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  47. #8 0x0000000000000000 in ?? ()
  48.  
  49. Thread 10 (Thread 1095):
  50. #0 pthread_cond_wait@@GLIBC_2.3.2 ()
  51. at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  52. #1 0x00000000005a2639 in ethr_cond_wait (cnd=0x8958c4, mtx=0x80)
  53. ---Type <return> to continue, or q <return> to quit---
  54. at common/ethr_mutex.c:1348
  55. #2 0x000000000054384f in erts_cnd_wait (unused=<value optimised out>)
  56. at beam/erl_threads.h:632
  57. #3 child_waiter (unused=<value optimised out>) at sys/unix/sys.c:2831
  58. #4 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  59. at pthread/ethread.c:106
  60. #5 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  61. at pthread_create.c:304
  62. #6 0x00007f5eea43292d in clone ()
  63. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  64. #7 0x0000000000000000 in ?? ()
  65.  
  66. Thread 9 (Thread 1093):
  67. #0 pthread_cond_wait@@GLIBC_2.3.2 ()
  68. at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  69. #1 0x00000000005a2639 in ethr_cond_wait (cnd=0x890554, mtx=0x80)
  70. at common/ethr_mutex.c:1348
  71. #2 0x000000000047592f in erts_cnd_wait (unused=<value optimised out>)
  72. at beam/erl_threads.h:632
  73. #3 erts_smp_cnd_wait (unused=<value optimised out>) at beam/erl_smp.h:428
  74. #4 emergency_watchdog (unused=<value optimised out>) at beam/utils.c:3898
  75. #5 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  76. at pthread/ethread.c:106
  77. ---Type <return> to continue, or q <return> to quit---
  78. #6 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  79. at pthread_create.c:304
  80. #7 0x00007f5eea43292d in clone ()
  81. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  82. #8 0x0000000000000000 in ?? ()
  83.  
  84. Thread 8 (Thread 1103):
  85. #0 0x00007f5eea432f23 in epoll_wait ()
  86. at ../sysdeps/unix/syscall-template.S:82
  87. #1 0x00007f5ee7459740 in zmq::epoll_t::loop (this=0x976d10) at epoll.cpp:141
  88. #2 0x00007f5ee74614d6 in thread_routine (arg_=0x976d80) at thread.cpp:70
  89. #3 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  90. at pthread_create.c:304
  91. #4 0x00007f5eea43292d in clone ()
  92. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  93. #5 0x0000000000000000 in ?? ()
  94.  
  95. Thread 7 (Thread 1092):
  96. #0 0x00007f5eea8e5b8d in read () at ../sysdeps/unix/syscall-template.S:82
  97. #1 0x0000000000542750 in read (unused=<value optimised out>)
  98. at /usr/include/bits/unistd.h:45
  99. #2 signal_dispatcher_thread_func (unused=<value optimised out>)
  100. at sys/unix/sys.c:2902
  101. ---Type <return> to continue, or q <return> to quit---
  102. #3 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  103. at pthread/ethread.c:106
  104. #4 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  105. at pthread_create.c:304
  106. #5 0x00007f5eea43292d in clone ()
  107. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  108. #6 0x0000000000000000 in ?? ()
  109.  
  110. Thread 6 (Thread 1102):
  111. #0 0x00007f5eea432f23 in epoll_wait ()
  112. at ../sysdeps/unix/syscall-template.S:82
  113. #1 0x00007f5ee7459740 in zmq::epoll_t::loop (this=0x9749f0) at epoll.cpp:141
  114. #2 0x00007f5ee74614d6 in thread_routine (arg_=0x974a60) at thread.cpp:70
  115. #3 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  116. at pthread_create.c:304
  117. #4 0x00007f5eea43292d in clone ()
  118. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  119. #5 0x0000000000000000 in ?? ()
  120.  
  121. Thread 5 (Thread 1088):
  122. #0 0x00007f5eea42b2c3 in select () at ../sysdeps/unix/syscall-template.S:82
  123. #1 0x0000000000542190 in erts_sys_main_thread () at sys/unix/sys.c:3008
  124. #2 0x000000000044ef41 in erl_start (argc=26, argv=<value optimised out>)
  125. ---Type <return> to continue, or q <return> to quit---
  126. at beam/erl_init.c:1439
  127. #3 0x00000000004329e9 in main (argc=0, argv=0x0) at sys/unix/erl_main.c:29
  128.  
  129. Thread 4 (Thread 1101):
  130. #0 0x00007f5eea432f23 in epoll_wait ()
  131. at ../sysdeps/unix/syscall-template.S:82
  132. #1 0x00007f5ee7459740 in zmq::epoll_t::loop (this=0x974380) at epoll.cpp:141
  133. #2 0x00007f5ee74614d6 in thread_routine (arg_=0x9743f0) at thread.cpp:70
  134. #3 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  135. at pthread_create.c:304
  136. #4 0x00007f5eea43292d in clone ()
  137. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  138. #5 0x0000000000000000 in ?? ()
  139.  
  140. Thread 3 (Thread 1100):
  141. #0 0x00007f5eea432f23 in epoll_wait ()
  142. at ../sysdeps/unix/syscall-template.S:82
  143. #1 0x00007f5ee7459740 in zmq::epoll_t::loop (this=0x974150) at epoll.cpp:141
  144. #2 0x00007f5ee74614d6 in thread_routine (arg_=0x9741c0) at thread.cpp:70
  145. #3 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  146. at pthread_create.c:304
  147. #4 0x00007f5eea43292d in clone ()
  148. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  149. ---Type <return> to continue, or q <return> to quit---
  150. #5 0x0000000000000000 in ?? ()
  151.  
  152. Thread 2 (Thread 1097):
  153. #0 0x00007f5eea426203 in __poll (fds=<value optimised out>,
  154. nfds=<value optimised out>, timeout=1000)
  155. at ../sysdeps/unix/sysv/linux/poll.c:87
  156. #1 0x000000000054d75b in check_fd_events (ps=0x7f5eea1763d8,
  157. pr=<value optimised out>, len=<value optimised out>,
  158. utvp=<value optimised out>) at sys/common/erl_poll.c:1969
  159. #2 erts_poll_wait_nkp (ps=0x7f5eea1763d8, pr=<value optimised out>,
  160. len=<value optimised out>, utvp=<value optimised out>)
  161. at sys/common/erl_poll.c:2068
  162. #3 0x00000000005507f5 in erts_check_io_nkp (do_wait=<value optimised out>)
  163. at sys/common/erl_check_io.c:1156
  164. #4 0x000000000049f187 in scheduler_wait (fcalls=<value optimised out>,
  165. esdp=0x7f5eea249a00, rq=0x7f5eea23b340) at beam/erl_process.c:1089
  166. #5 0x00000000004a25b3 in schedule (p=<value optimised out>,
  167. calls=<value optimised out>) at beam/erl_process.c:5172
  168. #6 0x0000000000526c52 in process_main () at beam/beam_emu.c:1181
  169. #7 0x000000000049da93 in sched_thread_func (vesdp=<value optimised out>)
  170. at beam/erl_process.c:3566
  171. #8 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  172. at pthread/ethread.c:106
  173. ---Type <return> to continue, or q <return> to quit---
  174. #9 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  175. at pthread_create.c:304
  176. #10 0x00007f5eea43292d in clone ()
  177. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  178. #11 0x0000000000000000 in ?? ()
  179.  
  180. Thread 1 (Thread 1096):
  181. #0 unlink_free_block (allctr=0x900b80, block=0x28)
  182. at beam/erl_goodfit_alloc.c:453
  183. #1 0x0000000000442817 in mbc_free (allctr=0x900b80, p=<value optimised out>)
  184. at beam/erl_alloc_util.c:805
  185. #2 0x00000000004439ef in do_erts_alcu_free (type=<value optimised out>,
  186. unused=<value optimised out>, p=<value optimised out>)
  187. at beam/erl_alloc_util.c:2648
  188. #3 erts_alcu_free_thr_pref (type=<value optimised out>,
  189. unused=<value optimised out>, p=<value optimised out>)
  190. at beam/erl_alloc_util.c:2699
  191. #4 0x00000000004f3eea in erts_free (p=0x7f5ee90bd810,
  192. new_sz=<value optimised out>, objv=<value optimised out>,
  193. nobj=<value optimised out>) at beam/erl_alloc.h:210
  194. #5 do_minor (p=0x7f5ee90bd810, new_sz=<value optimised out>,
  195. objv=<value optimised out>, nobj=<value optimised out>)
  196. at beam/erl_gc.c:1056
  197. ---Type <return> to continue, or q <return> to quit---
  198. #6 0x00000000004f7f12 in minor_collection (p=0x7f5ee90bd810, need=4,
  199. objv=0x7f5eea23b940, nobj=6) at beam/erl_gc.c:758
  200. #7 erts_garbage_collect (p=0x7f5ee90bd810, need=4, objv=0x7f5eea23b940,
  201. nobj=6) at beam/erl_gc.c:375
  202. #8 0x000000000052f814 in process_main ()
  203. at x86_64-unknown-linux-gnu/opt/smp/beam_hot.h:36
  204. #9 0x000000000049da93 in sched_thread_func (vesdp=<value optimised out>)
  205. at beam/erl_process.c:3566
  206. #10 0x00000000005a465a in thr_wrapper (vtwd=<value optimised out>)
  207. at pthread/ethread.c:106
  208. #11 0x00007f5eea8de971 in start_thread (arg=<value optimised out>)
  209. at pthread_create.c:304
  210. #12 0x00007f5eea43292d in clone ()
  211. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  212. #13 0x0000000000000000 in ?? ()
Add Comment
Please, Sign In to add comment