MediaConch_SourceCode icon indicating copy to clipboard operation
MediaConch_SourceCode copied to clipboard

Floating point exception with MediaConch CLI

Open dericed opened this issue 10 years ago • 2 comments

After stress testing MediaConch CLI over 30,000 MKV files only two times does mediaconch exit with an error (although there are still many malformed xml outputs).

mediaconch -mi -mt -fx http://archive.org/download/N.M.14./N.M.14..mkv results in

Floating point exception: 8

dericed avatar Jan 03 '16 15:01 dericed

OK, the referenced file is actually a MPEG-TS that is misnamed with a .mkv extension. @JeromeMartinez want to keep this open?

dericed avatar Jan 03 '16 20:01 dericed

I check first if it is due to a crash in the library. Issue with TS file is that trace is huge, very huge (TS packets are 188 byte long, so there are a lot of packets :( ), maybe we need to reject such file in MC for the moment.

JeromeMartinez avatar Jan 03 '16 20:01 JeromeMartinez