Opened 13 years ago

Last modified 13 years ago

#1851 new defect

corrupted webm file hang / high load

Reported by: hanno@… 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)

1000.webm (383.5 KB ) - added by hanno@… 13 years ago.
corrupted webm file causing mplayer to hang

Download all attachments as: .zip

Change History (2)

by hanno@…, 13 years ago

Attachment: 1000.webm added

corrupted webm file causing mplayer to hang

comment:1 by cehoyos, 13 years ago

Cc: cehoyos@… 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)

Note: See TracTickets for help on using tickets.