Advertisement
Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. root@dev:/opt/accel-ppp-code25052018/build# gdb --args /opt/accel-ppp/sbin/accel-pppd -c /etc/accel-ppp.conf
  2. GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
  3. Copyright (C) 2016 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 "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. /opt/accel-ppp/sbin/accel-pppd: No such file or directory.
  17. (gdb) exec-file /usr/local/sbin/accel-pppd
  18. (gdb) run
  19. Starting program: /usr/local/sbin/accel-pppd -c /etc/accel-ppp.conf
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. [New Thread 0x7ffff6272700 (LWP 27983)]
  23. [New Thread 0x7ffff5a71700 (LWP 27984)]
  24. [New Thread 0x7ffff7fc3700 (LWP 27985)]
  25. [New Thread 0x7ffff5270700 (LWP 27986)]
  26. [New Thread 0x7ffff516f700 (LWP 27987)]
  27. [New Thread 0x7ffff496e700 (LWP 27988)]
  28.  
  29. Thread 4 "accel-pppd" received signal SIGSEGV, Segmentation fault.
  30. [Switching to Thread 0x7ffff7fc3700 (LWP 27985)]
  31. 0x00007ffff7bd1d87 in __list_del () from /usr/local/lib64/accel-ppp/libtriton.so
  32. (gdb) bt full
  33. #0 0x00007ffff7bd1d87 in __list_del () from /usr/local/lib64/accel-ppp/libtriton.so
  34. No symbol table info available.
  35. #1 0x00007ffff7bd1dbf in list_del () from /usr/local/lib64/accel-ppp/libtriton.so
  36. No symbol table info available.
  37. #2 0x00007ffff7bd228b in triton_thread () from /usr/local/lib64/accel-ppp/libtriton.so
  38. No symbol table info available.
  39. #3 0x00007ffff77b0494 in start_thread (arg=0x7ffff7fc3700) at pthread_create.c:333
  40. __res = <optimized out>
  41. pd = 0x7ffff7fc3700
  42. now = <optimized out>
  43. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737353889536, -8684576780096590782, 0, 140737488347807, 0, 140737354125376, 8684559207845637186, 8684560316727995458}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0,
  44. cleanup = 0x0, canceltype = 0}}}
  45. not_first_call = <optimized out>
  46. pagesize_m1 = <optimized out>
  47. sp = <optimized out>
  48. freesize = <optimized out>
  49. __PRETTY_FUNCTION__ = "start_thread"
  50. #4 0x00007ffff697cacf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement