AndrzejL

gdb gmplayer

Mar 4th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [andrzejl@icsserver ~]$ gdb gmplayer
  2. GNU gdb (GDB) 7.1-2pclos2010 (PCLinuxOS release 2010)
  3. Copyright (C) 2010 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 "i586-mandriva-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/gmplayer...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/gmplayer
  14. [Thread debugging using libthread_db enabled]
  15. MPlayer SVN-r34790-4.5.2 (C) 2000-2012 MPlayer Team
  16. Can't open joystick device /dev/input/js0: No such file or directory
  17. Can't init input joystick
  18. mplayer: could not connect to socket
  19. mplayer: No such file or directory
  20. Failed to open LIRC support. You will not be able to use your remote control.
  21. Icon 'mplayer' (size 16) not found or unsupported format.
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. 0x4ef3f2fa in IA__gdk_x11_drawable_get_xid (drawable=0x6) at gdkdrawable-x11.c:924
  25. 924 if (GDK_IS_WINDOW (drawable))
  26. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment