Closed
Bug 1224019
Opened 9 years ago
Closed 9 years ago
"W/MPEG4Extractor(71435): Error -1004 parsing chunck at offset 852 looking for first track" spams logs, causes OS X debug build to fail with "Output exceeded 52428800 bytes"
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: botond, Assigned: mozbugz)
References
Details
Attachments
(1 file)
3.36 KB,
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
Here's a Try push where an OS X debug build fails with "Output exceeded 52428800 bytes" due to this warning spamming the logs:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=931fc5e2d320
Assignee | ||
Comment 1•9 years ago
|
||
Probably my fault, all the new gtests in libstagefright produce a lot of these.
An easy&quick solution would be to reduce the way subsets of files are tested.
A more difficult solution (but better I think) would be to be able to suppress these warnings. They are currently hardcoded to always be printed.
Ideally, they should trickle back to the caller, to be displayed in the console (see bug 1197438).
Because we're having build issues, I will start with the quick&easy solution here.
QA Contact: gsquelart
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gsquelart
QA Contact: gsquelart
Assignee | ||
Comment 2•9 years ago
|
||
Disable Stagefright subset gtests.
These tests are exploratory, they don't particularly match whatever the
original issues were discovered, so it is safe to disable them for now.
A future bug will look at re-enabling them, but without all the output
that they generate.
Attachment #8686325 -
Flags: review?(jyavenard)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8686325 [details] [diff] [review]
1224019-disable-stagefright-subset-gtests.patch
Review of attachment 8686325 [details] [diff] [review]:
-----------------------------------------------------------------
Rubber-stamping after :gerald indicated on IRC that :jya gave a verbal ok.
Attachment #8686325 -
Flags: review?(jyavenard) → review+
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•