Closed
Bug 406904
Opened 17 years ago
Closed 17 years ago
Crash [@ VerifySameTree] with XBL
Categories
(Core :: XBL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(2 files)
Loading testcase 1 triggers:
###!!! ASSERTION: SetMayHaveFrame failed?: 'mContent->MayHaveFrame()', file /Users/jruderman/trunk/mozilla/layout/generic/nsFrame.cpp, line 409
frame: Text(-1) (0x2490020) style: 0x248e108 :-moz-non-element {}
###!!! ASSERTION: Wrong parent style context: 'Error', file /Users/jruderman/trunk/mozilla/layout/base/nsFrameManager.cpp, line 822
Wrong parent style context: should be using: style: 0x248e2a8 {}
Crash [@ VerifySameTree] [@ nsStyleContext::GetParent].
Flags: blocking1.9?
Reporter | ||
Comment 1•17 years ago
|
||
This testcase only triggers:
###!!! ASSERTION: element not in the document: 'doc', file /Users/jruderman/trunk/mozilla/layout/base/nsChildIterator.cpp, line 62
The difference between testcase 1 and testcase 2 is that a text node in the XBL binding has been replaced with an empty span element.
Reporter | ||
Comment 2•17 years ago
|
||
Related to bug 342954?
Assignee | ||
Comment 3•17 years ago
|
||
Yes, indeed. And my patch for that bug fixes these testcases, incidentally. ;)
Depends on: 342954
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P3
Reporter | ||
Updated•17 years ago
|
Assignee: nobody → bzbarsky
Comment 4•17 years ago
|
||
Is this fixed now that bug 342954 has landed? Feel free to renominate if not.
Flags: tracking1.9+ → tracking1.9-
Assignee | ||
Comment 5•17 years ago
|
||
I think it should be fixed. Jesse, could you retest, and land the tests as needed?
Flags: in-testsuite?
Reporter | ||
Comment 6•17 years ago
|
||
I retested and everything seems happy. Crashtests checked in.
Flags: in-testsuite? → in-testsuite+
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Crash Signature: [@ VerifySameTree]
You need to log in
before you can comment on or make changes to this bug.
Description
•