Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. [Thread debugging using libthread_db enabled]
  2. Using host libthread_db library "/lib64/libthread_db.so.1".
  3. Core was generated by `/sbin/opensips -P /var/run/opensips.pid -u opensips -g opensips -M 1024 -m 256'.
  4. Program terminated with signal 11, Segmentation fault.
  5. #0 free_extra_array (tags=<optimized out>, array=0x2e6573756f6d7965, tags_len=<optimized out>) at acc_logic.c:197
  6. 197 if (array[i].shm_buf_len)
  7. (gdb) bt full
  8. #0 free_extra_array (tags=<optimized out>, array=0x2e6573756f6d7965, tags_len=<optimized out>) at acc_logic.c:197
  9. i = <optimized out>
  10. #1 free_acc_ctx (ctx=0x7f98ebe45ad8) at acc_logic.c:220
  11. i = <optimized out>
  12. #2 tm_free_acc_ctx (param=0x7f98ebe45ad8) at acc_logic.c:260
  13. param = 0x7f98ebe45ad8
  14. ctx = 0x7f98ebe45ad8
  15. #3 0x00007f98e910973f in empty_tmcb_list (head=head@entry=0x7f98ebe64c08) at t_hooks.c:53
  16. cbp = 0x7f98ebe06730
  17. cbp_tmp = 0x7f98ebe06a88
  18. __FUNCTION__ = "empty_tmcb_list"
  19. #4 0x00007f98e90d46da in free_cell (dead_cell=dead_cell@entry=0x7f98ebe64b98) at h_table.c:127
  20. b = <optimized out>
  21. i = <optimized out>
  22. rpl = <optimized out>
  23. tt = <optimized out>
  24. foo = <optimized out>
  25. p = <optimized out>
  26. __FUNCTION__ = "free_cell"
  27. #5 0x00007f98e911b30b in delete_cell (p_cell=p_cell@entry=0x7f98ebe64b98, unlock=unlock@entry=1) at timer.c:239
  28. __FUNCTION__ = "delete_cell"
  29. #6 0x00007f98e911bdaf in wait_handler (wait_tl=0x7f98ebe64c18) at timer.c:452
  30. p_cell = 0x7f98ebe64b98
  31. #7 timer_routine (ticks=<optimized out>, set=<optimized out>) at timer.c:1076
  32. tl = 0x7f98ebe64c18
  33. tmp_tl = 0x7f98ebe74528
  34. id = 2
  35. __FUNCTION__ = "timer_routine"
  36. #8 0x00000000004ab99c in handle_timer_job () at timer.c:723
  37. t = 0x7f98ebbddd08
  38. l = <optimized out>
  39. __FUNCTION__ = "handle_timer_job"
  40. #9 0x00000000004ad0ed in handle_io (idx=<optimized out>, event_type=<optimized out>, fm=<optimized out>) at timer.c:612
  41. No locals.
  42. #10 io_wait_loop_epoll (h=<optimized out>, t=<optimized out>, repeat=<optimized out>) at io_wait_loop.h:284
  43. ep_event = {events = 33, data = {ptr = 0x5e54e800000000, fd = 0, u32 = 0, u64 = 26552003219947520}}
  44. ret = <optimized out>
  45. n = 1
  46. r = 1
  47. e = <optimized out>
  48. fd = <optimized out>
  49. i = <optimized out>
  50. #11 start_timer_extra_processes (chd_rank=chd_rank@entry=0x890400 <chd_rank.11364>) at timer.c:681
  51. pid = <optimized out>
  52. __FUNCTION__ = "start_timer_extra_processes"
  53. #12 0x000000000041bb07 in main_loop () at main.c:689
  54. startup_done = 0x7f98ebd12e10
  55. chd_rank = 27
  56. #13 main (argc=<optimized out>, argv=<optimized out>) at main.c:1283
  57. cfg_stream = <optimized out>
  58. c = <optimized out>
  59. r = <optimized out>
  60. tmp = 0x7ffc665f0f65 ""
  61. tmp_len = <optimized out>
  62. port = <optimized out>
  63. proto = <optimized out>
  64. protos_no = <optimized out>
  65. options = 0x6248f8 "f:cCm:M:b:l:n:N:rRvdDFETSVhw:t:u:g:P:G:W:o:"
  66. ---Type <return> to continue, or q <return> to quit---
  67. ret = -1
  68. seed = 3915054748
  69. rfd = <optimized out>
  70. __FUNCTION__ = "main"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement