Closed
Bug 1147448
Opened 11 years ago
Closed 10 years ago
Large OOM in mp4_demuxer::Box::Box
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1149278
People
(Reporter: vtamas, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-ee388e06-95ce-4f88-9c3d-f16272150325 .
- Ran into this on Windows 8.1 32-bit, using Firefox 37 (build ID: 20150324194038).
- I don't have proper STR, but it happened during a 4k video testing on https://www.youtube.com/.
- Tried several other times to reproduce it, without any luck.
- The crash rates increased in Firefox 37 Beta 7 and are affected only 32bit versions of Windows
Comment 1•11 years ago
|
||
This seems to be coming from mp4_demuxer::Box::Box and I do not think we should expect a 12MB allocation to always succeed, so this should probably use a fallible allocation instead of an infallible one.
Component: General → Video/Audio
Updated•11 years ago
|
Keywords: crash
Summary: [@ OOM | large | mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>::EnsureCapacity(unsigned int, unsigned int) | nsTArray_base<nsTArrayInfallibleAllo → Large OOM in mp4_demuxer::Box::Box
Comment 2•11 years ago
|
||
[Tracking Requested - why for this release]:
Note that this signature is the #2 of crashes on YouTube in the 37.0 RC/release build so far.
For that, I think we'll want to track at least for 38.
Comment 4•10 years ago
|
||
Anthony, this is a critical issue. Is it possible to have someone to work on it? Thanks
Flags: needinfo?(ajones)
Comment 6•10 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1156523 might be related.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•