Advertisement
rghvdberg

jalv.gtk ingen in vm ubuntu 16.04

Mar 22nd, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 16.54 KB | None | 0 0
  1. gdb --args jalv.gtk file:///usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl
  2. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
  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. Reading symbols from jalv.gtk...(no debugging symbols found)...done.
  17. (gdb) r
  18. Starting program: /usr/bin/jalv.gtk file:///usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffecfc8700 (LWP 3848)]
  22. [New Thread 0x7fffe7fff700 (LWP 3849)]
  23. [New Thread 0x7fffe77fe700 (LWP 3850)]
  24. Plugin:       file:///usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl
  25. UI:           http://drobilla.net/ns/ingen#GraphUIGtk2
  26. UI Type:      http://lv2plug.in/ns/extensions/ui#GtkUI
  27. JACK Name:    Ingen Stereo Instrument Template
  28. [New Thread 0x7ffff7ef2700 (LWP 3851)]
  29. [New Thread 0x7fffec7c7700 (LWP 3852)]
  30. Cannot lock down 107341338 byte memory area (Cannot allocate memory)
  31. Block length: 1024 frames
  32. MIDI buffers: 32768 bytes
  33. Comm buffers: 65536 bytes
  34. Update rate:  25,0 Hz
  35. Loaded configuration /home/rob/.config/ingen/options.ttl
  36. Block: 1024 frames, Sequence: 32768 bytes
  37. [New Thread 0x7fffe68cc700 (LWP 3853)]
  38. [New Thread 0x7fffe60cb700 (LWP 3854)]
  39. [New Thread 0x7fffe50c8700 (LWP 3855)]
  40. Failed to set real-time priority of run thread (Operation not permitted)
  41. Loading file:///usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl from /usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl
  42. Registering client <ingen:/clients/atom_writer>
  43.  
  44. [New Thread 0x7fffe48c7700 (LWP 3856)]
  45. [New Thread 0x7fffec16b700 (LWP 3857)]
  46. Cannot use real-time scheduling (RR/5)(1: Operation not permitted)
  47. JackClient::AcquireSelfRealTime error
  48. Loaded configuration /home/rob/.config/ingen/options.ttl
  49. Loading client module
  50. [New Thread 0x7fffbc0ba700 (LWP 3858)]
  51. [New Thread 0x7fffbb8b9700 (LWP 3859)]
  52. [New Thread 0x7fffbac47700 (LWP 3860)]
  53.  
  54. Thread 1 "jalv.gtk" received signal SIGSEGV, Segmentation fault.
  55. __GI___pthread_mutex_lock (mutex=0x5591) at ../nptl/pthread_mutex_lock.c:67
  56. 67  ../nptl/pthread_mutex_lock.c: No such file or directory.
  57. (gdb) thread apply all bt
  58.  
  59. Thread 14 (Thread 0x7fffbac47700 (LWP 3860)):
  60. #0  0x00007ffff7bc9827 in futex_abstimed_wait_cancelable (private=0,
  61.     abstime=0x0, expected=0, futex_word=0xcdd8a8)
  62.     at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  63. #1  do_futex_wait (sem=sem@entry=0xcdd8a8, abstime=0x0) at sem_waitcommon.c:111
  64. #2  0x00007ffff7bc98d4 in __new_sem_wait_slow (sem=0xcdd8a8, abstime=0x0)
  65.     at sem_waitcommon.c:181
  66. #3  0x00007ffff7bc997a in __new_sem_wait (sem=<optimized out>) at sem_wait.c:29
  67. #4  0x00007fffd14edec2 in Ingen::GUI::ThreadedLoader::run() ()
  68.    from /usr/lib/libingen_gui.so
  69. #5  0x00007ffff5dc2c80 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  70. #6  0x00007ffff7bc16ba in start_thread (arg=0x7fffbac47700)
  71.     at pthread_create.c:333
  72. #7  0x00007ffff65e682d in clone ()
  73.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  74.  
  75. Thread 13 (Thread 0x7fffbb8b9700 (LWP 3859)):
  76. #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  77. #1  0x00007ffff6937cfa in g_cond_wait_until ()
  78.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  79. #2  0x00007ffff68c7999 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  80. #3  0x00007ffff691a526 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  81. ---Type <return> to continue, or q <return> to quit---
  82. #4  0x00007ffff6919bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  83. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffbb8b9700)
  84.     at pthread_create.c:333
  85. #6  0x00007ffff65e682d in clone ()
  86.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  87.  
  88. Thread 12 (Thread 0x7fffbc0ba700 (LWP 3858)):
  89. #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  90. #1  0x00007ffff6937cfa in g_cond_wait_until ()
  91.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  92. #2  0x00007ffff68c7999 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  93. #3  0x00007ffff691a526 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  94. #4  0x00007ffff6919bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  95. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffbc0ba700)
  96.     at pthread_create.c:333
  97. #6  0x00007ffff65e682d in clone ()
  98.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  99.  
  100. Thread 11 (Thread 0x7fffec16b700 (LWP 3857)):
  101. #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  102. #1  0x00007ffff748ed5f in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  103. #2  0x00007ffff746bf15 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  104. #3  0x00007ffff746aea7 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  105. ---Type <return> to continue, or q <return> to quit---
  106. #4  0x00007ffff746a648 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  107. #5  0x00007ffff748caa0 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  108. #6  0x00007ffff7bc16ba in start_thread (arg=0x7fffec16b700)
  109.     at pthread_create.c:333
  110. #7  0x00007ffff65e682d in clone ()
  111.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  112.  
  113. Thread 10 (Thread 0x7fffe48c7700 (LWP 3856)):
  114. #0  0x00007ffff7bc9827 in futex_abstimed_wait_cancelable (private=0,
  115.     abstime=0x0, expected=0, futex_word=0x9ba3d0)
  116.     at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  117. #1  do_futex_wait (sem=sem@entry=0x9ba3d0, abstime=0x0) at sem_waitcommon.c:111
  118. #2  0x00007ffff7bc98d4 in __new_sem_wait_slow (sem=0x9ba3d0, abstime=0x0)
  119.     at sem_waitcommon.c:181
  120. #3  0x00007ffff7bc997a in __new_sem_wait (sem=<optimized out>) at sem_wait.c:29
  121. #4  0x00007fffec521bec in ingen_lv2_main ()
  122.    from /usr/lib/lv2/ingen.lv2/libingen_lv2.so
  123. #5  0x00007fffec528b83 in std::thread::_Impl<std::_Bind_simple<void (*(std::shared_ptr<Ingen::Server::Engine>, Ingen::Server::LV2Driver*))(std::shared_ptr<Ingen::Server::Engine>, Ingen::Server::LV2Driver*)> >::_M_run() ()
  124.    from /usr/lib/lv2/ingen.lv2/libingen_lv2.so
  125. #6  0x00007ffff5dc2c80 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  126. #7  0x00007ffff7bc16ba in start_thread (arg=0x7fffe48c7700)
  127. ---Type <return> to continue, or q <return> to quit---
  128.     at pthread_create.c:333
  129. #8  0x00007ffff65e682d in clone ()
  130.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  131.  
  132. Thread 9 (Thread 0x7fffe50c8700 (LWP 3855)):
  133. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  134.     at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  135. #1  0x00007ffff5dbd91c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  136. #2  0x00007fffec2483bc in Ingen::Server::Engine::wait_for_tasks() ()
  137.    from /usr/lib/libingen_server.so
  138. #3  0x00007fffec265480 in Ingen::Server::RunContext::run() ()
  139.    from /usr/lib/libingen_server.so
  140. #4  0x00007ffff5dc2c80 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  141. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffe50c8700)
  142.     at pthread_create.c:333
  143. #6  0x00007ffff65e682d in clone ()
  144.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  145.  
  146. Thread 8 (Thread 0x7fffe60cb700 (LWP 3854)):
  147. #0  0x00007ffff7bc9827 in futex_abstimed_wait_cancelable (private=0,
  148.     abstime=0x0, expected=0, futex_word=0x9b8998)
  149.     at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  150. ---Type <return> to continue, or q <return> to quit---
  151. #1  do_futex_wait (sem=sem@entry=0x9b8998, abstime=0x0) at sem_waitcommon.c:111
  152. #2  0x00007ffff7bc98d4 in __new_sem_wait_slow (sem=0x9b8998, abstime=0x0)
  153.     at sem_waitcommon.c:181
  154. #3  0x00007ffff7bc997a in __new_sem_wait (sem=<optimized out>) at sem_wait.c:29
  155. #4  0x00007fffec273d0a in Ingen::Server::Worker::run() ()
  156.    from /usr/lib/libingen_server.so
  157. #5  0x00007ffff5dc2c80 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  158. #6  0x00007ffff7bc16ba in start_thread (arg=0x7fffe60cb700)
  159.     at pthread_create.c:333
  160. #7  0x00007ffff65e682d in clone ()
  161.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  162.  
  163. Thread 7 (Thread 0x7fffe68cc700 (LWP 3853)):
  164. #0  0x00007ffff7bc9a15 in futex_abstimed_wait_cancelable (private=0,
  165.     abstime=0x7fffe68cb9d0, expected=0, futex_word=0x9b86d0)
  166.     at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  167. #1  do_futex_wait (sem=sem@entry=0x9b86d0,
  168.     abstime=abstime@entry=0x7fffe68cb9d0) at sem_waitcommon.c:111
  169. #2  0x00007ffff7bc9adf in __new_sem_wait_slow (sem=0x9b86d0,
  170.     abstime=0x7fffe68cb9d0) at sem_waitcommon.c:181
  171. #3  0x00007ffff7bc9b92 in sem_timedwait (sem=<optimized out>,
  172.     abstime=<optimized out>) at sem_timedwait.c:36
  173. #4  0x00007fffec264f7a in Ingen::Server::PreProcessor::run() ()
  174. ---Type <return> to continue, or q <return> to quit---
  175.    from /usr/lib/libingen_server.so
  176. #5  0x00007ffff5dc2c80 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  177. #6  0x00007ffff7bc16ba in start_thread (arg=0x7fffe68cc700)
  178.     at pthread_create.c:333
  179. #7  0x00007ffff65e682d in clone ()
  180.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  181.  
  182. Thread 6 (Thread 0x7fffec7c7700 (LWP 3852)):
  183. #0  0x00007ffff7bca51d in read () at ../sysdeps/unix/syscall-template.S:84
  184. #1  0x00007ffff748e1f5 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  185. #2  0x00007ffff7491a6b in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  186. #3  0x00007ffff748caa0 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  187. #4  0x00007ffff7bc16ba in start_thread (arg=0x7fffec7c7700)
  188.     at pthread_create.c:333
  189. #5  0x00007ffff65e682d in clone ()
  190.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  191.  
  192. Thread 5 (Thread 0x7ffff7ef2700 (LWP 3851)):
  193. #0  pthread_cond_wait@@GLIBC_2.3.2 ()
  194.     at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  195. #1  0x00007ffff748d8cc in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  196. #2  0x00007ffff7480828 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  197. #3  0x00007ffff748caa0 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  198. ---Type <return> to continue, or q <return> to quit---
  199. #4  0x00007ffff7bc16ba in start_thread (arg=0x7ffff7ef2700)
  200.     at pthread_create.c:333
  201. #5  0x00007ffff65e682d in clone ()
  202.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  203.  
  204. Thread 4 (Thread 0x7fffe77fe700 (LWP 3850)):
  205. #0  0x00007ffff65dab5d in poll () at ../sysdeps/unix/syscall-template.S:84
  206. #1  0x00007ffff68f338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  207. #2  0x00007ffff68f349c in g_main_context_iteration ()
  208.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  209. #3  0x00007fffed1ed28d in ?? ()
  210.    from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  211. #4  0x00007ffff6919bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  212. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffe77fe700)
  213.     at pthread_create.c:333
  214. #6  0x00007ffff65e682d in clone ()
  215.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  216.  
  217. Thread 3 (Thread 0x7fffe7fff700 (LWP 3849)):
  218. #0  0x00007ffff65dab5d in poll () at ../sysdeps/unix/syscall-template.S:84
  219. #1  0x00007ffff68f338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  220. #2  0x00007ffff68f3712 in g_main_loop_run ()
  221.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  222. ---Type <return> to continue, or q <return> to quit---
  223. #3  0x00007ffff44ef9d6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  224. #4  0x00007ffff6919bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  225. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffe7fff700)
  226.     at pthread_create.c:333
  227. #6  0x00007ffff65e682d in clone ()
  228.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  229.  
  230. Thread 2 (Thread 0x7fffecfc8700 (LWP 3848)):
  231. #0  0x00007ffff65dab5d in poll () at ../sysdeps/unix/syscall-template.S:84
  232. #1  0x00007ffff68f338c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  233. #2  0x00007ffff68f349c in g_main_context_iteration ()
  234.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  235. #3  0x00007ffff68f34d9 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  236. #4  0x00007ffff6919bb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  237. #5  0x00007ffff7bc16ba in start_thread (arg=0x7fffecfc8700)
  238.     at pthread_create.c:333
  239. #6  0x00007ffff65e682d in clone ()
  240.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  241.  
  242. Thread 1 (Thread 0x7ffff7f3ba40 (LWP 3844)):
  243. #0  __GI___pthread_mutex_lock (mutex=0x5591) at ../nptl/pthread_mutex_lock.c:67
  244. #1  0x00007ffff5139bfa in XrmQGetResource ()
  245.    from /usr/lib/x86_64-linux-gnu/libX11.so.6
  246. ---Type <return> to continue, or q <return> to quit---
  247. #2  0x00007ffff5115f86 in XGetDefault ()
  248.    from /usr/lib/x86_64-linux-gnu/libX11.so.6
  249. #3  0x00007ffff4a4e93f in ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  250. #4  0x00007ffff4a50e60 in ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  251. #5  0x00007ffff4a22627 in cairo_surface_get_font_options ()
  252.    from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  253. #6  0x00007ffff49e0cff in ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  254. #7  0x00007ffff49e3e13 in ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  255. #8  0x00007ffff49d5a44 in cairo_show_glyphs ()
  256.    from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  257. #9  0x00007ffff543622b in ?? ()
  258.    from /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
  259. #10 0x00007ffff54365bf in ?? ()
  260.    from /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
  261. #11 0x00007ffff3fd0c79 in pango_renderer_draw_glyphs ()
  262.    from /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  263. #12 0x00007ffff3fd1930 in pango_renderer_draw_layout_line ()
  264.    from /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  265. #13 0x00007ffff3fd1b45 in pango_renderer_draw_layout ()
  266.    from /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
  267. #14 0x00007ffff543676a in ?? ()
  268.    from /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
  269. #15 0x00007ffff6ece2a0 in ?? ()
  270. ---Type <return> to continue, or q <return> to quit---
  271.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  272. #16 0x00007ffff6ecfa69 in ?? ()
  273.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  274. #17 0x00007ffff6faeeb7 in ?? ()
  275.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  276. #18 0x00007fffd0e19224 in Gtk::Widget::on_expose_event(_GdkEventExpose*) ()
  277.    from /usr/lib/x86_64-linux-gnu/libgtkmm-2.4.so.1
  278. #19 0x00007fffd0e1b1f4 in Gtk::Widget_Class::expose_event_callback(_GtkWidget*, _GdkEventExpose*) () from /usr/lib/x86_64-linux-gnu/libgtkmm-2.4.so.1
  279. #20 0x00007ffff6f3fafc in ?? ()
  280.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  281. #21 0x00007ffff6bc9fa5 in g_closure_invoke ()
  282.    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  283. #22 0x00007ffff6bdc56e in ?? ()
  284.    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  285. #23 0x00007ffff6be47f9 in g_signal_emit_valist ()
  286.    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  287. #24 0x00007ffff6be508f in g_signal_emit ()
  288.    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  289. #25 0x00007ffff70578cc in ?? ()
  290.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  291. #26 0x00007ffff6f3e8b2 in gtk_main_do_event ()
  292.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  293. ---Type <return> to continue, or q <return> to quit---
  294. #27 0x00007ffff5880b9f in ?? ()
  295.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  296. #28 0x00007ffff5880b45 in ?? ()
  297.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  298. #29 0x00007ffff5880b45 in ?? ()
  299.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  300. #30 0x00007ffff587d671 in ?? ()
  301.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  302. #31 0x00007ffff587dfa8 in gdk_window_process_all_updates ()
  303.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  304. #32 0x00007ffff6ec3981 in ?? ()
  305.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  306. #33 0x00007ffff585cd57 in ?? ()
  307.    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
  308. #34 0x00007ffff68f304a in g_main_context_dispatch ()
  309.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  310. #35 0x00007ffff68f33f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  311. #36 0x00007ffff68f3712 in g_main_loop_run ()
  312.    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  313. #37 0x00007ffff6f3d6a7 in gtk_main ()
  314.    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  315. #38 0x000000000040e4bf in ?? ()
  316. #39 0x0000000000406fc8 in ?? ()
  317. ---Type <return> to continue, or q <return> to quit---
  318. #40 0x00007ffff6500830 in __libc_start_main (main=0x405b80, argc=2,
  319.     argv=0x7fffffffdc08, init=<optimized out>, fini=<optimized out>,
  320.     rtld_fini=<optimized out>, stack_end=0x7fffffffdbf8)
  321.     at ../csu/libc-start.c:291
  322. #41 0x0000000000407689 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement