Skip to content

Instantly share code, notes, and snippets.

@psy0rz
Created September 16, 2013 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psy0rz/6578506 to your computer and use it in GitHub Desktop.
Save psy0rz/6578506 to your computer and use it in GitHub Desktop.
psy@psysamsungtop:~/synapse$ gdb --args vlc -I dummy --sout "#transcode{vcodec=none,acodec=lpcm,samplerate=44100,channels=2}":display /mnt/media/mp3/*mp3
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/vlc...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/vlc -I dummy --sout \#transcode\{vcodec=none,acodec=lpcm,samplerate=44100,channels=2\}:display /mnt/media/mp3/01\ -\ Shipyard.mp3 /mnt/media/mp3/01-Twilight_Of_The_Thunder_God.mp3 /mnt/media/mp3/02-Free\ Will\ Sacrifice.mp3 /mnt/media/mp3/03-Guardians\ Of\ Asgaard.mp3 /mnt/media/mp3/04-Where\ Is\ Your\ God.mp3 /mnt/media/mp3/05-Varyags\ Of\ Miklagaard.mp3 /mnt/media/mp3/06-Tattered\ Banners\ And\ Bloody\ Flags.mp3 /mnt/media/mp3/07\ no\ fear\ for\ the\ setting\ sun.mp3 /mnt/media/mp3/08\ the\ hero.mp3 /mnt/media/mp3/09\ live\ for\ the\ kill.mp3 /mnt/media/mp3/10\ embrace\ of\ the\ endless\ ocean.mp3 /mnt/media/mp3/13-Carlos\ -\ The\ Silmarilla\ 2007\ -\ Up\ -\ Crew.mp3
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 2.0.9 Twoflower (revision 2.0.8+git20130911+r613)
[0x634d68] inhibit interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0x634d68] main interface error: no suitable interface module
[New Thread 0x7ffff7fcf700 (LWP 26808)]
[New Thread 0x7fffed761700 (LWP 26809)]
[0x82f428] main interface error: no suitable interface module
[0x605108] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x82f428] dummy interface: using the dummy interface module...
[New Thread 0x7fffea56c700 (LWP 26814)]
[New Thread 0x7fffe81ec700 (LWP 26816)]
[New Thread 0x7fffd81b6700 (LWP 26817)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe81ec700 (LWP 26816)]
0x00007ffff7975892 in filter_chain_AudioFilter () from /usr/lib/libvlccore.so.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment