[MPlayer-users] Assertion failed / double free

Giorgio Vazzana mywing81 at gmail.com
Sat Apr 5 13:28:50 CEST 2014


Hello,

could someone please give a look at this? Thanks.

holden at thinky:~$ mplayer -v -ao alsa http://mp3-ar-128.timlradio.co.uk/
MPlayer SVN-r37124-4.4.3 (C) 2000-2014 MPlayer Team
CPU vendor name: GenuineIntel  max cpuid level: 2
CPU: Intel(R) Pentium(R) III Mobile CPU      1133MHz (Family: 6,
Model: 11, Stepping: 1)
extended cpuid-level: 4
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 0 SSE3: 0
SSSE3: 0 SSE4: 0 SSE4.2: 0 AVX: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE CMOV
get_path('codecs.conf') -> '/home/holden/.mplayer/codecs.conf'
Reading optional codecs config file /home/holden/.mplayer/codecs.conf:
No such file or directory
Reading optional codecs config file
/usr/local/etc/mplayer/codecs.conf: No such file or directory
Using built-in default codecs.conf.
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/holden/.mplayer/fonts'
Configuration: --enable-gui --disable-vidix --disable-mencoder
CommandLine: '-v' '-ao' 'alsa' 'http://mp3-ar-128.timlradio.co.uk/'
Using nanosleep() timing
get_path('input.conf') -> '/home/holden/.mplayer/input.conf'
Parsing input config file /home/holden/.mplayer/input.conf
Input config file /home/holden/.mplayer/input.conf parsed: 92 binds
get_path('.conf') -> '/home/holden/.mplayer/.conf'

Playing http://mp3-ar-128.timlradio.co.uk/.
get_path('sub/') -> '/home/holden/.mplayer/sub/'
Filename for url is now http://mp3-ar-128.timlradio.co.uk/
Filename for url is now http://mp3-ar-128.timlradio.co.uk/
STREAM_HTTP(1), URL: http://mp3-ar-128.timlradio.co.uk/
Resolving mp3-ar-128.timlradio.co.uk for AF_INET...
Connecting to server mp3-ar-128.timlradio.co.uk[31.186.234.199]: 80...

--- HTTP DEBUG HEADER --- START ---
protocol:           [HTTP/1.0]
http minor version: [0]
uri:                [(null)]
method:             [(null)]
status code:        [301]
reason phrase:      [Moved Permanently]
body size:          [0]
Fields:
 0 - Date: Sat, 05 Apr 2014 11:21:11 GMT
 1 - Server: Apache/2.2.15 (CentOS)
 2 - X-Powered-By: PHP/5.3.3
 3 - Location: http://icecast.timlradio.co.uk/nonuk.mp3
 4 - Content-Length: 0
 5 - Connection: close
 6 - Content-Type: text/html; charset=iso-8859-1
--- HTTP DEBUG HEADER --- END ---
Filename for url is now http://icecast.timlradio.co.uk/nonuk.mp3
Resolving icecast.timlradio.co.uk for AF_INET...
Connecting to server icecast.timlradio.co.uk[31.186.234.213]: 80...

--- HTTP DEBUG HEADER --- START ---
protocol:           [HTTP/1.0]
http minor version: [0]
uri:                [(null)]
method:             [(null)]
status code:        [200]
reason phrase:      [OK]
body size:          [0]
Fields:
 0 - Accept-Ranges: bytes
 1 - Content-Length: 143778
 2 - Content-Type: audio/mpeg
--- HTTP DEBUG HEADER --- END ---
Content-Length: [143778]
Content-Type: [audio/mpeg]
Cache size set to 320 KBytes
STREAM: [null] http://mp3-ar-128.timlradio.co.uk/
STREAM: Description: http streaming
STREAM: Author: Bertrand, Albeau, Reimar Doeffinger, Arpi?
STREAM: Comment: plain http
CACHE_PRE_INIT: 0 [0] 0  pre:65536  eof:0
Cache fill: 19.62% (64288 bytes)

==> Found audio stream: 0
demux_audio: seeking from 0x2319C to start pos 0x0
demux_audio: audio data 0x0 - 0x231A2
Audio only file format detected.
get_path('sub/') -> '/home/holden/.mplayer/sub/'
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
dec_audio: Allocating 8192 + 131072 = 139264 bytes for output buffer.
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
Building audio filter chain for 44100Hz/2ch/s16le -> 0Hz/0ch/??...
[libaf] Adding filter dummy
[dummy] Was reinitialized: 44100Hz/2ch/s16le
[dummy] Was reinitialized: 44100Hz/2ch/s16le
Trying preferred audio driver 'alsa', options '[none]'
alsa-init: requested format: 44100 Hz, 2 channels, 9
alsa-init: using ALSA 1.0.22
alsa-init: setup for 1/2 channel(s)
alsa-init: using device default
alsa-init: opening device in blocking mode
mplayer: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size)
>= (unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t)))
- 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end &
pagemask) == 0)' failed.


MPlayer interrupted by signal 6 in module: ao2_init
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
^C

MPlayer interrupted by signal 2 in module: ao2_init
holden at thinky:~$

MPlayer interrupted by signal 2 in module: enable_cache
^C



holden at thinky:~$ mplayer -ao alsa -playlist
http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=vrbb
Resolving network.absoluteradio.co.uk for AF_INET...
Connecting to server network.absoluteradio.co.uk[31.186.234.199]: 80...

Cache size set to 320 KBytes
Unknown entry type Version=2
MPlayer SVN-r37124-4.4.3 (C) 2000-2014 MPlayer Team

Playing http://mp3-ar-128.timlradio.co.uk/.
Resolving mp3-ar-128.timlradio.co.uk for AF_INET...
Connecting to server mp3-ar-128.timlradio.co.uk[31.186.234.199]: 80...
Resolving icecast.timlradio.co.uk for AF_INET...
Connecting to server icecast.timlradio.co.uk[31.186.234.213]: 80...

Cache size set to 320 KBytes
Cache fill: 18.37% (60184 bytes)

Audio only file format detected.
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
*** glibc detected *** mplayer: double free or corruption (out): 0xb8b7e090 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(+0x6e331)[0x469f331]
/lib/tls/i686/cmov/libc.so.6(+0x6fb88)[0x46a0b88]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0x46a3ccd]
/lib/tls/i686/cmov/libc.so.6(wordfree+0x3b)[0x46efa8b]
/usr/lib/libasound.so.2(snd_config_update_r+0x534)[0xc9ead4]
/usr/lib/libasound.so.2(snd_config_update+0x48)[0xc9edc8]
/usr/lib/libasound.so.2(snd_pcm_open+0x39)[0xcc5bc9]
mplayer(+0x18ffc5)[0xb69cdfc5]
mplayer(+0x18ad29)[0xb69c8d29]
======= Memory map: ========
00110000-00133000 r-xp 00000000 08:01 200802     /lib/libpng12.so.0.42.0
00133000-00134000 r--p 00022000 08:01 200802     /lib/libpng12.so.0.42.0
00134000-00135000 rw-p 00023000 08:01 200802     /lib/libpng12.so.0.42.0
00135000-001a6000 r-xp 00000000 08:01 140700     /usr/lib/libfreetype.so.6.3.22
001a6000-001aa000 r--p 00070000 08:01 140700     /usr/lib/libfreetype.so.6.3.22
001aa000-001ab000 rw-p 00074000 08:01 140700     /usr/lib/libfreetype.so.6.3.22
001ab000-001d9000 r-xp 00000000 08:01 169899     /usr/lib/libfontconfig.so.1.4.4
001d9000-001da000 r--p 0002d000 08:01 169899     /usr/lib/libfontconfig.so.1.4.4
001da000-001db000 rw-p 0002e000 08:01 169899     /usr/lib/libfontconfig.so.1.4.4
001db000-001fe000 r-xp 00000000 08:01 182499     /usr/lib/libenca.so.0.5.1
001fe000-001ff000 r--p 00023000 08:01 182499     /usr/lib/libenca.so.0.5.1
001ff000-00201000 rw-p 00024000 08:01 182499     /usr/lib/libenca.so.0.5.1
00201000-00220000 r-xp 00000000 08:01 186987     /usr/lib/liblzo2.so.2.0.0
00220000-00221000 r--p 0001e000 08:01 186987     /usr/lib/liblzo2.so.2.0.0
00221000-00222000 rw-p 0001f000 08:01 186987     /usr/lib/liblzo2.so.2.0.0
00222000-00249000 r-xp 00000000 08:01 178484     /usr/lib/libvorbis.so.0.4.3
00249000-0024a000 r--p 00026000 08:01 178484     /usr/lib/libvorbis.so.0.4.3
0024a000-0024b000 rw-p 00027000 08:01 178484     /usr/lib/libvorbis.so.0.4.3
0024b000-00250000 r-xp 00000000 08:01 170529     /usr/lib/libogg.so.0.6.0
00250000-00251000 r--p 00004000 08:01 170529     /usr/lib/libogg.so.0.6.0
00251000-00252000 rw-p 00005000 08:01 170529     /usr/lib/libogg.so.0.6.0
00252000-00267000 r-xp 00000000 08:01 173553     /usr/lib/libspeex.so.1.5.0
00267000-00268000 r--p 00014000 08:01 173553     /usr/lib/libspeex.so.1.5.0
00268000-00269000 rw-p 00015000 08:01 173553     /usr/lib/libspeex.so.1.5.0
00269000-00281000 r-xp 00000000 08:01 173524     /usr/lib/libtheoradec.so.1.1.4
00281000-00282000 r--p 00017000 08:01 173524     /usr/lib/libtheoradec.so.1.1.4
00282000-00283000 rw-p 00018000 08:01 173524     /usr/lib/libtheoradec.so.1.1.4
00283000-002ce000 r-xp 00000000 08:01 189128     /usr/lib/libmpg123.so.0.25.0
002ce000-002cf000 ---p 0004b000 08:01 189128     /usr/lib/libmpg123.so.0.25.0
002cf000-002d0000 r--p 0004b000 08:01 189128     /usr/lib/libmpg123.so.0.25.0
002d0000-002d2000 rw-p 0004c000 08:01 189128     /usr/lib/libmpg123.so.0.25.0
002d2000-002e2000 rw-p 00000000 00:00 0
002e2000-00307000 r-xp 00000000 08:01 188504     /usr/lib/libdca.so.0.0.0
00307000-00308000 ---p 00025000 08:01 188504     /usr/lib/libdca.so.0.0.0
00308000-00309000 r--p 00025000 08:01 188504     /usr/lib/libdca.so.0.0.0
00309000-0030a000 rw-p 00026000 08:01 188504     /usr/lib/libdca.so.0.0.0
0030a000-00311000 r-xp 00000000 08:01 173161     /usr/lib/libgif.so.4.1.6
00311000-00312000 r--p 00006000 08:01 173161     /usr/lib/libgif.so.4.1.6
00312000-00313000 rw-p 00007000 08:01 173161     /usr/lib/libgif.so.4.1.6
00313000-0034f000 r-xp 00000000 08:01 183467     /usr/lib/libfaad.so.2.0.0
0034f000-00350000 r--p 0003b000 08:01 183467     /usr/lib/libfaad.so.2.0.0
00350000-00353000 rw-p 0003c000 08:01 183467     /usr/lib/libfaad.so.2.0.0
00353000-00397000 r-xp 00000000 08:01 132835     /usr/local/lib/libopus.so.0.5.0
00397000-00398000 r--p 00043000 08:01 132835     /usr/local/lib/libopus.so.0.5.0
00398000-00399000 rw-p 00044000 08:01 132835     /usr/local/lib/libopus.so.0.5.0
00399000-003a7000 r-xp 00000000 08:01 151444     /usr/lib/libXext.so.6.4.0
003a7000-003a8000 r--p 0000d000 08:01 151444     /usr/lib/libXext.so.6.4.0
003a8000-003a9000 rw-p 0000e000 08:01 151444     /usr/lib/libXext.so.6.4.0
003ac000-003c1000 r-xp 00000000 08:01 197273     /usr/lib/libmad.so.0.2.1
003c1000-003c2000 r--p 00014000 08:01 197273     /usr/lib/libmad.so.0.2.1
003c2000-003c3000 rw-p 00015000 08:01 197273     /usr/lib/libmad.so.0.2.1
003c3000-003e7000 r-xp 00000000 08:01 143574
/lib/tls/i686/cmov/libm-2.11.1.so
003e7000-003e8000 r--p 00023000 08:01 143574
/lib/tls/i686/cmov/libm-2.11.1.so
003e8000-003e9000 rw-p 00024000 08:01 143574
/lib/tls/i686/cmov/libm-2.11.1.so
003e9000-003ed000 r-xp 00000000 08:01 167688     /usr/lib/libXv.so.1.0.0
003ed000-003ee000 r--p 00003000 08:01 167688     /usr/lib/libXv.so.1.0.0
003ee000-003ef000 rw-p 00004000 08:01 167688     /usr/lib/libXv.so.1.0.0
003ef000-003f1000 r-xp 00000000 08:01 170429     /usr/lib/libXinerama.so.1.0.0
003f1000-003f2000 r--p 00001000 08:01 170429     /usr/lib/libXinerama.so.1.0.0
003f2000-003f3000 rw-p 00002000 08:01 170429     /usr/lib/libXinerama.so.1.0.0
003f3000-003f4000 r-xp 00000000 00:00 0          [vdso]
003f4000-00878000 r-xp 00000000 08:01 141002     /usr/lib/libsmbclient.so.0
00878000-00879000 ---p 00484000 08:01 141002     /usr/lib/libsmbclient.so.0
00879000-00882000 r--p 00484000 08:01 141002     /usr/lib/libsmbclient.so.0
00882000-00887000 rw-p 0048d000 08:01 141002     /usr/lib/libsmbclient.so.0
00887000-00888000 rw-p 00000000 00:00 0
00888000-0088c000 r-xp 00000000 08:01 152274     /usr/lib/libXxf86vm.so.1.0.0
0088c000-0088d000 r--p 00003000 08:01 152274     /usr/lib/libXxf86vm.so.1.0.0
0088d000-0088e000 rw-p 00004000 08:01 152274     /usr/lib/libXxf86vm.so.1.0.0
0088e000-00892000 r-xp 00000000 08:01 171864     /usr/lib/libXxf86dga.so.1.0.0
00892000-00893000 r--p 00004000 08:01 171864     /usr/lib/libXxf86dga.so.1.0.0
00893000-00894000 rw-p 00005000 08:01 171864     /usr/lib/libXxf86dga.so.1.0.0
00894000-0089d000 r-xp 00000000 08:01 170495     /usr/lib/libesd.so.0.2.39
0089d000-0089e000 r--p 00008000 08:01 170495     /usr/lib/libesd.so.0.2.39
0089e000-0089f000 rw-p 00009000 08:01 170495     /usr/lib/libesd.so.0.2.39
0089f000-008b4000 r-xp 00000000 08:01 185253     /usr/lib/libaudio.so.2.4
008b4000-008b5000 r--p 00015000 08:01 185253     /usr/lib/libaudio.so.2.4
008b5000-008b6000 rw-p 00016000 08:01 185253     /usr/lib/libaudio.so.2.4
008b6000-008cf000 r-xp 00000000 08:01 170212     /usr/lib/libatk-1.0.so.0.3009.1
008cf000-008d0000 ---p 00019000 08:01 170212     /usr/lib/libatk-1.0.so.0.3009.1
008d0000-008d1000 r--p 00019000 08:01 170212     /usr/lib/libatk-1.0.so.0.3009.1
008d1000-008d2000 rw-p 0001a000 08:01 170212     /usr/lib/libatk-1.0.so.0.3009.1
008d2000-008d4000 r-xp 00000000 08:01 131970     /lib/libcom_err.so.2.1
008d4000-008d5000 r--p 00001000 08:01 131970     /lib/libcom_err.so.2.1
008d5000-008d6000 rw-p 00002000 08:01 131970     /lib/libcom_err.so.2.1
008d6000-008f5000 r-xp 00000000 08:01 141145     /usr/lib/libjpeg.so.62.0.0
008f5000-008f6000 r--p 0001e000 08:01 141145     /usr/lib/libjpeg.so.62.0.0
008f6000-008f7000 rw-p 0001f000 08:01 141145     /usr/lib/libjpeg.so.62.0.0
008f7000-0090f000 r-xp 00000000 08:01 147281
/usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
0090f000-00910000 r--p 00017000 08:01 147281
/usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
00910000-00911000 rw-p 00018000 08:01 147281
/usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
00911000-00914000 r-xp 00000000 08:01 155296
/usr/lib/libgmodule-2.0.so.0.2400.1
00914000-00915000 r--p 00002000 08:01 155296
/usr/lib/libgmodule-2.0.so.0.2400.1
00915000-00916000 rw-p 00003000 08:01 155296
/usr/lib/libgmodule-2.0.so.0.2400.1
00916000-00918000 r-xp 00000000 08:01 175827     /lib/libx86.so.1
00918000-00919000 r--p 00001000 08:01 175827     /lib/libx86.so.1
00919000-0091a000 rw-p 00002000 08:01 175827     /lib/libx86.so.1
0091a000-00932000 r-xp 00000000 08:01 173336     /usr/lib/libaa.so.1.0.4
00932000-00933000 r--p 00018000 08:01 173336     /usr/lib/libaa.so.1.0.4
00933000-00934000 rw-p 00019000 08:01 173336     /usr/lib/libaa.so.1.0.4
00934000-00936000 rw-p 00000000 00:00 0
00936000-00940000 r-xp 00000000 08:01 170397
/usr/lib/libpangocairo-1.0.so.0.2800.0
00940000-00941000 r--p 00009000 08:01 170397
/usr/lib/libpangocairo-1.0.so.0.2800.0
00941000-00942000 rw-p 0000a000 08:01 170397
/usr/lib/libpangocairo-1.0.so.0.2800.0
00942000-00946000 r-xp 00000000 08:01 155295
/usr/lib/libgthread-2.0.so.0.2400.1
00946000-00947000 r--p 00003000 08:01 155295
/usr/lib/libgthread-2.0.so.0.2400.1
00947000-00948000 rw-p 00004000 08:01 155295
/usr/lib/libgthread-2.0.so.0.2400.1
00948000-0094d000 r-xp 00000000 08:01 177649
/usr/lib/liblirc_client.so.0.2.1
0094d000-0094e000 r--p 00004000 08:01 177649
/usr/lib/liblirc_client.so.0.2.1
0094e000-0094f000 rw-p 00005000 08:01 177649
/usr/lib/liblirc_client.so.0.2.1
00950000-0096b000 r-xp 00000000 08:01 143588     /lib/ld-2.11.1.so
0096b000-0096c000 r--p 0001a000 08:01 143588     /lib/ld-2.11.1.so
0096c000-0096d000 rw-p 0001b000 08:01 143588     /lib/ld-2.11.1.so
0096d000-009e0000 r-xp 00000000 08:01 170273
/usr/lib/libdirectfb-1.2.so.0.8.0
009e0000-009e1000 ---p 00073000 08:01 170273
/usr/lib/libdirectfb-1.2.so.0.8.0
009e1000-009e2000 r--p 00073000 08:01 170273
/usr/lib/libdirectfb-1.2.so.0.8.0
009e2000-009e3000 rw-p 00074000 08:01 170273
/usr/lib/libdirectfb-1.2.so.0.8.0
009e3000-009e4000 rw-p 00000000 00:00 0
009e4000-00a35000 r-xp 00000000 08:01 187786     /usr/lib/libvga.so.1.4.3
00a35000-00a36000 r--p 00051000 08:01 187786     /usr/lib/libvga.so.1.4.3
00a36000-00a3c000 rw-p 00052000 08:01 187786     /usr/lib/libvga.so.1.4.3
00a3c000-00a45000 rw-p 00000000 00:00 0
00a45000-00a4c000 r-xp 00000000 08:01 143573
/lib/tls/i686/cmov/librt-2.11.1.so
00a4c000-00a4d000 r--p 00006000 08:01 143573
/lib/tls/i686/cmov/librt-2.11.1.so
00a4d000-00a4e000 rw-p 00007000 08:01 143573
/lib/tls/i686/cmov/librt-2.11.1.so
00a4e000-00a56000 r-xp 00000000 08:01 174865     /usr/lib/libtalloc.so.2.0.1
00a56000-00a57000 r--p 00007000 08:01 174865     /usr/lib/libtalloc.so.2.0.1
00a57000-00a58000 rw-p 00008000 08:01 174865     /usr/lib/libtalloc.so.2.0.1
00a5a000-00a69000 r-xp 00000000 08:01 173508
/usr/lib/libcdda_interface.so.0.10.2
00a69000-00a6a000 r--p 0000e000 08:01 173508
/usr/lib/libcdda_interface.so.0.10.2
00a6a000-00a6b000 rw-p 0000f000 08:01 173508
/usr/lib/libcdda_interface.so.0.10.2
00a6b000-00a75000 r-xp 00000000 08:01 167657     /usr/lib/libwbclient.so.0
00a75000-00a76000 r--p 00009000 08:01 167657     /usr/lib/libwbclient.so.0
00a76000-00a77000 rw-p 0000a000 08:01 167657     /usr/lib/libwbclient.so.0
00a77000-00a78000 rw-p 00000000 00:00 0
00a78000-00a7b000 r-xp 00000000 08:01 136863     /lib/libcap.so.2.17
00a7b000-00a7c000 r--p 00003000 08:01 136863     /lib/libcap.so.2.17
00a7c000-00a7d000 rw-p 00004000 08:01 136863     /lib/libcap.so.2.17
00a7d000-00a80000 r-xp 00000000 08:01 171230
/usr/lib/libpulse-simple.so.0.0.3
00a80000-00a81000 r--p 00002000 08:01 171230
/usr/lib/libpulse-simple.so.0.0.3
00a81000-00a82000 rw-p 00003000 08:01 171230
/usr/lib/libpulse-simple.so.0.0.3
00a83000-00a97000 r-xp 00000000 08:01 139400     /usr/lib/libfribidi.so.0.3.1
00a97000-00a98000 r--p 00013000 08:01 139400     /usr/lib/libfribidi.so.0.3.1
00a98000-00a99000 rw-p 00014000 08:01 139400     /usr/lib/libfribidi.so.0.3.1
00a99000-00b85000 r-xp 00000000 08:01 178497     /usr/lib/libvorbisenc.so.2.0.6
00b85000-00b86000 ---p 000ec000 08:01 178497     /usr/lib/libvorbisenc.so.2.0.6
00b86000-00b94000 r--p 000ec000 08:01 178497     /usr/lib/libvorbisenc.so.2.0.6
00b94000-00b95000 rw-p 000fa000 08:01 178497     /usr/lib/libvorbisenc.so.2.0.6
00b95000-00bb1000 r-xp 00000000 08:01 173489     /usr/lib/libcaca.so.0.99.16
00bb1000-00bb2000 r--p 0001b000 08:01 173489     /usr/lib/libcaca.so.0.99.16
00bb2000-00c39000 rw-p 0001c000 08:01 173489     /usr/lib/libcaca.so.0.99.16
00c39000-00c3d000 rw-p 00000000 00:00 0
00c3d000-00c4d000 r-xp 00000000 08:01 143619
/lib/tls/i686/cmov/libresolv-2.11.1.so
00c4d000-00c4e000 r--p 00010000 08:01 143619
/lib/tls/i686/cmov/libresolv-2.11.1.so
00c4e000-00c4f000 rw-p 00011000 08:01 143619
/lib/tls/i686/cmov/libresolv-2.11.1.so
00c4f000-00c51000 rw-p 00000000 00:00 0
00c51000-00c53000 r-xp 00000000 08:01 170423     /usr/lib/libXdamage.so.1.1.0
00c53000-00c54000 r--p 00001000 08:01 170423     /usr/lib/libXdamage.so.1.1.0
00c54000-00c55000 rw-p 00002000 08:01 170423     /usr/lib/libXdamage.so.1.1.0
00c56000-00c5d000 r-xp 00000000 08:01 173509
/usr/lib/libcdda_paranoia.so.0.10.2
00c5d000-00c5e000 r--p 00006000 08:01 173509
/usr/lib/libcdda_paranoia.so.0.10.2
00c5e000-00c5f000 rw-p 00007000 08:01 173509
/usr/lib/libcdda_paranoia.so.0.10.2
00c5f000-00c72000 r-xp 00000000 08:01 143615
/lib/tls/i686/cmov/libnsl-2.11.1.so
00c72000-00c73000 r--p 00012000 08:01 143615
/lib/tls/i686/cmov/libnsl-2.11.1.so
00c73000-00c74000 rw-p 00013000 08:01 143615
/lib/tls/i686/cmov/libnsl-2.11.1.so
00c74000-00c76000 rw-p 00000000 00:00 0
00c76000-00c78000 r-xp 00000000 08:01 139238     /usr/lib/libXau.so.6.0.0
00c78000-00c79000 r--p 00001000 08:01 139238     /usr/lib/libXau.so.6.0.0
00c79000-00c7a000 rw-p 00002000 08:01 139238     /usr/lib/libXau.so.6.0.0
00c7a000-00d3d000 r-xp 00000000 08:01 170484     /usr/lib/libasound.so.2.0.0
00d3d000-00d41000 r--p 000c2000 08:01 170484     /usr/lib/libasound.so.2.0.0

MPlayer interrupted by signal 6 in module: ao2_init
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
^C

MPlayer interrupted by signal 2 in module: enable_cache


MPlayer interrupted by signal 2 in module: ao2_init
holden at thinky:~$


More information about the MPlayer-users mailing list