Last active
February 6, 2016 00:33
-
-
Save Yomi0/789b23f7b130b54a26ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt | |
| #0 0x00007f11eca45023 in av_freep () from /usr/lib/libavutil.so.54 | |
| #1 0x00000000004a66ca in uninit_avctx (vd=vd@entry=0xbc1c90) at ../video/decode/vd_lavc.c:504 | |
| #2 0x00000000004a6719 in uninit (vd=0xbc1c90) at ../video/decode/vd_lavc.c:273 | |
| #3 0x00000000004a5601 in video_uninit (d_video=0xbc1c90) at ../video/decode/dec_video.c:88 | |
| #4 0x000000000047d2c5 in vo_chain_uninit (vo_c=0xbc1bc0) at ../player/video.c:288 | |
| #5 uninit_video_chain (mpctx=mpctx@entry=0xb6b060) at ../player/video.c:304 | |
| #6 0x000000000047021d in play_current_file (mpctx=0xb6b060) at ../player/loadfile.c:1375 | |
| #7 mp_play_files (mpctx=mpctx@entry=0xb6b060) at ../player/loadfile.c:1507 | |
| #8 0x000000000047216c in mpv_main (argc=<optimized out>, argv=0x7ffcdb04e4e8) | |
| at ../player/main.c:522 | |
| #9 0x00007f11e624a610 in __libc_start_main () from /usr/lib/libc.so.6 | |
| #10 0x00000000004151f9 in _start () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #0 0x00007f9a03dbe023 in av_freep () from /usr/lib/libavutil.so.54 | |
| #1 0x00000000004e5fa1 in uninit (ctx=0x23b9220) at ../video/decode/vdpau.c:70 | |
| #2 0x00000000004e4e3e in uninit_avctx (vd=0x23acc90) at ../video/decode/vd_lavc.c:504 | |
| #3 0x00000000004e4486 in uninit (vd=0x23acc90) at ../video/decode/vd_lavc.c:273 | |
| #4 0x00000000004e1aa3 in video_uninit (d_video=0x23acc90) at ../video/decode/dec_video.c:88 | |
| #5 0x00000000004a715b in vo_chain_uninit (vo_c=0x23acbc0) at ../player/video.c:288 | |
| #6 0x00000000004a71e7 in uninit_video_chain (mpctx=0x2356060) at ../player/video.c:304 | |
| #7 0x000000000049721b in play_current_file (mpctx=0x2356060) at ../player/loadfile.c:1375 | |
| #8 0x00000000004978a5 in mp_play_files (mpctx=0x2356060) at ../player/loadfile.c:1507 | |
| #9 0x0000000000498c94 in mpv_main (argc=25, argv=0x7ffff062f308) at ../player/main.c:522 | |
| #10 0x00000000004152e6 in main (argc=25, argv=0x7ffff062f308) at ../osdep/main-fn-unix.c:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment