Closed
Bug 1472533
Opened 6 years ago
Closed 6 years ago
Crash in nsIPresShell::RecordAlloc
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox61 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | affected |
People
(Reporter: calixte, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-014977c7-a063-4186-ae47-7818a0180701.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll nsIPresShell::RecordAlloc layout/base/nsIPresShell.h:1636
1 xul.dll nsIPresShell::AllocateByObjectID layout/base/nsIPresShell.h:227
2 xul.dll NS_NewLineBox layout/generic/nsLineBox.cpp:90
3 xul.dll nsBlockFrame::SplitLine layout/generic/nsBlockFrame.cpp:4411
4 xul.dll nsBlockFrame::ReflowInlineFrame layout/generic/nsBlockFrame.cpp:4268
5 xul.dll nsBlockFrame::DoReflowInlineFrames layout/generic/nsBlockFrame.cpp:3958
6 xul.dll nsBlockFrame::ReflowInlineFrames layout/generic/nsBlockFrame.cpp:3832
7 xul.dll nsBlockFrame::ReflowLine layout/generic/nsBlockFrame.cpp:2816
8 xul.dll nsBlockFrame::ReflowDirtyLines layout/generic/nsBlockFrame.cpp:2352
9 xul.dll nsBlockFrame::Reflow layout/generic/nsBlockFrame.cpp:1225
=============================================================
There are 5 crashes (from 2 installations) in nightly 63 starting with buildid 20180630100552. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1398483.
[1] https://hg.mozilla.org/mozilla-central/rev?node=6c1bb0f3ff98
Flags: needinfo?(miyer)
Comment 1•6 years ago
|
||
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(!mAllocatedPointers.Contains(aPtr))
Comment 2•6 years ago
|
||
I don't see any new (de)allocations in bug 1398483, so it seems
unlikely to be the culprit. Note that this diagnostic assertion
was added fairly recently so it might show up as a regression
even though the underlying issue is older.
Comment 3•6 years ago
|
||
Not allocating anything new in bug 1398483 as Mats noted so most likely not related.
Flags: needinfo?(miyer)
Comment 4•6 years ago
|
||
There have been no new crashes since the 5 on the June 30 build.
Comment 5•6 years ago
|
||
Given that crashes have stopped, resolving. Please reopen if this starts up again.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Comment 6•6 years ago
|
||
This only showed up in 20180630220240
You need to log in
before you can comment on or make changes to this bug.
Description
•