Closed
Bug 316318
Opened 19 years ago
Closed 19 years ago
ASSERTION: huh?: 'pfd->mFrame == aFrame'
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
224 bytes,
text/html
|
Details |
See upcoming testcase.
I get multiple assertions while loading the testcase:
###!!! ASSERTION: huh?: 'pfd->mFrame == aFrame', file c:/mozilla/mozilla/layout/
generic/nsLineLayout.cpp, line 521
###!!! ASSERTION: huh?: 'pfd->mFrame == aFrame', file c:/mozilla/mozilla/layout/
generic/nsLineLayout.cpp, line 521
###!!! ASSERTION: huh?: 'pfd->mFrame == aFrame', file c:/mozilla/mozilla/layout/
generic/nsLineLayout.cpp, line 521
###!!! ASSERTION: leak: 'mSpansAllocated == mSpansFreed', file c:/mozilla/mozill
a/layout/generic/nsLineLayout.cpp, line 355
###!!! ASSERTION: leak: 'mFramesAllocated == mFramesFreed', file c:/mozilla/mozi
lla/layout/generic/nsLineLayout.cpp, line 356
Reporter | ||
Comment 1•19 years ago
|
||
![]() |
||
Updated•19 years ago
|
Flags: blocking1.9a1+
the assertion are fixed by the patch in bug 307992
... which really should have been put here instead, or on bug 320502.
You need to log in
before you can comment on or make changes to this bug.
Description
•