Closed
Bug 1250816
Opened 9 years ago
Closed 9 years ago
crash in nsTArray_Impl<T>::DestructRange | nsTArray_Impl<T>::ReplaceElementsAt<T> | mozilla::net::HttpChannelChild::OnStartRequest
Categories
(Core :: Networking: HTTP, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1247982
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: blassey, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [gfx-noted][necko-active])
Crash Data
This bug was filed from the Socorro interface and is
report bp-08b2cd32-a6ec-41c8-9f4e-71de82160217.
=============================================================
This is the #27 top crash for e10s and doesn't show up in non-e10s
Updated•9 years ago
|
Whiteboard: [gfx-noted]
I don't think this is graphics related.
Component: Graphics: Layers → Networking: HTTP
Updated•9 years ago
|
Whiteboard: [gfx-noted] → [gfx-noted][necko-active]
Comment 2•9 years ago
|
||
Patrick are you guys looking at this?
Updated•9 years ago
|
Flags: needinfo?(mcmanus) → needinfo?(jduell.mcbugs)
Comment 3•9 years ago
|
||
This looks like the same issue as 1247982
Comment 4•9 years ago
|
||
The first report I found for this was:
https://crash-stats.mozilla.com/report/index/a8c9036f-1099-4903-86d7-36e9e2151102
Version:43.0a2 Build ID:20151020004123
All of the 1138 reports are on windows - it may be windows only or it may that we don't have any reports for other platforms yet.
From what I can tell, this is a memory corruption.
When replacing mRequestHead, it clears mHeaders, it calls to nsTArray::DestructRange(). In order to execute that code Length() will be non-zero, so either nsTArray's mHdr pointer is corrupted, or or its value. (I suspect it's the pointer).
Comment 5•9 years ago
|
||
It sounds like we have no idea how to fix this, then?
Flags: needinfo?(jduell.mcbugs)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•