Closed
Bug 1257700
Opened 10 years ago
Closed 10 years ago
Crash [@ ne_read_discard_padding] 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
(2 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
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kinetik
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•10 years ago
|
||
This will be fixed by the patch in bug 1257699.
Depends on: 1257699
| Assignee | ||
Comment 4•10 years ago
|
||
Testcase also triggers an assert in Timestamp, see bug 1258882.
Updated•10 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Attachment #8731929 -
Attachment mime type: application/octet-stream → video/webm
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0891da8fa71e
Add crashtest. r=me
Updated•8 years ago
|
Flags: in-testsuite+
Comment 6•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•