Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. $ gdb cmplayer
  2. GNU gdb (GDB) 7.6.2
  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/cmplayer...done.
  12. (gdb) run
  13. Starting program: /usr/bin/cmplayer
  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. Create App instance
  20. [New Thread 0x7fffd9d35700 (LWP 22734)]
  21. "Qt Warning - invalid keysym: dead_actute"
  22. Create MainWindow instance
  23. libva info: VA-API version 0.34.0
  24. libva info: va_getDriverName() returns 0
  25. libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
  26. libva info: va_openDriver() returns -1
  27. Initialize engine
  28. [New Thread 0x7fffd3fff700 (LWP 22735)]
  29. Initialize mpv with ("cmplayer-mpv", "--no-config", "--idle", "--no-fs", "--mouse-movements", "--af=dummy:address=10750896", "--vo=null:address=10749552", "--softvol=yes", "--softvol-max=1000.0", "--fixed-vo", "--no-autosub", "--osd-level=0", "--quiet", "--no-consolecontrols", "--no-mouse-movements", "--subcp=utf8", "--ao=null,")
  30. [New Thread 0x7fffd2e66700 (LWP 22736)]
  31. Make connections
  32. Recover states
  33. Try system tray icon
  34. Create system tray icon
  35. Start main event loop
  36. libpng warning: iCCP: known incorrect sRGB profile
  37. [New Thread 0x7fffd0921700 (LWP 22737)]
  38. [New Thread 0x7fffc28fe700 (LWP 22738)]
  39. [Thread 0x7fffc28fe700 (LWP 22738) exited]
  40. Playing: /home/alen/Videos/The.Middle.Season.1,2,3,4.COMPLETE.REPACK.HDTV.XviD[mR12]/Season 1 DVD/The.Middle.S01E24.Average.Rules.DVDRip.XviD[mR12].avi
  41. [input] Command vf: more than 1 arguments required.
  42. [input] Command was defined at .
  43. [ffmpeg/audio] mp3: Header missing
  44. Detected file format: AVI (Audio Video Interleaved) (libavformat)
  45. Clip info:
  46. encoder: Nandub v1.0rc2
  47. [stream] Video (+) --vid=1 (mpeg4)
  48. [stream] Audio (+) --aid=1 (mp3)
  49. [New Thread 0x7fffc28fe700 (LWP 22739)]
  50. [New Thread 0x7fffc1ebd700 (LWP 22740)]
  51. Selected video codec: MPEG-4 part 2 [lavc:mpeg4]
  52. Selected audio codec: High-performance decoder using libmpg123 [mpg123:mp3]
  53. "_2_0" --> "_2_0"
  54. AO: [alsa] 48000Hz stereo 2ch s16
  55. "_2_0" --> "_2_0"
  56. VO: [null] 624x352 => 624x352 420p
  57. *** Error in `/usr/bin/cmplayer': malloc(): memory corruption: 0x00007fffcd42cd00 ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement