Opened 16 years ago

Closed 16 years ago

#1093 closed defect (fixed)

r26916 crashes when trying to play audio streams

Reported by: rvm@… Owned by: r_togni@…
Priority: normal Component: streaming
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

MPlayer r26916 crashes when I try to play some internet streams, for instance this one: http://88.191.30.130:8050

It happens in both linux and windows.

This is the output of "mplayer http://88.191.30.130:8050 -v"

MPlayer dev-SVN-r26916 (C) 2000-2008 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3400+ (Family: 15, Model: 4, Stepping: 10)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
get_path('codecs.conf') -> '/home/ricardo/.mplayer/codecs.conf'
Reading /home/ricardo/.mplayer/codecs.conf: Can't open '/home/ricardo/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --disable-tv --disable-tv-teletext --disable-radio-v4l2 --disable-v4l2 --disable-dvdread-internal --enable-debug
CommandLine: 'http://88.191.30.130:8050' '-v'
init_freetype
/home/ricardo/.fonts/arialbd.ttf doesn't look like a bitmap font description, ignoring.
Cannot load bitmap font: /home/ricardo/.fonts/arialbd.ttf
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/ricardo/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/ricardo/.mplayer/input.conf'
Can't open input config file /home/ricardo/.mplayer/input.conf: No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such file or directory
Falling back on default (hardcoded) input config
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: Permission denied
Failed to open LIRC support. You will not be able to use your remote control.
get_path('88.191.30.130:8050.conf') -> '/home/ricardo/.mplayer/88.191.30.130:8050.conf'

Playing http://88.191.30.130:8050.
get_path('sub/') -> '/home/ricardo/.mplayer/sub/'
Filename for url is now http://88.191.30.130:8050
Filename for url is now http://88.191.30.130:8050
STREAM_HTTP(1), URL: http://88.191.30.130:8050
Resolving 88.191.30.130 for AF_INET6...
Couldn't resolve name for AF_INET6: 88.191.30.130
Connecting to server 88.191.30.130[88.191.30.130]: 8050...
--- HTTP DEBUG HEADER --- START ---
protocol: [ICY]
http minor version: [0]
uri: [(null)]
method: [(null)]
status code: [200]
reason phrase: [OK]
body size: [1211]
Fields:

0 - icy-notice1:<BR>This stream requires <a href="http://www.winamp.com/">Winamp</a><BR>
1 - icy-notice2:SHOUTcast Distributed Network Audio Server/Linux v1.9.8<BR>
2 - icy-name:Live9 -- www.Live9.fr -- The Best Pop Ever ! Commercial Free ! Live From Paris France !
3 - icy-genre:Top 40 Pop Rock Hits
4 - icy-url:http://www.Live9.fr/
5 - content-type:audio/mpeg
6 - icy-pub:1
7 - icy-metaint:32768
8 - icy-br:192

--- HTTP DEBUG HEADER --- END ---
Name : Live9 -- www.Live9.fr -- The Best Pop Ever ! Commercial Free ! Live From Paris France !
Genre : Top 40 Pop Rock Hits
Website: http://www.Live9.fr/
Public : yes
Bitrate: 192kbit/s
Cache size set to 320 KBytes
STREAM: [null] http://88.191.30.130:8050
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: 0.00% (0 bytes)

MPlayer interrupted by signal 11 in module: enable_cache

  • MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
  • 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.

Cache fill: 2.50% (8192 bytes)

vo: x11 uninit called but X11 not initialized..

Exiting... (End of file)

Unfortunately I can't provide a backtrace (gdb just says the program exited normally).

The stream plays well if adding -nocache.

The previous version I compiled, r26871, didn't have this problem.

Change History (1)

comment:1 by reimar, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r26929

Note: See TracTickets for help on using tickets.