[MPlayer-users] mplayer segfaults on specific wmv file.

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Mar 29 01:21:46 CEST 2010


kuh3h3 paulanskaya <kuh3h3 <at> gmail.com> writes:

> plays fine for you?

(I am using -vo sdl -ao oss only for this test because some installed libraries
produce many valgrind warnings for me that are certainly unrelated to your
problem.)
Tested with --enable-debug and gcc 4.4.3 vanilla:

valgrind ./mplayer yuuki01.wmv -vo sdl -ao oss
==4105== Memcheck, a memory error detector.
==4105== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al.
==4105== Using LibVEX rev 1884, a library for dynamic binary translation.
==4105== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.
==4105== Using valgrind-3.4.1, a dynamic binary instrumentation framework.
==4105== Copyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al.
==4105== For more details, rerun with: -v
==4105==
MPlayer SVN-r30976-4.4.3 (C) 2000-2010 MPlayer Team

Playing yuuki01.wmv.
ASF file format detected.
[asfheader] Video stream found, -vid 1
[asfheader] Audio stream found, -aid 2
VIDEO:  [WMV2]  320x240  24bpp  1000.000 fps    0.0 kbps ( 0.0 kbyte/s)
[VO_SDL] Using driver: x11.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffwmv2] vfm: ffmpeg (FFmpeg WMV2/WMV8)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
==========================================================================
AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is undefined - no prescaling applied.
VO: [sdl] 320x240 => 320x240 Planar YV12
A:  91.4 V:  91.4 A-V:  0.001 ct:  0.000 2647/2647 35%  2%  4.9% 22 0

Exiting... (End of file)
==4105==
==4105== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 302 from 3)
...

If you still observe your problem, please try the following:
$ svn up
$ make distclean
$ svn di . libavutil libavformat libavcodec
(confirm that no output is given)
$ ./configure && make
$ ./mplayer yuuki01.wmv

Please do not top-post on this list, it is considered rude, Carl Eugen



More information about the MPlayer-users mailing list