rendered paste body[sacarasc@wibble:~/sata1/xchat] $ gdb --args /home/sacarasc/src/mplayer/mplayer -profile ass \[SGKK\]\ Bleach\ -\ 279\ \(848x480\ h264\ AAC\)\ \[49190D22\].mkv
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-slamd64-linux"...
(gdb) run
Starting program: /home/sacarasc/src/mplayer/mplayer -profile ass \[SGKK\]\ Bleach\ -\ 279\ \(848x480\ h264\ AAC\)\ \[49190D22\].mkv
[Thread debugging using libthread_db enabled]
[New Thread 0x7f8e46cd2750 (LWP 32570)]
MPlayer SVN-r32393-4.2.4 (C) 2000-2010 MPlayer Team
Playing [SGKK] Bleach - 279 (848x480 h264 AAC) [49190D22].mkv.
libavformat file format detected.
[matroska,webm @ 0x16799e0] max_analyze_duration reached
[matroska,webm @ 0x16799e0] Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (h264), -vid 0, AVC (480p)
[lavf] stream 1: audio (aac), -aid 0, -alang jpn, AAC (2 Ch)
[lavf] stream 2: subtitle (unknown), -sid 0, -slang eng, ASS
VIDEO: [H264] 848x480 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Opening video filter: [screenshot]
Opening video filter: [ass]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
[swscaler @ 0xd42b00]BICUBIC scaler, from yuv420p to rgb24 using MMX2
VO: [xv] 848x480 => 854x480 Planar YV12 [fs]
A: 1.0 V: 1.0 A-V: 0.006 ct: 0.018 0/ 0 14% 2% 0.7% 0 0
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f8e46cd2750 (LWP 32570)]
0x00000000009575bd in av_image_copy (dst_data=0x180e820, dst_linesizes=0x180e840, src_data=0x0, src_linesizes=0x20, pix_fmt=PIX_FMT_YUV420P, width=848, height=480)
at imgutils.c:182
182 av_image_copy_plane(dst_data[i], dst_linesizes[i],
(gdb) bt
#0 0x00000000009575bd in av_image_copy (dst_data=0x180e820, dst_linesizes=0x180e840, src_data=0x0, src_linesizes=0x20, pix_fmt=PIX_FMT_YUV420P, width=848, height=480)
at imgutils.c:182
#1 0x0000000000723dca in decode_slice_header (h=0x1b3d8d0, h0=0x1b3d8d0) at h264.c:1915
#2 0x000000000072c584 in decode_nal_units (h=0x1b3d8d0, buf=0x18d0b80 "", buf_size=31501) at h264.c:2851
#3 0x000000000072cb9f in decode_frame (avctx=0x1838260, data=0x1838bc0, data_size=0x7fff4ee12bcc, avpkt=0x0) at h264.c:3012
#4 0x0000000000847cf6 in avcodec_decode_video2 (avctx=0x1838260, picture=0x1838bc0, got_picture_ptr=0x7fff4ee12bcc, avpkt=0x7fff4ee12b50) at utils.c:614
#5 0x00000000005cad44 in decode (sh=0x188fbb0, data=0x18d0b80, len=31501, flags=0) at libmpcodecs/vd_ffmpeg.c:837
#6 0x00000000004f5e02 in decode_video (sh_video=0x188fbb0, start=0x18d0b80 "", in_size=31501, drop_frame=0, pts=63.689, full_frame=0x0) at libmpcodecs/dec_video.c:391
#7 0x000000000047a4d1 in update_video (blit_frame=0x7fff4ee15f68) at mplayer.c:1828
#8 0x000000000047e828 in main (argc=0, argv=<value optimized out>) at mplayer.c:3895
(gdb)