Ticket #6767: mpv_debug.txt

File mpv_debug.txt, 3.8 KB (added by danman, 9 years ago)
Line 
1$ gdb --args ./mpv/build/mpv ~/Downloads/BIS1536-001-flac_16.flac
2GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1
3Copyright (C) 2017 Free Software Foundation, Inc.
4License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5This is free software: you are free to change and redistribute it.
6There is NO WARRANTY, to the extent permitted by law. Type "show copying"
7and "show warranty" for details.
8This GDB was configured as "x86_64-linux-gnu".
9Type "show configuration" for configuration details.
10For bug reporting instructions, please see:
11<http://www.gnu.org/software/gdb/bugs/>.
12Find the GDB manual and other documentation resources online at:
13<http://www.gnu.org/software/gdb/documentation/>.
14For help, type "help".
15Type "apropos word" to search for commands related to "word"...
16Reading symbols from ./mpv/build/mpv...done.
17(gdb) run
18Starting program: /home/danman/Apps/mpv-build/mpv/build/mpv /home/danman/Downloads/BIS1536-001-flac_16.flac
19[Thread debugging using libthread_db enabled]
20Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
21[New Thread 0x7fffec970700 (LWP 4048)]
22Playing: /home/danman/Downloads/BIS1536-001-flac_16.flac
23[New Thread 0x7fffec16f700 (LWP 4049)]
24[New Thread 0x7fffec16f700 (LWP 4050)]
25[Thread 0x7fffec16f700 (LWP 4049) exited]
26 (+) Video --vid=1 [P] 'Cover image for BIS-SACD-1536' (mjpeg 400x400)
27 Video --vid=2 [P] 'Cover image for BIS-SACD-1536' (mjpeg 1144x1144)
28 Video --vid=3 [P] 'Cover image for BIS-SACD-1536' (mjpeg 1144x1144)
29 Video --vid=4 [P] 'Cover image for BIS-SACD-1536' (mjpeg 1144x1144)
30 Video --vid=5 [P] 'Cover image for BIS-SACD-1536' (mjpeg 1144x1144)
31 (+) Audio --aid=1 (flac 2ch 44100Hz)
32File tags:
33 Artist: Sampson, Carolyn;Cummings, Laurence;Kenny, Elizabeth;Lasla, Anne-Marie
34 Album: Victorious Love - Carolyn Sampson sings Purcell
35 Comment: Downloaded from eClassical.com. From album BIS-SACD-1536
36 Composer: Purcell, Henry
37 Genre: (32)Vocal/Choral;(32)Baroque
38 Performer: Sampson, Carolyn;Cummings, Laurence;Kenny, Elizabeth;Lasla, Anne-Marie
39 Title: (Sweeter than roses, Z.585 No.1) - Sweeter than roses, Z.585 No.1
40 Track: 1/19
41[New Thread 0x7fffeb76b700 (LWP 4051)]
42Displaying attached picture. Use --no-audio-display to prevent this.
43VO: [gpu] 400x400 yuv444p
44[New Thread 0x7fffe9a1f700 (LWP 4052)]
45[New Thread 0x7fffe921e700 (LWP 4053)]
46AO: [pulse] 44100Hz stereo 2ch s16
47(...) AV: 00:00:06 / 00:03:25 (3%)
48Thread 1 "mpv" received signal SIGINT, Interrupt.
490x00007ffff3b1d786 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fffffffdc90, expected=0,
50 futex_word=0x55555738ea60) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
51205 ../sysdeps/unix/sysv/linux/futex-internal.h: No such file or directory.
52(gdb) break mp_read
53Breakpoint 1 at 0x5555556f6950: file ../demux/demux_lavf.c, line 228.
54(gdb) c
55Continuing.
56[Switching to Thread 0x7fffec16f700 (LWP 4050)]
57
58Thread 4 "mpv/demux" hit Breakpoint 1, mp_read (opaque=0x7fffe4003490,
59 buf=0x7fffe4027f20 "\351\271\026,\346\005\365ı\305a\241\063\070A&\321\t\251\223,\211\316ZE\016@\212c\222\t8\310N\360F%\"\212\002$(\246\tv.\332TYz$\241\022FD\266\202\032 A\216Y\342Jy\241\024\241<\261=\226J0\322)\222$jHE\f\261\020\240\241(\230\020\254\202\bň!\210\202\004\242a\005)\002\204\004D\242@\202h\310\025H+`\202\026\230", size=32768) at ../demux/demux_lavf.c:228
60228 {
61(gdb) finish
62Run till exit from #0 mp_read (opaque=0x7fffe4003490,
63 buf=0x7fffe4027f20 "\351\271\026,\346\005\365ı\305a\241\063\070A&\321\t\251\223,\211\316ZE\016@\212c\222\t8\310N\360F%\"\212\002$(\246\tv.\332TYz$\241\022FD\266\202\032 A\216Y\342Jy\241\024\241<\261=\226J0\322)\222$jHE\f\261\020\240\241(\230\020\254\202\bň!\210\202\004\242a\005)\002\204\004D\242@\202h\310\025H+`\202\026\230", size=32768) at ../demux/demux_lavf.c:228
640x000055555627648b in fill_buffer ()
65Value returned is $1 = 0
66(gdb)