Closed Bug 1181233 Opened 9 years ago Closed 9 years ago

Stagefright: CHECK(size >= 7) failed in MPEG4Extractor.cpp

Categories

(Core :: Audio/Video: Playback, defect, P1)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: tsmith, Assigned: mozbugz)

References

Details

(Keywords: crash, testcase)

Attachments

(1 file)

Attached video test_case.mp4 (deleted) —
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.
Summary: CHECK(size >= 7) failed in MPEG4Extractor.cpp → Stagefright: CHECK(size >= 7) failed in MPEG4Extractor.cpp
Component: Audio/Video → Audio/Video: Playback
Gerald, here's another Stagefright bug.
Assignee: nobody → gsquelart
Priority: -- → P1
This check on external data probably shouldn't be an assertion, but something to just handle.
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.
Status: NEW → RESOLVED
Closed: 9 years ago
Depends on: 1202677, 1205179
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: