Advertisement
Guest User

Untitled

a guest
May 26th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 17.31 KB | None | 0 0
  1. (gdb) thread apply all bt
  2.  
  3. Thread 8 (Thread 0x7f23218d0910 (LWP 17773)):
  4. #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:220
  5. #1  0x00007f2332305692 in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x1814ca0, time=200000) at thread/qwaitcondition_unix.cpp:85
  6. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x1814ca0, time=200000) at thread/qwaitcondition_unix.cpp:159
  7. #3  0x00007f232ee8d14b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1814c80)
  8.     at /home/milian/projects/kde4/kdevplatform/language/duchain/duchain.cpp:286
  9. #4  0x00007f2332304775 in QThreadPrivate::start (arg=0x1814c80) at thread/qthread_unix.cpp:248
  10. #5  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  11. #6  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  12. #7  0x0000000000000000 in ?? ()
  13. Current language:  auto
  14. The current source language is "auto; currently asm".
  15.  
  16. Thread 7 (Thread 0x7f231b58c910 (LWP 17774)):
  17. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  18. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  19.     at thread/qwaitcondition_unix.cpp:87
  20. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  21. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  22. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  23. #5  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  24. #6  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  25. #7  0x00007f2332304775 in QThreadPrivate::start (arg=0x153ef60) at thread/qthread_unix.cpp:248
  26. #8  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  27. #9  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  28. #10 0x0000000000000000 in ?? ()
  29.  
  30. Thread 6 (Thread 0x7f231a58a910 (LWP 17776)):
  31. #0  0x00007f233073c412 in select () from /lib/libc.so.6
  32. #1  0x00007f23323d5db3 in QProcessManager::run (this=0x7f233270cf20) at io/qprocess_unix.cpp:245
  33. #2  0x00007f2332304775 in QThreadPrivate::start (arg=0x7f233270cf20) at thread/qthread_unix.cpp:248
  34. #3  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  35. #4  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  36. #5  0x0000000000000000 in ?? ()
  37.  
  38. Thread 5 (Thread 0x7f2319d89910 (LWP 17778)):
  39. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  40. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  41.     at thread/qwaitcondition_unix.cpp:87
  42. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  43. ---Type <return> to continue, or q <return> to quit---
  44. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  45. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  46. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  47. #6  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  48. #7  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  49. #8  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  50. #9  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  51. #10 0x00007f2332304775 in QThreadPrivate::start (arg=0x20af350) at thread/qthread_unix.cpp:248
  52. #11 0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  53. #12 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  54. #13 0x0000000000000000 in ?? ()
  55. Current language:  auto
  56. The current source language is "auto; currently c".
  57.  
  58. Thread 4 (Thread 0x7f2318d87910 (LWP 17783)):
  59. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  60. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  61.     at thread/qwaitcondition_unix.cpp:87
  62. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  63. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  64. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  65. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  66. #6  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  67. #7  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  68. #8  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  69. #9  0x00007f2332304775 in QThreadPrivate::start (arg=0x217b780) at thread/qthread_unix.cpp:248
  70. #10 0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  71. #11 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  72. #12 0x0000000000000000 in ?? ()
  73. Current language:  auto
  74. The current source language is "auto; currently asm".
  75.  
  76. Thread 3 (Thread 0x7f2309cd7910 (LWP 18054)):
  77. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  78. #1  0x00007f232fb0c396 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7f232fdea220) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
  79. #2  0x00007f232fb0c3d9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x7f232fdf82ec)
  80.     at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
  81. #3  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  82. #4  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  83. #5  0x0000000000000000 in ?? ()
  84.  
  85. Thread 2 (Thread 0x7f2302460910 (LWP 18124)):
  86. ---Type <return> to continue, or q <return> to quit---
  87. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  88. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  89.     at thread/qwaitcondition_unix.cpp:87
  90. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  91. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  92. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  93. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  94. #6  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  95. #7  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  96. #8  0x00007f2332304775 in QThreadPrivate::start (arg=0x4ffcc40) at thread/qthread_unix.cpp:248
  97. #9  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  98. #10 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  99. #11 0x0000000000000000 in ?? ()
  100.  
  101. Thread 1 (Thread 0x7f2335a74750 (LWP 17772)):
  102. #0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
  103. #1  0x00007f233207a2cb in _L_lock_20 () from /lib/libpthread.so.0
  104. #2  0x00007f233207a079 in __pthread_cond_destroy (cond=0x7f2304688358) at pthread_cond_destroy.c:33
  105. #3  0x00007f2332303ebd in ~QMutexPrivate (this=0x7f2304688310, __in_chrg=<value optimized out>) at thread/qmutex_unix.cpp:74
  106. #4  0x00007f23322ffa51 in ~QMutex (this=<value optimized out>, __in_chrg=<value optimized out>) at thread/qmutex.cpp:132
  107. #5  0x00007f233069cc12 in __run_exit_handlers (status=0) at exit.c:78
  108. #6  *__GI_exit (status=0) at exit.c:100
  109. #7  0x00007f2330682ac4 in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized out>,
  110.     fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=0x7fff6ba5a9e8) at libc-start.c:252
  111. #8  0x00000000004045f9 in _start () at ../sysdeps/x86_64/elf/start.S:113
  112. (gdb) cont
  113. Continuing.
  114. ^C
  115. Program received signal SIGINT, Interrupt.
  116. __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
  117. 97      in ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
  118. (gdb) thread 1
  119. [Switching to thread 1 (Thread 0x7f2335a74750 (LWP 17772))]#0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
  120. 97      in ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
  121. (gdb) bt
  122. #0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
  123. #1  0x00007f233207a2cb in _L_lock_20 () from /lib/libpthread.so.0
  124. #2  0x00007f233207a079 in __pthread_cond_destroy (cond=0x7f2304688358) at pthread_cond_destroy.c:33
  125. #3  0x00007f2332303ebd in ~QMutexPrivate (this=0x7f2304688310, __in_chrg=<value optimized out>) at thread/qmutex_unix.cpp:74
  126. #4  0x00007f23322ffa51 in ~QMutex (this=<value optimized out>, __in_chrg=<value optimized out>) at thread/qmutex.cpp:132
  127. #5  0x00007f233069cc12 in __run_exit_handlers (status=0) at exit.c:78
  128. #6  *__GI_exit (status=0) at exit.c:100
  129. #7  0x00007f2330682ac4 in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized out>,
  130.     fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=0x7fff6ba5a9e8) at libc-start.c:252
  131. #8  0x00000000004045f9 in _start () at ../sysdeps/x86_64/elf/start.S:113
  132. (gdb) thread apply all bt
  133.  
  134. Thread 8 (Thread 0x7f23218d0910 (LWP 17773)):
  135. #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:220
  136. #1  0x00007f2332305692 in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x1814ca0, time=200000) at thread/qwaitcondition_unix.cpp:85
  137. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x1814ca0, time=200000) at thread/qwaitcondition_unix.cpp:159
  138. #3  0x00007f232ee8d14b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1814c80)
  139.     at /home/milian/projects/kde4/kdevplatform/language/duchain/duchain.cpp:286
  140. #4  0x00007f2332304775 in QThreadPrivate::start (arg=0x1814c80) at thread/qthread_unix.cpp:248
  141. #5  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  142. #6  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  143. #7  0x0000000000000000 in ?? ()
  144.  
  145. Thread 7 (Thread 0x7f231b58c910 (LWP 17774)):
  146. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  147. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  148.     at thread/qwaitcondition_unix.cpp:87
  149. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  150. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  151. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  152. #5  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  153. #6  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  154. #7  0x00007f2332304775 in QThreadPrivate::start (arg=0x153ef60) at thread/qthread_unix.cpp:248
  155. #8  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  156. #9  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  157. #10 0x0000000000000000 in ?? ()
  158.  
  159. Thread 6 (Thread 0x7f231a58a910 (LWP 17776)):
  160. #0  0x00007f233073c412 in select () from /lib/libc.so.6
  161. #1  0x00007f23323d5db3 in QProcessManager::run (this=0x7f233270cf20) at io/qprocess_unix.cpp:245
  162. #2  0x00007f2332304775 in QThreadPrivate::start (arg=0x7f233270cf20) at thread/qthread_unix.cpp:248
  163. #3  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  164. #4  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  165. #5  0x0000000000000000 in ?? ()
  166.  
  167. Thread 5 (Thread 0x7f2319d89910 (LWP 17778)):
  168. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  169. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  170.     at thread/qwaitcondition_unix.cpp:87
  171. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  172. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  173. ---Type <return> to continue, or q <return> to quit---
  174. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  175. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  176. #6  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  177. #7  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  178. #8  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  179. #9  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  180. #10 0x00007f2332304775 in QThreadPrivate::start (arg=0x20af350) at thread/qthread_unix.cpp:248
  181. #11 0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  182. #12 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  183. #13 0x0000000000000000 in ?? ()
  184. Current language:  auto
  185. The current source language is "auto; currently c".
  186.  
  187. Thread 4 (Thread 0x7f2318d87910 (LWP 17783)):
  188. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  189. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  190.     at thread/qwaitcondition_unix.cpp:87
  191. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  192. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  193. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  194. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  195. #6  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  196. #7  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  197. #8  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  198. #9  0x00007f2332304775 in QThreadPrivate::start (arg=0x217b780) at thread/qthread_unix.cpp:248
  199. #10 0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  200. #11 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  201. #12 0x0000000000000000 in ?? ()
  202. Current language:  auto
  203. The current source language is "auto; currently asm".
  204.  
  205. Thread 3 (Thread 0x7f2309cd7910 (LWP 18054)):
  206. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  207. #1  0x00007f232fb0c396 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7f232fdea220) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
  208. #2  0x00007f232fb0c3d9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x7f232fdf82ec)
  209.     at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
  210. #3  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  211. #4  0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  212. #5  0x0000000000000000 in ?? ()
  213.  
  214. Thread 2 (Thread 0x7f2302460910 (LWP 18124)):
  215. #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
  216. ---Type <return> to continue, or q <return> to quit---
  217. #1  0x00007f233230572b in QWaitConditionPrivate::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615)
  218.     at thread/qwaitcondition_unix.cpp:87
  219. #2  QWaitCondition::wait (this=<value optimized out>, mutex=0x20f1590, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
  220. #3  0x00007f2333e65096 in ?? () from /usr/lib/libthreadweaver.so.4
  221. #4  0x00007f2333e6774b in ?? () from /usr/lib/libthreadweaver.so.4
  222. #5  0x00007f2333e67764 in ?? () from /usr/lib/libthreadweaver.so.4
  223. #6  0x00007f2333e65bff in ?? () from /usr/lib/libthreadweaver.so.4
  224. #7  0x00007f2333e66058 in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
  225. #8  0x00007f2332304775 in QThreadPrivate::start (arg=0x4ffcc40) at thread/qthread_unix.cpp:248
  226. #9  0x00007f2332075a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
  227. #10 0x00007f233074380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  228. #11 0x0000000000000000 in ?? ()
  229.  
  230. Thread 1 (Thread 0x7f2335a74750 (LWP 17772)):
  231. #0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
  232. #1  0x00007f233207a2cb in _L_lock_20 () from /lib/libpthread.so.0
  233. #2  0x00007f233207a079 in __pthread_cond_destroy (cond=0x7f2304688358) at pthread_cond_destroy.c:33
  234. #3  0x00007f2332303ebd in ~QMutexPrivate (this=0x7f2304688310, __in_chrg=<value optimized out>) at thread/qmutex_unix.cpp:74
  235. #4  0x00007f23322ffa51 in ~QMutex (this=<value optimized out>, __in_chrg=<value optimized out>) at thread/qmutex.cpp:132
  236. #5  0x00007f233069cc12 in __run_exit_handlers (status=0) at exit.c:78
  237. #6  *__GI_exit (status=0) at exit.c:100
  238. #7  0x00007f2330682ac4 in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized out>,
  239.     fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=0x7fff6ba5a9e8) at libc-start.c:252
  240. #8  0x00000000004045f9 in _start () at ../sysdeps/x86_64/elf/start.S:113
  241. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement