RESOLVED FIXED 9463
REGRESSION (r14879): Assertion failure in CSSParser::sinkFloatingSelector() (m_floatingSelectors.contains(selector)) in some CSS tests
https://bugs.webkit.org/show_bug.cgi?id=9463
Summary REGRESSION (r14879): Assertion failure in CSSParser::sinkFloatingSelector() (...
mitz
Reported 2006-06-15 23:35:21 PDT
The debug build of TOT fails on css1/conformance/forward_compatible_parsing.html and fast/css/css3-modsel-22.html with this error: ASSERTION FAILED: m_floatingSelectors.contains(selector) (WebCore/css/cssparser.cpp:2864 WebCore::CSSSelector* WebCore::CSSParser::sinkFloatingSelector(WebCore::CSSSelector*))
Attachments
Patch v1 (1.19 KB, patch)
2006-06-16 04:29 PDT, David Kilzer (:ddkilzer)
darin: review+
David Kilzer (:ddkilzer)
Comment 1 2006-06-16 03:30:00 PDT
Probably related to the fix for Bug 3233 (r14879).
mitz
Comment 2 2006-06-16 04:09:19 PDT
(In reply to comment #1) > Probably related to the fix for Bug 3233 (r14879). > Yes, this is a regression from that fix (says so in the bug summary ;-) ).
David Kilzer (:ddkilzer)
Comment 3 2006-06-16 04:29:57 PDT
Created attachment 8866 [details] Patch v1 This patch fixes the two regressions in this bug. The full test suite is still running on my PB G4, though.
David Kilzer (:ddkilzer)
Comment 4 2006-06-16 04:31:45 PDT
(In reply to comment #2) > (In reply to comment #1) > > Probably related to the fix for Bug 3233 (r14879). > Yes, this is a regression from that fix (says so in the bug summary ;-) ). It was 5:30 AM local time when I wrote that. I was not fully mentally engaged yet. :)
David Kilzer (:ddkilzer)
Comment 5 2006-06-16 05:39:32 PDT
(In reply to comment #3) > Created an attachment (id=8866) [edit] > Patch v1 > > This patch fixes the two regressions in this bug. The full test suite is still > running on my PB G4, though. All of the tests passed. This looks like the fix.
Nicholas Shanks
Comment 6 2006-06-16 09:22:04 PDT
Thanks. I had no clue what the cause was, nor how to go about fixing it. :-/
Darin Adler
Comment 7 2006-06-16 13:23:04 PDT
Comment on attachment 8866 [details] Patch v1 r=me
David Kilzer (:ddkilzer)
Comment 8 2006-06-16 18:10:48 PDT
Committed revision 14895.
David Kilzer (:ddkilzer)
Comment 9 2006-06-16 18:28:02 PDT
(In reply to comment #6) > Thanks. I had no clue what the cause was, nor how to go about fixing it. :-/ This fix was brought to you by Sesame Street: "One of these things is not like the others. One of these things just doesn't belong." http://members.tripod.com/tiny_dancer/one.html
Note You need to log in before you can comment on or make changes to this bug.