Closed
Bug 413587
Opened 17 years ago
Closed 15 years ago
"ASSERTION: PostRestyleEvent after the shell is destroyed (bug 279505)" with <style> in <svg:use>
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
Loading the testcase triggers:
###!!! ASSERTION: PostRestyleEvent after the shell is destroyed (bug 279505): 'Not Reached', file /Users/jruderman/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 13277
This assertion was added in bug 279505. (I don't understand why the patch added the assertion -- doesn't the testcase for that bug trigger the assertion too?)
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
The assert was added because on trunk we shouldn't be hitting it, in fact. I don't believe we hit it on that testcase...
Mats, want to either fix this, or make it safe to do this sort of thing?
Comment 3•17 years ago
|
||
Probably the former, I would guess...
Assignee | ||
Comment 4•17 years ago
|
||
This is a false alarm. I forgot that we temporarily set
mIsDestroyingFrameTree true while destroying the root frame:
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/layout/base/nsCSSFrameConstructor.cpp&rev=1.1457&root=/cvsroot&mark=7818#7799
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → mats.palmgren
OS: Mac OS X → All
Hardware: PC → All
Reporter | ||
Comment 5•15 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Updated•15 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 6•15 years ago
|
||
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•