Closed
Bug 1269835
Opened 9 years ago
Closed 8 years ago
Crash in OOM | large | mozalloc_abort | mozalloc_handle_oom | moz_xrealloc | nsTArray_base<T>::EnsureCapacity<T> | nsTArray_Impl<T>::InsertElementAt<T> | nsStreamConverterService::AddAdjacency
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | wontfix |
| firefox47 | - | wontfix |
| firefox48 | --- | fix-optional |
| firefox-esr45 | --- | affected |
People
(Reporter: philipp, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
[Tracking Requested - why for this release]:
request tracking, since this crash signature is a recent regression (though low volume)
This bug was filed from the Socorro interface and is
report bp-d5f504c8-8d52-4287-bbcf-719922160501.
=============================================================
Crashing Thread (0)
Frame Module Signature Source
0 mozglue.dll mozalloc_abort(char const* const) memory/mozalloc/mozalloc_abort.cpp:33
1 mozglue.dll mozalloc_handle_oom(unsigned int) memory/mozalloc/mozalloc_oom.cpp:46
2 mozglue.dll moz_xrealloc memory/mozalloc/mozalloc.cpp:107
3 xul.dll nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>::EnsureCapacity<nsTArrayInfallibleAllocator>(unsigned int, unsigned int) xpcom/glue/nsTArray-inl.h:183
4 xul.dll nsTArray_Impl<nsISupports*, nsTArrayInfallibleAllocator>::InsertElementAt<nsISupports*&, nsTArrayInfallibleAllocator>(unsigned int, nsISupports*&) xpcom/glue/nsTArray.h:1410
5 xul.dll nsStreamConverterService::AddAdjacency(char const*) netwerk/streamconv/nsStreamConverterService.cpp:164
6 @0x3ccfcb
this crash signature on windows started showing up in firefox 45 builds. it's rather low volume, making up 0.1% of crashes on release at the moment.
Comment 1•9 years ago
|
||
I don't see the signature on 47 or higher. It seems unlikely we will fix this in 46.
mkaply could this have been from one of your recent changes? (looking at the crash report linked above and mozalloc_abort.cpp)
Flags: needinfo?(mozilla)
Comment 3•9 years ago
|
||
> mkaply could this have been from one of your recent changes?
Was there something specific you were thinking? I can't think of any changes that made it into 45. Most of my stuff was in 46...
Flags: needinfo?(mozilla)
I see less than 7 instances of this crash over a week on Beta47. This is too low volume to tackle for this release and now a wontfix.
Comment 5•9 years ago
|
||
It looks like this shows up in 48.0b7
https://crash-stats.mozilla.com/search/?signature=~nsStreamConverterService%3A%3AAddAdjacency&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
Doesn't seem like a frequent crash so not expecting to take anything on 48. Let's see if it shows up on 49+
Comment 6•9 years ago
|
||
Crash volume for signature 'OOM | large | mozalloc_abort | mozalloc_handle_oom | moz_xrealloc | nsTArray_base<T>::EnsureCapacity<T> | nsTArray_Impl<T>::InsertElementAt<T> | nsStreamConverterService::AddAdjacency':
- nightly (version 50): 0 crashes from 2016-06-06.
- aurora (version 49): 0 crashes from 2016-06-07.
- beta (version 48): 0 crashes from 2016-06-06.
- release (version 47): 0 crashes from 2016-05-31.
- esr (version 45): 275 crashes from 2016-04-07.
Crash volume on the last weeks:
W. N-1 W. N-2 W. N-3 W. N-4 W. N-5 W. N-6 W. N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 0 0 0 0 0 0 0
- release 0 0 0 0 0 0 0
- esr 2 0 1 9 6 13 19
Affected platform: Windows
status-firefox-esr45:
--- → affected
| Reporter | ||
Comment 7•8 years ago
|
||
there are no recent crashes of this anymore
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•