Closed
Bug 1181233
Opened 10 years ago
Closed 9 years ago
Stagefright: CHECK(size >= 7) failed in MPEG4Extractor.cpp
Categories
(Core :: Audio/Video: Playback, defect, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tsmith, Assigned: mozbugz)
References
Details
(Keywords: crash, testcase)
Attachments
(1 file)
23.86 KB,
video/mp4
|
Details |
A/MPEG4Extractor(34509): /builds/slave/m-cen-l64-asan-d-ntly-00000000/build/src/media/libstagefright/frameworks/av/media/libstagefright/MPEG4Extractor.cpp:2642 CHECK(size >= 7) failed.
Reporter | ||
Updated•10 years ago
|
Summary: CHECK(size >= 7) failed in MPEG4Extractor.cpp → Stagefright: CHECK(size >= 7) failed in MPEG4Extractor.cpp
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•9 years ago
|
||
Gerald, here's another Stagefright bug.
Assignee: nobody → gsquelart
Priority: -- → P1
Assignee | ||
Comment 2•9 years ago
|
||
This check on external data probably shouldn't be an assertion, but something to just handle.
Assignee | ||
Comment 3•9 years ago
|
||
Effectively fixed by bug 1202677 and bug 1205179, which check that the avcC size is <7. So the CHECK (assertion) can stay but shouldn't trigger anymore.
You need to log in
before you can comment on or make changes to this bug.
Description
•