Skip to content

Instantly share code, notes, and snippets.

@softminus
Created August 17, 2014 05:02
Show Gist options
  • Save softminus/36b81b275c1cbb07dd88 to your computer and use it in GitHub Desktop.
Save softminus/36b81b275c1cbb07dd88 to your computer and use it in GitHub Desktop.
mplayer crash on file with sha256 e2e67e9ec1447ad2fad8978b4fad484ce9f7d04d2c0de7daf2c5f929c510bdb2
Program received signal SIGSEGV, Segmentation fault.
0x00007f472fd636e4 in memset () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007f472fd636e4 in memset () from /usr/lib/libc.so.6
#1 0x00007f47354c1100 in ?? () from /usr/lib/libass.so.5
#2 0x00007f47354bdc55 in ?? () from /usr/lib/libass.so.5
#3 0x00007f47354bfe0a in ass_render_frame () from /usr/lib/libass.so.5
#4 0x0000000000548bd7 in get_bitmaps (sh=<optimized out>,
osd=0x1f09de0, res=0x7fff6c2a1730) at sub/sd_ass.c:144
#5 0x0000000000528ef3 in sub_get_bitmaps (osd=0x1f09de0,
res=res@entry=0x7fff6c2a1730) at sub/dec_sub.c:79
#6 0x0000000000547417 in put_image (vf=0x273b810, mpi=0x2723010,
pts=542.20800000000008) at libmpcodecs/vf_ass.c:367
#7 0x0000000000498e02 in filter_video (
sh_video=sh_video@entry=0x1eee640, frame=0x2723010,
pts=542.20800000000008) at libmpcodecs/dec_video.c:515
#8 0x000000000042b9c9 in update_video (mpctx=0x1e72530)
at mplayer.c:2851
#9 run_playloop (mpctx=0x1e72530) at mplayer.c:3437
#10 main (argc=<optimized out>, argv=<optimized out>) at mplayer.c:4889
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment