Closed
Bug 495328
Opened 16 years ago
Closed 15 years ago
ASSERTION: GetPrimaryFrameFor() called while nsFrameManager is being destroyed!
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Loading docshell/base/crashtests/432114-1.html triggers:
###!!! ASSERTION: no frame, see bug #188946: 'frame', file /Users/jruderman/central/editor/libeditor/base/nsEditor.cpp, line 4145
###!!! ASSERTION: GetPrimaryFrameFor() called while nsFrameManager is being destroyed!: 'Error', file /Users/jruderman/central/layout/base/nsFrameManager.cpp, line 338
###!!! ASSERTION: Dying in the middle of our own update?: 'mUpdateCount == 0', file /Users/jruderman/central/layout/base/nsCSSFrameConstructor.h, line 90
Flags: in-testsuite+
Reporter | ||
Comment 1•15 years ago
|
||
Now it only triggers:
###!!! ASSERTION: Dying in the middle of our own update?: 'mUpdateCount == 0', file /Users/jruderman/central/layout/base/nsCSSFrameConstructor.h, line 87
which is covered by bug 492165. The other two assertions were probably fixed by bug 500882.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•