Closed
Bug 1257701
Opened 9 years ago
Closed 9 years ago
Crash [@ mozilla::MockMediaResource::ReadAt] with WebM/VP9
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: decoder, Assigned: kinetik)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(3 files)
The attached testcase crashes on mozilla-inbound revision f30fc906416f (build with --enable-optimize --disable-debug --enable-address-sanitizer).
For detailed crash information, see attachment.
To reproduce the issue, you can run the testcase through the "MediaDataDecoder.VP9" gtest. Example STR:
1. Change into objdir/dist/bin of your Firefox build
2. Place attached testcase into objdir, keep the name "vp9cake.webm"
3. Run: GTEST_FILTER=MediaDataDecoder.VP9 MOZ_RUN_GTEST=1 ./firefox -unittest
This test crashes due to an out-of-memory condition, there is probably a NULL check missing somewhere.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kinetik
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8733613 -
Flags: review?(giles)
Updated•9 years ago
|
Attachment #8733613 -
Flags: review?(giles) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Updated•9 years ago
|
Priority: -- → P2
Assignee | ||
Comment 5•9 years ago
|
||
Fixed by bug 1257699.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•