Advertisement
nkeeling3

opensips-backtrace

Jan 22nd, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. # gdb /opt/opensips-1.8.2/sbin/opensips /data/coredumps/opensips.-f.16615.1358618721.core
  2. GNU gdb (GDB) 7.4.1
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "sparc-sun-solaris2.10".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /opt/opensips-1.8.2/sbin/opensips...(no debugging symbols found)...done.
  12. [New LWP 1]
  13. [Thread debugging using libthread_db enabled]
  14. [New Thread 1 (LWP 1)]
  15. Core was generated by `/opt/opensips-1.8.2/sbin/opensips -P /var/run/opensips.pid -m 512 -M 4 -u root'.
  16. Program terminated with signal 11, Segmentation fault.
  17. #0 0xffffffff7e53bb50 in strlen () from /lib/64/libc.so.1
  18. (gdb) bt full
  19. #0 0xffffffff7e53bb50 in strlen () from /lib/64/libc.so.1
  20. No symbol table info available.
  21. #1 0xffffffff7e5aabf8 in _ndoprnt () from /lib/64/libc.so.1
  22. No symbol table info available.
  23. #2 0xffffffff7e5ad3d4 in vsnprintf () from /lib/64/libc.so.1
  24. No symbol table info available.
  25. #3 0xffffffff7e5774bc in vsyslog () from /lib/64/libc.so.1
  26. No symbol table info available.
  27. #4 0xffffffff7e577004 in syslog () from /lib/64/libc.so.1
  28. No symbol table info available.
  29. #5 0xffffffff7990dd68 in check_addr_6 () from /opt/opensips-1.8.2/lib64/opensips/modules/permissions.so
  30. No symbol table info available.
  31. #6 0xffffffff7990dee0 in check_addr_4 () from /opt/opensips-1.8.2/lib64/opensips/modules/permissions.so
  32. No symbol table info available.
  33. #7 0x00000001000ec03c in do_action ()
  34. No symbol table info available.
  35. #8 0x00000001000e2ebc in run_action_list ()
  36. No symbol table info available.
  37. #9 0x00000001000a83c0 in eval_elem ()
  38. No symbol table info available.
  39. #10 0x00000001000aa29c in eval_expr ()
  40. No symbol table info available.
  41. #11 0x00000001000aa444 in eval_expr ()
  42. No symbol table info available.
  43. #12 0x00000001000e781c in do_action ()
  44. No symbol table info available.
  45. #13 0x00000001000e2ebc in run_action_list ()
  46. No symbol table info available.
  47. #14 0x00000001000e2c48 in run_actions ()
  48. No symbol table info available.
  49. #15 0x00000001000e30a4 in run_top_route ()
  50. No symbol table info available.
  51. #16 0x00000001000dfb20 in receive_msg ()
  52. No symbol table info available.
  53. #17 0x0000000100098540 in udp_rcv_loop ()
  54. No symbol table info available.
  55. #18 0x0000000100046b80 in main_loop ()
  56. No symbol table info available.
  57. #19 0x000000010004c310 in main ()
  58. No symbol table info available.
  59. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement