Opened 14 years ago
Last modified 14 years ago
#1851 new defect
corrupted webm file hang / high load
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | cehoyos | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When trying to play attached webm file (it's a fuzzed / corrupted file), mplayer hangs with high CPU load.
Expected result:
Normal exit with error
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 14 years ago
Cc: | added |
---|
$ mplayer 1000.webm -demuxer lavf
MPlayer SVN-r32789-4.4.5 (C) 2000-2011 MPlayer Team
Playing 1000.webm.
libavformat file format detected.
[matroska,webm @ 0x16c3ab0] Unknown entry 0x4297
LAVF_header: av_open_input_stream() failed
Exiting... (End of file)
$ mplayer 1000.webm -demuxer mkv
MPlayer SVN-r32789-4.4.5 (C) 2000-2011 MPlayer Team
Playing 1000.webm.
(and continues to run on one core)
$ mplayer 1000.webm
MPlayer SVN-r32789-4.4.5 (C) 2000-2011 MPlayer Team
Playing 1000.webm.
libavformat file format detected.
[matroska,webm @ 0x16c3a20] Unknown entry 0x4297
LAVF_header: av_open_input_stream() failed
(and continues to run on one core)
corrupted webm file causing mplayer to hang