Advertisement
Guest User

Untitled

a guest
May 20th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
  2. Copyright (C) 2016 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /usr/sbin/kamailio...(no debugging symbols found)...done.
  16. [New LWP 14689]
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  19. Core was generated by `/usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -f /etc/kamailio/kamailio.'.
  20. Program terminated with signal SIGABRT, Aborted.
  21. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  22. 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  23. (gdb) bt
  24. #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  25. #1 0x00007f5c2edef42a in __GI_abort () at abort.c:89
  26. #2 0x00007f5c2ede6e67 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x7f5c287bada8 "PyBytes_Check(pframe->f_code->co_name)", file=file@entry=0x7f5c287bad9c "apy_kemi.c",
  27. line=line@entry=1819, function=function@entry=0x7f5c287bc0b0 "sr_apy_kemi_exec_func") at assert.c:92
  28. #3 0x00007f5c2ede6f12 in __GI___assert_fail (assertion=0x7f5c287bada8 "PyBytes_Check(pframe->f_code->co_name)", file=0x7f5c287bad9c "apy_kemi.c", line=1819,
  29. function=0x7f5c287bc0b0 "sr_apy_kemi_exec_func") at assert.c:101
  30. #4 0x00007f5c2879ad57 in sr_apy_kemi_exec_func () from /usr/lib/x86_64-linux-gnu/kamailio/modules/app_python3.so
  31. #5 0x00007f5c2876425c in ?? () from /usr/lib/x86_64-linux-gnu/kamailio/modules/app_python3.so
  32. #6 0x00007f5c2813c259 in PyCFunction_Call () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  33. #7 0x00007f5c2826d739 in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  34. #8 0x00007f5c2832f074 in ?? () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  35. #9 0x00007f5c2826badf in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  36. #10 0x00007f5c2826d6ad in PyEval_EvalFrameEx () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  37. #11 0x00007f5c2832f074 in ?? () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  38. #12 0x00007f5c2832f153 in PyEval_EvalCodeEx () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  39. #13 0x00007f5c281c2558 in ?? () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  40. #14 0x00007f5c2829ea37 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  41. #15 0x00007f5c282ea95c in ?? () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  42. #16 0x00007f5c2829ea37 in PyObject_Call () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  43. #17 0x00007f5c2832db77 in PyEval_CallObjectWithKeywords () from /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0
  44. #18 0x00007f5c287ab136 in apy_exec () from /usr/lib/x86_64-linux-gnu/kamailio/modules/app_python3.so
  45. #19 0x00007f5c2876ee94 in sr_kemi_config_engine_python () from /usr/lib/x86_64-linux-gnu/kamailio/modules/app_python3.so
  46. #20 0x00005617b29af7b4 in sr_kemi_route ()
  47. #21 0x00005617b2aacc03 in receive_msg ()
  48. #22 0x00005617b298ce4a in udp_rcv_loop ()
  49. #23 0x00005617b28d3718 in main_loop ()
  50. #24 0x00005617b28dca39 in main ()
  51. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement