RESOLVED FIXED 7068
REGRESSION: crashes in CSSStyleSelector::applyDeclarations running the layout tests
https://bugs.webkit.org/show_bug.cgi?id=7068
Summary REGRESSION: crashes in CSSStyleSelector::applyDeclarations running the layout...
mitz
Reported 2006-02-04 09:43:21 PST
I'm getting random crashes when running the layout tests with r12554, but not with r12540. The crashes are in CSSStyleSelector::applyDeclarations apparently because it is called with an endIndex >= 0 while m_matchedDecls.size() is 0. run-webkit-tests svg alone usually crashes before it ends. I suspect the fix for bug 4127.
Attachments
Alexey Proskuryakov
Comment 1 2006-02-04 10:38:36 PST
Confirmed with r12556 (debug build).
mitz
Comment 2 2006-02-04 10:45:41 PST
I tested with r12548 and r12549 and it looks like it really started with the fix for bug 4127.
Darin Adler
Comment 3 2006-02-04 17:14:12 PST
Can't safely check in other changes if layout tests are crashing, so upping severity to "blocker".
Darin Adler
Comment 4 2006-02-04 17:30:55 PST
I think we're going to have to roll out the build 4127 changes, otherwise we won't be able to test other changes before checking them in.
Darin Adler
Comment 5 2006-02-04 17:31:20 PST
Bug 4127, I mean.
Maciej Stachowiak
Comment 6 2006-02-04 21:37:39 PST
I rolled out the change for bug 4127
Note You need to log in before you can comment on or make changes to this bug.