Advertisement
lykki

Untitled

Jul 4th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. gdb seq24ll
  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 seq24ll...done.
  17. (gdb) r
  18. Starting program: /home/lykki2/dev/seq24-0.9.2/src/seq24ll
  19. Missing separate debuginfos, use: debuginfo-install glibc-2.20-8.fc21.x86_64
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib64/libthread_db.so.1".
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. 0x00007ffff5888965 in lash_server_connected () from /lib64/liblash.so.1
  25. Missing separate debuginfos, use: debuginfo-install alsa-lib-1.0.28-2.fc21.x86_64 atk-2.14.0-1.fc21.x86_64 atkmm-2.22.7-4.fc21.x86_64 bzip2-libs-1.0.6-14.fc21.x86_64 cairo-1.14.2-1.fc21.x86_64 cairomm-1.10.0-9.fc21.x86_64 expat-2.1.0-10.fc21.x86_64 fontconfig-2.11.1-5.fc21.x86_64 freetype-2.5.3-16.fc21.x86_64 gdk-pixbuf2-2.31.1-1.fc21.x86_64 glib2-2.42.2-1.fc21.x86_64 glibmm24-2.42.0-1.fc21.x86_64 graphite2-1.2.4-3.fc21.x86_64 gtk2-2.24.28-1.fc21.x86_64 gtkmm24-2.24.4-4.fc21.x86_64 harfbuzz-0.9.36-1.fc21.x86_64 jack-audio-connection-kit-1.9.10-1.fc21.x86_64 lash-0.5.4-21.fc21.x86_64 libX11-1.6.2-2.fc21.x86_64 libXau-1.0.8-4.fc21.x86_64 libXcomposite-0.4.4-6.fc21.x86_64 libXcursor-1.1.14-4.fc21.x86_64 libXdamage-1.1.4-6.fc21.x86_64 libXext-1.3.3-2.fc21.x86_64 libXfixes-5.0.1-4.fc21.x86_64 libXi-1.7.4-2.fc21.x86_64 libXinerama-1.1.3-4.fc21.x86_64 libXrandr-1.4.2-2.fc21.x86_64 libXrender-0.9.8-4.fc21.x86_64 libffi-3.1-7.fc21.x86_64 libgcc-4.9.2-6.fc21.x86_64 libpng-1.6.10-3.fc21.x86_64 libselinux-2.3-9.fc21.x86_64 libsigc++20-2.4.0-1.fc21.x86_64 libstdc++-4.9.2-6.fc21.x86_64 libuuid-2.25.2-3.fc21.x86_64 libxcb-1.11-5.fc21.x86_64 ncurses-libs-5.9-16.20140323.fc21.x86_64 opus-1.1-5.fc21.x86_64 pango-1.36.8-5.fc21.x86_64 pangomm-2.34.0-4.fc21.x86_64 pcre-8.35-11.fc21.x86_64 pixman-0.32.6-4.fc21.x86_64 readline-6.3-5.fc21.x86_64 zlib-1.2.8-7.fc21.x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement