Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. [pda@pda-pc ~]$ gdb /usr/bin/aegisub
  2. GNU gdb (GDB) Fedora 7.8.2-38.fc21
  3. Copyright (C) 2014 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-redhat-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. Reading symbols from /usr/bin/aegisub...Reading symbols from /usr/bin/aegisub...(no debugging symbols found)...done.
  17. (no debugging symbols found)...done.
  18. Missing separate debuginfos, use: debuginfo-install aegisub-3.2.2-1.fc21.R.x86_64
  19. (gdb) run
  20. Starting program: /usr/bin/aegisub
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/lib64/libthread_db.so.1".
  23. Detaching after fork from child process 2906.
  24. Detaching after fork from child process 2908.
  25. Detaching after fork from child process 2910.
  26. [New Thread 0x7fffcacf7700 (LWP 2912)]
  27. [New Thread 0x7fffc91f8700 (LWP 2913)]
  28. [New Thread 0x7fffc89f7700 (LWP 2914)]
  29. [New Thread 0x7fffc3fff700 (LWP 2915)]
  30. [New Thread 0x7fffc37fe700 (LWP 2916)]
  31. [New Thread 0x7fffc2ffd700 (LWP 2917)]
  32. [New Thread 0x7fffc27fc700 (LWP 2918)]
  33. [New Thread 0x7fffc1ffb700 (LWP 2919)]
  34. [New Thread 0x7fffc17fa700 (LWP 2920)]
  35. Detaching after fork from child process 2921.
  36. Detaching after fork from child process 2923.
  37. Detaching after fork from child process 2925.
  38. Detaching after fork from child process 2927.
  39. Detaching after fork from child process 2929.
  40. [New Thread 0x7fffc0df6700 (LWP 2931)]
  41. [New Thread 0x7fffbbfff700 (LWP 2932)]
  42. [New Thread 0x7fffbb7fe700 (LWP 2933)]
  43. [New Thread 0x7fffbaffd700 (LWP 2934)]
  44. [New Thread 0x7fffba7fc700 (LWP 2935)]
  45. [New Thread 0x7fffb9ffb700 (LWP 2936)]
  46. [New Thread 0x7fffb97fa700 (LWP 2937)]
  47. [Thread 0x7fffbaffd700 (LWP 2934) exited]
  48. [Thread 0x7fffbbfff700 (LWP 2932) exited]
  49. [Thread 0x7fffba7fc700 (LWP 2935) exited]
  50. [Thread 0x7fffb97fa700 (LWP 2937) exited]
  51. [Thread 0x7fffc0df6700 (LWP 2931) exited]
  52. [Thread 0x7fffbb7fe700 (LWP 2933) exited]
  53. [Thread 0x7fffb9ffb700 (LWP 2936) exited]
  54. ^C
  55. Program received signal SIGINT, Interrupt.
  56. 0x00007ffff0a1c8f5 in pthread_mutex_lock () from /lib64/libpthread.so.0
  57. (gdb) t a a bt
  58.  
  59. Thread 10 (Thread 0x7fffc17fa700 (LWP 2920)):
  60. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  61. at /lib64/libpthread.so.0
  62. #1 0x00000000005521dc in ()
  63. #2 0x0000000000554791 in ()
  64. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  65. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  66. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  67. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  68.  
  69. Thread 9 (Thread 0x7fffc1ffb700 (LWP 2919)):
  70. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  71. at /lib64/libpthread.so.0
  72. #1 0x00000000005521dc in ()
  73. #2 0x0000000000554791 in ()
  74. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  75. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  76. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  77. ---Type <return> to continue, or q <return> to quit---
  78. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  79.  
  80. Thread 8 (Thread 0x7fffc27fc700 (LWP 2918)):
  81. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  82. at /lib64/libpthread.so.0
  83. #1 0x00000000005521dc in ()
  84. #2 0x0000000000554791 in ()
  85. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  86. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  87. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  88. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  89.  
  90. Thread 7 (Thread 0x7fffc2ffd700 (LWP 2917)):
  91. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  92. at /lib64/libpthread.so.0
  93. #1 0x00000000005521dc in ()
  94. #2 0x0000000000554791 in ()
  95. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  96. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  97. ---Type <return> to continue, or q <return> to quit---
  98. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  99. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  100.  
  101. Thread 6 (Thread 0x7fffc37fe700 (LWP 2916)):
  102. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  103. at /lib64/libpthread.so.0
  104. #1 0x00000000005521dc in ()
  105. #2 0x0000000000554791 in ()
  106. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  107. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  108. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  109. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  110.  
  111. Thread 5 (Thread 0x7fffc3fff700 (LWP 2915)):
  112. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  113. at /lib64/libpthread.so.0
  114. #1 0x00000000005521dc in ()
  115. #2 0x0000000000554791 in ()
  116. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  117. ---Type <return> to continue, or q <return> to quit---
  118. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  119. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  120. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  121.  
  122. Thread 4 (Thread 0x7fffc89f7700 (LWP 2914)):
  123. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  124. at /lib64/libpthread.so.0
  125. #1 0x00000000005521dc in ()
  126. #2 0x0000000000554791 in ()
  127. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() ()
  128. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  129. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  130. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  131.  
  132. Thread 3 (Thread 0x7fffc91f8700 (LWP 2913)):
  133. #0 0x00007ffff0a1f590 in pthread_cond_wait@@GLIBC_2.3.2 ()
  134. at /lib64/libpthread.so.0
  135. #1 0x00000000005521dc in ()
  136. #2 0x0000000000554791 in ()
  137. #3 0x000000000089570f in std::thread::_Impl<std::_Bind_simple<agi::dispatch::Init(std::function<void (std::function<void ()>)>)::{lambda()#1} ()> >::_M_run() (---Type <return> to continue, or q <return> to quit---
  138. )
  139. #4 0x00007ffff00d5e00 in () at /lib64/libstdc++.so.6
  140. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  141. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  142.  
  143. Thread 2 (Thread 0x7fffcacf7700 (LWP 2912)):
  144. #0 0x00007fffefb3bc8d in poll () at /lib64/libc.so.6
  145. #1 0x00007fffeba03b34 in g_main_context_iterate.isra ()
  146. at /lib64/libglib-2.0.so.0
  147. #2 0x00007fffeba03ec2 in g_main_loop_run () at /lib64/libglib-2.0.so.0
  148. #3 0x00007fffe3ce1e66 in gdbus_shared_thread_func () at /lib64/libgio-2.0.so.0
  149. #4 0x00007fffeba2a3d5 in g_thread_proxy () at /lib64/libglib-2.0.so.0
  150. #5 0x00007ffff0a1a52a in start_thread () at /lib64/libpthread.so.0
  151. #6 0x00007fffefb4722d in clone () at /lib64/libc.so.6
  152.  
  153. Thread 1 (Thread 0x7ffff7f4eb40 (LWP 2902)):
  154. #0 0x00007ffff0a1c8f5 in pthread_mutex_lock () at /lib64/libpthread.so.0
  155. #1 0x00007ffff7ded495 in tls_get_addr_tail () at /lib64/ld-linux-x86-64.so.2
  156. #2 0x00007ffff00d4e44 in __once_proxy () at /lib64/libstdc++.so.6
  157. #3 0x00007ffff0a20b30 in pthread_once () at /lib64/libpthread.so.0
  158. #4 0x0000000000514c40 in ()
  159. #5 0x00000000006861a9 in Automation4::AutoloadScriptManager::Reload() ()
  160. #6 0x0000000000686b33 in Automation4::AutoloadScriptManager::AutoloadScriptMana---Type <return> to continue, or q <return> to quit---
  161. ger(std::string) ()
  162. #7 0x00000000006f0573 in AegisubApp::OnInit() ()
  163. #8 0x00007ffff52bb012 in wxEntry(int&, wchar_t**) ()
  164. at /lib64/libwx_baseu-3.0.so.0
  165. #9 0x00000000004518a2 in main ()
  166. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement