Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mplayer: glibc detected memory corruption
Date: Wed, 12 Sep 2012 10:55:37
Message-Id: 20120912125102.0cc55966@khamul.example.com
In Reply to: [gentoo-user] mplayer: glibc detected memory corruption by Frank Steinmetzger
1 On Wed, 12 Sep 2012 12:41:20 +0200
2 Frank Steinmetzger <Warp_7@×××.de> wrote:
3
4 > Hi List
5 >
6 > Every once in a while, my mplayer can't play a video from the
7 > intertubes. It just crashes on load, it really drives me mad
8 > sometimes. I then need to x-kill the window, and if I started from
9 > the console, I can't even get back its prompt with Ctrl+C.
10 >
11 > It happens with videos from Wikipedia, some formats from YouTube,
12 > NASA and now also with this example:
13 > http://archive.org/details/LowEndCo1985 I wanted to watch the 256k
14 > MPeg4 video;
15 > - mplayer crashes (see output below)
16 > - VLC plays it way too slow with chunky audio
17 > - thankfully, my only other installed video player, Kaffeine, was
18 > able to play it, but it's crap as a video player
19 >
20 > Strangely enough, the 64k and the 512k versions play. Do you have
21 > any idea what's the problem here? If you need more info, just ask
22 > for it. I'm running 64 bit, mplayer 1.1-r1 and ffmpeg 0.10.2-r1.
23 >
24 >
25 > $ mplayer LowEndCo1985_256kb.mp4
26 > MPlayer 1.1-4.5.3 (C) 2000-2012 MPlayer Team
27 > Konnte Joystick-Gerätedatei '/dev/input/js0' nicht öffnen: No such
28 > file or directory Konnte Joystick nicht initialisieren.
29 > mplayer: could not connect to socket
30 > mplayer: No such file or directory
31 > Fehler beim Öffnen der LIRC-Unterstützung.
32 > Verwendung der Fernbedienung nicht möglich.
33 > [MENU] Kann Menü-Konfigurationsdatei nicht
34 > öffnen: /home/frank/.mplayer/menu.conf
35 >
36 > Spiele LowEndCo1985_256kb.mp4.
37 > libavformat version 53.32.100 (external)
38 > libavformat-Dateiformat erkannt!
39 > [lavf] stream 0: video (mpeg4), -vid 0
40 > [lavf] stream 2: audio (aac), -aid 0, -alang eng
41 > VIDEO: [MP4V] 320x240 24bpp 29.970 fps 257.3 kbps (31.4 kbyte/s)
42 > Clip-Info:
43 > major_brand: isom
44 > minor_version: 0
45 > compatible_brands: mp41
46 > creation_time: 2003-07-24 04:41:41
47 > Load subtitles in ./
48 > [gl] using extended formats. Use -vo gl:nomanyfmts if playback fails.
49 > ==========================================================================
50 > Öffne Videodecoder: [ffmpeg] FFmpeg's libavcodec codec family
51 > libavcodec version 53.61.100 (external)
52 > Unsupported PixelFormat 61
53 > Unsupported PixelFormat 53
54 > Unsupported PixelFormat 81
55 > Ausgewählter Videocodec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
56 > ==========================================================================
57 > ==========================================================================
58 > Öffne Audiodecoder: [ffmpeg] FFmpeg/libavcodec audio decoders
59 > AUDIO: 48000 Hz, 2 ch, s16le, 63.7 kbit/4.15% (ratio: 7960->192000)
60 > Ausgewählter Audiocodec: [ffaac] afm: ffmpeg (FFmpeg AAC
61 > (MPEG-2/MPEG-4 Audio))
62 > ==========================================================================
63 > AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Starte Wiedergabe...
64 > Film-Aspekt ist 1.33:1 - Vorskalierung zur Korrektur der
65 > Seitenverhältnisse. VO: [gl] 320x240 => 320x240 Planar YV12
66 > *** glibc detected *** mplayer: malloc(): memory corruption:
67 > 0x0000000001957a60 ***
68
69 Obviously that last line must not happen. You likely tripped over a bug.
70
71 How is your mplayer built (output of eix)?
72
73 Do you use mplayer or mplayer2?
74 Do you use ffmpeg or libav?
75
76 --
77 Alan McKinnon
78 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] mplayer: glibc detected memory corruption Frank Steinmetzger <Warp_7@×××.de>