Guest User

Untitled

a guest
Nov 4th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. gdb -ex=run --args /usr/sbin/accel-pppd -p /var/run/accel-pppd.pid -c /etc/accel-ppp.conf
  2.  
  3. GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
  4. Copyright (C) 2022 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law.
  8. Type "show copying" and "show warranty" for details.
  9. This GDB was configured as "x86_64-linux-gnu".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <https://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14. <http://www.gnu.org/software/gdb/documentation/>.
  15.  
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from /usr/sbin/accel-pppd...
  19. Starting program: /usr/sbin/accel-pppd -p /var/run/accel-pppd.pid -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 0x7ffff760a640 (LWP 242110)]
  23. [New Thread 0x7ffff6dfa640 (LWP 242111)]
  24. [New Thread 0x7ffff65f9640 (LWP 242112)]
  25. [New Thread 0x7ffff5d75640 (LWP 244002)]
  26. [New Thread 0x7ffff5c74640 (LWP 244003)]
  27. [New Thread 0x7ffff5b73640 (LWP 244004)]
  28. [New Thread 0x7ffff5a72640 (LWP 244005)]
  29. [New Thread 0x7ffff5971640 (LWP 244006)]
  30. [New Thread 0x7ffff5170640 (LWP 244007)]
  31.  
  32. Thread 7 "accel-pppd" received signal SIGSEGV, Segmentation fault.
  33. [Switching to Thread 0x7ffff5b73640 (LWP 244004)]
  34. 0x00007ffff77d36b9 in __list_add (new=0x7fffe00a20d8, prev=0x278608b331fc000, next=0x7fffec0f52b0) at /opt/accel-ppp-code/accel-pppd/include/list.h:47
  35. 47prev->next = new;
  36. (gdb) bt fullbt full
  37.  
  38. #0 0x00007ffff77d36b9 in __list_add (new=0x7fffe00a20d8, prev=0x278608b331fc000, next=0x7fffec0f52b0)
  39. at /opt/accel-ppp-code/accel-pppd/include/list.h:47
  40. No locals.
  41. #1 0x00007ffff77d370d in list_add_tail (new=0x7fffe00a20d8, head=0x7fffec0f52b0) at /opt/accel-ppp-code/accel-pppd/include/list.h:73
  42. No locals.
  43. #2 0x00007ffff77d46e6 in fail_log (t=0x7ffff77d8280 <fail_log_target>, msg=0x7fffe00a20d8, ses=0x7fffec11cf60)
  44. at /opt/accel-ppp-code/accel-pppd/logs/log_file.c:358
  45. fpd = 0x7fffec0f5298
  46. #3 0x00005555555874ba in do_log (level=5, fmt=0x55555558bc1c "ccp_layer_free\n", ap=0x7ffff5b72860, ses=0x7fffec11cf60)
  47. at /opt/accel-ppp-code/accel-pppd/log.c:109
  48. t = 0x7ffff77d8280 <fail_log_target>
  49. m = 0x7fffe00a20d8
  50. #4 0x0000555555587ff9 in log_ppp_debug (fmt=0x55555558bc1c "ccp_layer_free\n") at /opt/accel-ppp-code/accel-pppd/log.c:230
  51. ap = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffff5b72940, reg_save_area = 0x7ffff5b72880}}
  52. #5 0x000055555557317b in ccp_layer_free (ld=0x7fffe4520b88) at /opt/accel-ppp-code/accel-pppd/ppp/ppp_ccp.c:184
  53. ccp = 0x7fffe4520b88
  54. #6 0x0000555555563c32 in _free_layers (ppp=0x7fffec11cf60) at /opt/accel-ppp-code/accel-pppd/ppp/ppp.c:707
  55. n = 0x7fffe0137c98
  56. d = 0x7fffe4520b88
  57. #7 0x0000555555562319 in destroy_ppp_channel (ppp=0x7fffec11cf60) at /opt/accel-ppp-code/accel-pppd/ppp/ppp.c:227
  58. No locals.
  59. #8 0x000055555556258b in destablish_ppp (ppp=0x7fffec11cf60) at /opt/accel-ppp-code/accel-pppd/ppp/ppp.c:268
  60. uc = 0x0
  61. #9 0x0000555555563556 in ppp_terminate (ses=0x7fffec11cf60, hard=1) at /opt/accel-ppp-code/accel-pppd/ppp/ppp.c:593
  62. ppp = 0x7fffec11cf60
  63. n = 0x7fffe452efe8
  64. d = 0x321c05090
  65. s = 0
  66. #10 0x000055555555ddb8 in ap_session_terminate (ses=0x7fffec11cf60, cause=1, hard=0) at /opt/accel-ppp-code/accel-pppd/session.c:298
  67. No locals.
  68. #11 0x000055555556833c in lcp_recv (h=0x7fffe452efc0) at /opt/accel-ppp-code/accel-pppd/ppp/ppp_lcp.c:821
  69. hdr = 0x7fffe04450c8
  70. lcp = 0x7fffe452ef98
  71. r = 32767
  72. term_msg = 0x5555555ce1e8 "\210\342\\UUU"
  73. #12 0x0000555555562c96 in ppp_chan_read (h=0x7fffec11d0c0) at /opt/accel-ppp-code/accel-pppd/ppp/ppp.c:424
  74. ppp = 0x7fffec11cf60
  75. ppp_h = 0x7fffe452efc0
  76. proto = 49185
  77. #13 0x00007ffff7fb228a in ctx_thread (ctx=0x7fffec19c628) at /opt/accel-ppp-code/accel-pppd/triton/triton.c:252
  78. h = 0x7fffe015b0c8
  79. t = 0x7fffec11cf60
  80. call = 0x7fffec11cf60
  81. tt = 140737153978072
  82. events = 1
  83. #14 0x00007ffff7fb201e in triton_thread (thread=0x555555606de8) at /opt/accel-ppp-code/accel-pppd/triton/triton.c:192
  84. set = {__val = {516, 0 <repeats 15 times>}}
  85. sig = 10
  86. need_free = 0
  87. stack = 0x0
  88. #15 0x00007ffff7891ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
  89. ret = <optimized out>
  90. pd = <optimized out>
  91. out = <optimized out>
  92. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737488346896, 8002429504245508911, 140737315812928, 2, 140737346344912, 140737488347248,
  93. -8002408001985533137, -8002412553186923729}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0,
  94. --Type <RET> for more, q to quit, c to continue without paging--c
  95.  
  96. cleanup = 0x0, canceltype = 0}}}
  97. not_first_call = <optimized out>
  98. #16 0x00007ffff7923850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
  99. No locals.
Advertisement
Add Comment
Please, Sign In to add comment