Advertisement
Guest User

Untitled

a guest
Dec 4th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  2. Copyright (C) 2012 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. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /usr/sbin/asterisk...done.
  11. [New LWP 25154]
  12. [Thread debugging using libthread_db enabled]
  13. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  14. Core was generated by `asterisk -vvvvvc -g'.
  15. Program terminated with signal 11, Segmentation fault.
  16. #0 0x000000000057c1d6 in term_alloc (el=<optimized out>, t=0x5ce5e0, cap=0x593ae220 <Address 0x593ae220 out of bounds>)
  17. at term.c:398
  18. 398 if (cap == NULL || *cap == '\0') {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement