Phoebe Lai <[EMAIL PROTECTED]> added the comment:

I realized that I was using the wrong test file and thus generated a wrong
report. My apologies!!

The correct test file should be 1659-m_cut.3.mp4, which can be obtained from the
following link: http://www.eecs.berkeley.edu/~zhl210/1659-m_cut.3.mp4.

This test file does not crash Mplayer (SVN-r27314) or ffplay_g (SVN-r14265).
However the Valgrind output from ffplay_g shows many errors in addition to the
ones present in SDL. 


I thought the following errors might be worth while to take a look at:

==1865== Thread 3:
==1865== Invalid read of size 4
==1865== Stack hash: 137201813
==1865==    at 0x82D8895: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b6 is 422 bytes inside a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202018
==1865==    at 0x82D8962: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b7 is 423 bytes inside a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202155
==1865==    at 0x82D89EB: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b9 is 0 bytes after a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202981
==1865==    at 0x82D8D25: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9bc is 3 bytes after a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)


This is the complete Valgrind output from ffplay_g:

==1865== Memcheck, a memory error detector.
==1865== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==1865== Using LibVEX rev 1854, a library for dynamic binary translation.
==1865== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==1865== Using valgrind-3.3.1, a dynamic binary instrumentation framework.
==1865== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==1865== For more details, rerun with: -v
==1865== 
==1865== My PID = 1865, parent PID = 4762.  Prog and args are:
==1865==    /home/user/ffmpeg/ffplay_g
==1865==    1659-m_cut.3.mp4
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 2280588099
==1865==    at 0x4010DE9: (within /lib/ld-2.3.6.so)
==1865==    by 0x4004B78: (within /lib/ld-2.3.6.so)
==1865==    by 0x4006792: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==  Address 0x43ed07c is 20 bytes inside a block of size 21 alloc'd
==1865== Stack hash: 864709300
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4004839: (within /lib/ld-2.3.6.so)
==1865==    by 0x40068D3: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 2430041804
==1865==    at 0x4010DE9: (within /lib/ld-2.3.6.so)
==1865==    by 0x4004B78: (within /lib/ld-2.3.6.so)
==1865==    by 0x4006792: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A1F6: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A3CA: (within /lib/ld-2.3.6.so)
==1865==    by 0x42174D4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==  Address 0x43ed394 is 20 bytes inside a block of size 21 alloc'd
==1865== Stack hash: 1014163005
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4004839: (within /lib/ld-2.3.6.so)
==1865==    by 0x40068D3: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A1F6: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A3CA: (within /lib/ld-2.3.6.so)
==1865==    by 0x42174D4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 3494363849
==1865==    at 0x40089F2: (within /lib/ld-2.3.6.so)
==1865==    by 0x42178C4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A98FB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409919F: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 2687722458
==1865==    at 0x4008E57: (within /lib/ld-2.3.6.so)
==1865==    by 0x42178C4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A98FB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409919F: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 549673751
==1865==    at 0x4008C58: (within /lib/ld-2.3.6.so)
==1865==    by 0x42178C4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A98FB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409919F: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 2391220192
==1865==    at 0x4008ED5: (within /lib/ld-2.3.6.so)
==1865==    by 0x42178C4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A98FB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409919F: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 160139797
==1865==    at 0x4008B2E: (within /lib/ld-2.3.6.so)
==1865==    by 0x42178C4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A98FB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409919F: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 2771857342
==1865==    at 0x4010E00: (within /lib/ld-2.3.6.so)
==1865==    by 0x4004B78: (within /lib/ld-2.3.6.so)
==1865==    by 0x4006792: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==  Address 0x43ee098 is 24 bytes inside a block of size 25 alloc'd
==1865== Stack hash: 864709300
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4004839: (within /lib/ld-2.3.6.so)
==1865==    by 0x40068D3: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 1120628190
==1865==    at 0x4010DE9: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A08A3: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==  Address 0x43ed07c is 20 bytes inside a block of size 21 alloc'd
==1865== Stack hash: 864709300
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4004839: (within /lib/ld-2.3.6.so)
==1865==    by 0x40068D3: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 469479681
==1865==    at 0x4010DDC: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0BDF: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 2011598496
==1865==    at 0x4010DE7: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0BDF: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 960748947
==1865==    at 0x4010DF3: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0BF6: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 2502867762
==1865==    at 0x4010DFE: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0BF6: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 1943288054
==1865==    at 0x4010E21: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0E63: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 3485406869
==1865==    at 0x4010E2C: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0E63: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 1611899020
==1865==    at 0x4010E00: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0ED6: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==  Address 0x43ee098 is 24 bytes inside a block of size 25 alloc'd
==1865== Stack hash: 864709300
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4004839: (within /lib/ld-2.3.6.so)
==1865==    by 0x40068D3: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309D8D: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309D20: dlopen (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C3FD: SDL_LoadObject (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A03ED: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 1452019041
==1865==    at 0x4010E0A: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C34B: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0F49: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Conditional jump or move depends on uninitialised value(s)
==1865== Stack hash: 2994250114
==1865==    at 0x4010E15: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B729: (within /lib/ld-2.3.6.so)
==1865==    by 0x4008202: (within /lib/ld-2.3.6.so)
==1865==    by 0x42198CC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4219A09: _dl_sym (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x4309EE7: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x430A42C: (within /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x4309E7A: dlsym (in /lib/tls/i686/cmov/libdl-2.3.6.so)
==1865==    by 0x409C39D: SDL_LoadFunction (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x409FEA4: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A0F49: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Syscall param write(buf) points to uninitialised byte(s)
==1865== Stack hash: 2565627904
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x482729E: _X11TransWrite (in /usr/lib/libX11.so.6.2.0)
==1865==    by 0x482CBD5: (within /usr/lib/libX11.so.6.2.0)
==1865==    by 0x482CCAA: _XReply (in /usr/lib/libX11.so.6.2.0)
==1865==    by 0x4812F70: XInternAtom (in /usr/lib/libX11.so.6.2.0)
==1865==    by 0x409EAAB: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40AA213: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A8B01: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A9BFA: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40990AD: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406B5D1: SDL_InitSubSystem (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406B616: SDL_Init (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==  Address 0x43fd036 is 14 bytes inside a block of size 16,384 alloc'd
==1865== Stack hash: 2437707109
==1865==    at 0x401C9BE: calloc (vg_replace_malloc.c:397)
==1865==    by 0x4817CBD: XOpenDisplay (in /usr/lib/libX11.so.6.2.0)
==1865==    by 0x409ED1D: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40A99B7: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x40990AD: SDL_VideoInit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406B5D1: SDL_InitSubSystem (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406B616: SDL_Init (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x805E5C2: main (ffplay.c:2528)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 2063510922
==1865==    at 0x4010E17: (within /lib/ld-2.3.6.so)
==1865==    by 0x4004B78: (within /lib/ld-2.3.6.so)
==1865==    by 0x4006792: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A1F6: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A3CA: (within /lib/ld-2.3.6.so)
==1865==    by 0x42174D4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x42196FC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x421975D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==  Address 0x449c50c is 28 bytes inside a block of size 31 alloc'd
==1865== Stack hash: 695252803
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4006B83: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A1F6: (within /lib/ld-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x400A3CA: (within /lib/ld-2.3.6.so)
==1865==    by 0x42174D4: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x42196FC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x421975D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x41F37CF: __nss_lookup_function (in
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 1104509484
==1865==    at 0x4010DD3: (within /lib/ld-2.3.6.so)
==1865==    by 0x4004B78: (within /lib/ld-2.3.6.so)
==1865==    by 0x4006792: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x42196FC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x421975D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x41F37CF: __nss_lookup_function (in
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x510C239: (within /lib/tls/i686/cmov/libnss_compat-2.3.6.so)
==1865==    by 0x510CFE9: _nss_compat_getgrnam_r (in
/lib/tls/i686/cmov/libnss_compat-2.3.6.so)
==1865==  Address 0x449cb88 is 32 bytes inside a block of size 35 alloc'd
==1865== Stack hash: 4013434310
==1865==    at 0x401D898: malloc (vg_replace_malloc.c:207)
==1865==    by 0x4006B83: (within /lib/ld-2.3.6.so)
==1865==    by 0x421746F: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x4216EDE: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x42196FC: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x400B44E: (within /lib/ld-2.3.6.so)
==1865==    by 0x421975D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x41F37CF: __nss_lookup_function (in
/lib/tls/i686/cmov/libc-2.3.6.so)
==1865==    by 0x510C239: (within /lib/tls/i686/cmov/libnss_compat-2.3.6.so)
==1865==    by 0x510CFE9: _nss_compat_getgrnam_r (in
/lib/tls/i686/cmov/libnss_compat-2.3.6.so)
==1865==    by 0x41A2764: getgrnam_r (in /lib/tls/i686/cmov/libc-2.3.6.so)
==1865== 
==1865== Syscall param semctl(IPC_SET, arg.buf) points to uninitialised byte(s)
==1865== Stack hash: 3195744770
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x42C9D48: snd_pcm_direct_semaphore_create_or_connect (in
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C3E1D: snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C4A1F: _snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292687: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292742: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AE808: _snd_pcm_plug_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292771: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42CB971: _snd_pcm_asym_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==  Address 0xbeffee5c is on thread 1's stack
==1865== 
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 3717153255
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x428C381: snd_pcm_prepare (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292B6C: snd_pcm_hw_params (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42CA8A5: snd_pcm_direct_initialize_slave (in
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C4624: snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C4A1F: _snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292687: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292742: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AE808: _snd_pcm_plug_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292771: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865== 
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 1747753394
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42CABC3: snd_pcm_direct_initialize_slave (in
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C4624: snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C4A1F: _snd_pcm_dmix_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292687: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292742: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AE808: _snd_pcm_plug_open (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292033: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4292771: snd_pcm_open_slave (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42CB971: _snd_pcm_asym_open (in /usr/lib/libasound.so.2.0.0)
==1865== 
==1865== Thread 3:
==1865== Invalid read of size 4
==1865== Stack hash: 137201813
==1865==    at 0x82D8895: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b6 is 422 bytes inside a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202018
==1865==    at 0x82D8962: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b7 is 423 bytes inside a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202155
==1865==    at 0x82D89EB: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9b9 is 0 bytes after a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Invalid read of size 4
==1865== Stack hash: 137202981
==1865==    at 0x82D8D25: mp_decode_frame (bitstream.h:619)
==1865==  Address 0x474e9bc is 3 bytes after a block of size 425 alloc'd
==1865== Stack hash: 2625987066
==1865==    at 0x401C882: memalign (vg_replace_malloc.c:460)
==1865==    by 0x8436730: av_malloc (mem.c:61)
==1865== 
==1865== Thread 4:
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 827111105
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x428C571: snd_pcm_hwsync (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C29E8: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C3A31: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F7B4: snd_pcm_generic_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AAEEC: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4293CAC: snd_pcm_write_areas (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429DCCE: snd_pcm_mmap_writei (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428BDA4: snd_pcm_writei (in /usr/lib/libasound.so.2.0.0)
==1865== 
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 1116097940
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x42D2151: snd_timer_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C29FF: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C3A31: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F7B4: snd_pcm_generic_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AAEEC: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C241: snd_pcm_start (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4293CAC: snd_pcm_write_areas (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429DCCE: snd_pcm_mmap_writei (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428BDA4: snd_pcm_writei (in /usr/lib/libasound.so.2.0.0)
==1865== 
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 2501185664
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x42D20F1: snd_timer_stop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C2EDB: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C571: snd_pcm_hwsync (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F814: snd_pcm_generic_hwsync (in 
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C571: snd_pcm_hwsync (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42A9EFC: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42AC041: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428B695: snd_pcm_poll_descriptors_revents (in
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x4291A1C: snd_pcm_wait_nocheck (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4291BFE: snd_pcm_wait (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x4293B48: snd_pcm_write_areas (in /usr/lib/libasound.so.2.0.0)
==1865== 
==1865== Thread 3:
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 3494712428
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x42D20F1: snd_timer_stop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C2EDB: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C3AEA: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C101: snd_pcm_drain (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F754: snd_pcm_generic_drain (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C101: snd_pcm_drain (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42ABDD0: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C101: snd_pcm_drain (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x409D3F9: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406BF55: SDL_AudioQuit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406B42B: SDL_QuitSubSystem (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== Syscall param ioctl(arg) contains uninitialised byte(s)
==1865== Stack hash: 2643252182
==1865==    at 0x4000792: (within /lib/ld-2.3.6.so)
==1865==    by 0x42D20F1: snd_timer_stop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C9567: snd_pcm_direct_timer_stop (in 
/usr/lib/libasound.so.2.0.0)
==1865==    by 0x42C2A53: (within /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C1A1: snd_pcm_drop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F784: snd_pcm_generic_drop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C1A1: snd_pcm_drop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x429F784: snd_pcm_generic_drop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x428C1A1: snd_pcm_drop (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x42936E4: snd_pcm_close (in /usr/lib/libasound.so.2.0.0)
==1865==    by 0x409D409: (within /usr/lib/libSDL-1.2.so.0.11.0)
==1865==    by 0x406BF55: SDL_AudioQuit (in /usr/lib/libSDL-1.2.so.0.11.0)
==1865== 
==1865== ERROR SUMMARY: 1190 errors from 33 contexts (suppressed: 31 from 1)
==1865== malloc/free: in use at exit: 643,462 bytes in 2,927 blocks.
==1865== malloc/free: 36,511 allocs, 33,584 frees, 4,424,561 bytes allocated.
==1865== For counts of detected errors, rerun with: -v
==1865== searching for pointers to 2,927 not-freed blocks.
==1865== checked 28,763,272 bytes.
==1865== 
==1865== LEAK SUMMARY:
==1865==    definitely lost: 606 bytes in 37 blocks.
==1865==      possibly lost: 22,356 bytes in 621 blocks.
==1865==    still reachable: 620,500 bytes in 2,269 blocks.
==1865==         suppressed: 0 bytes in 0 blocks.
==1865== Rerun with --leak-check=full to see details of leaked memory.

----------
status: closed -> open

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue538>
______________________________________________________

Reply via email to