Advertisement
Guest User

Untitled

a guest
May 24th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 4.05 KB | None | 0 0
  1. $ gdb vlc      
  2. GNU gdb (GDB) 7.6
  3. Copyright (C) 2013 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-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/vlc...(no debugging symbols found)...done.
  12. (gdb) r -vvv
  13. Starting program: /usr/bin/vlc -vvv
  14. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  15. warning: Could not load shared library symbols for linux-vdso.so.1.
  16. Do you need "set solib-search-path" or "set sysroot"?
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  19. VLC media player 2.0.6 Twoflower (revision 2.0.6-0-gbe9623c)
  20. [0x604138] main libvlc debug: VLC media player - 2.0.6 Twoflower
  21. [0x604138] main libvlc debug: Copyright © 1996-2013 VLC authors and VideoLAN
  22. [0x604138] main libvlc debug: revision 2.0.6-0-gbe9623c
  23. [0x604138] main libvlc debug: configured with ./configure  '--prefix=/usr' '--sysconfdir=/etc' '--disable-rpath' '--enable-oss' '--enable-faad' '--enable-nls' '--enable-lirc' '--enable-pvr' '--enable-ncurses' '--enable-realrtsp' '--enable-xosd' '--enable-aa' '--enable-vcdx' '--enable-upnp' '--enable-opus' '--enable-sftp' 'LUAC=luac5.1' 'RCC=/usr/bin/rcc-qt4' 'CFLAGS=-I/usr/include/samba-4.0' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-I/usr/include/samba-4.0' 'CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4'
  24. [0x604138] main libvlc debug: searching plug-in modules
  25. [0x604138] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat
  26. [0x604138] main libvlc warning: cannot read /usr/lib/vlc/plugins/plugins.dat (No such file or directory)
  27. [0x604138] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
  28.  
  29. Program received signal SIGSEGV, Segmentation fault.
  30. 0x00007ffff71fd2d6 in __strcmp_ssse3 () from /usr/lib/libc.so.6
  31. (gdb) bt
  32. #0  0x00007ffff71fd2d6 in __strcmp_ssse3 () from /usr/lib/libc.so.6
  33. #1  0x00007ffff5cb66f9 in g_str_equal () from /usr/lib/libglib-2.0.so.0
  34. #2  0x00007ffff5cb5e20 in g_hash_table_lookup () from /usr/lib/libglib-2.0.so.0
  35. #3  0x00007ffff5cd59f0 in g_intern_static_string () from /usr/lib/libglib-2.0.so.0
  36. #4  0x00007fffed4cac64 in g_type_plugin_get_type () from /usr/lib/libgobject-2.0.so.0
  37. #5  0x00007fffed4a28d0 in ?? () from /usr/lib/libgobject-2.0.so.0
  38. #6  0x00007ffff7de9a9a in call_init () from /lib64/ld-linux-x86-64.so.2
  39. #7  0x00007ffff7de9b6c in _dl_init_internal () from /lib64/ld-linux-x86-64.so.2
  40. #8  0x00007ffff7dedbd5 in dl_open_worker () from /lib64/ld-linux-x86-64.so.2
  41. #9  0x00007ffff7de9914 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
  42. #10 0x00007ffff7ded44b in _dl_open () from /lib64/ld-linux-x86-64.so.2
  43. #11 0x00007ffff748502b in ?? () from /usr/lib/libdl.so.2
  44. #12 0x00007ffff7de9914 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
  45. #13 0x00007ffff74855dd in ?? () from /usr/lib/libdl.so.2
  46. #14 0x00007ffff74850c1 in dlopen () from /usr/lib/libdl.so.2
  47. #15 0x00007ffff796a482 in ?? () from /usr/lib/libvlccore.so.5
  48. #16 0x00007ffff794bafb in ?? () from /usr/lib/libvlccore.so.5
  49. #17 0x00007ffff794b995 in ?? () from /usr/lib/libvlccore.so.5
  50. #18 0x00007ffff794b854 in ?? () from /usr/lib/libvlccore.so.5
  51. #19 0x00007ffff794b889 in ?? () from /usr/lib/libvlccore.so.5
  52. #20 0x00007ffff794b540 in ?? () from /usr/lib/libvlccore.so.5
  53. #21 0x00007ffff794b358 in ?? () from /usr/lib/libvlccore.so.5
  54. #22 0x00007ffff794b0e4 in ?? () from /usr/lib/libvlccore.so.5
  55. #23 0x00007ffff78c1e8f in libvlc_InternalInit () from /usr/lib/libvlccore.so.5
  56. #24 0x00007ffff7bc5f3e in libvlc_new () from /usr/lib/libvlc.so.5
  57. #25 0x0000000000401451 in ?? ()
  58. #26 0x00007ffff70f8a15 in __libc_start_main () from /usr/lib/libc.so.6
  59. #27 0x000000000040104d in ?? ()
  60. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement