Summary: | REGRESSION(r110469): This patch still appears to crash (Requested by abarth on #webkit). | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | WebKit Review Bot <webkit.review.bot> | ||||
Component: | New Bugs | Assignee: | WebKit Review Bot <webkit.review.bot> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, morrita, simon.fraser, thorton, zimmermann | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 78315 | ||||||
Attachments: |
|
Description
WebKit Review Bot
2012-03-13 10:34:53 PDT
Created attachment 131660 [details] ROLLOUT of r110469 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment. We're seeing a similar set of crashes as when this patch landed previously. I'm rolling it out to see if that fixes the crashes again. Here are some of the crash stacks: https://gist.github.com/2028708 Comment on attachment 131660 [details] ROLLOUT of r110469 Clearing flags on attachment: 131660 Committed r110581: <http://trac.webkit.org/changeset/110581> All reviewed patches have been landed. Closing bug. s/crash/assertions I'd love to see some help on getting these resolved, rather than just reverting every time. (In reply to comment #5) > s/crash/assertions > > I'd love to see some help on getting these resolved, rather than just reverting every time. Yop. I already fixed the v8 problem, and had a r+ patch on the original bug report, 12437, was about to land it :( (In reply to comment #6) > (In reply to comment #5) > > s/crash/assertions > > > > I'd love to see some help on getting these resolved, rather than just reverting every time. > > Yop. I already fixed the v8 problem, and had a r+ patch on the original bug report, 12437, was about to land it :( Niko, is this rollout related to that? I thought this was separate (though still something I need help with). (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #5) > > > s/crash/assertions > > > > > > I'd love to see some help on getting these resolved, rather than just reverting every time. > > > > Yop. I already fixed the v8 problem, and had a r+ patch on the original bug report, 12437, was about to land it :( > > Niko, is this rollout related to that? I thought this was separate (though still something I need help with). Sorry, I mixed up the patches. Adam reverted the SVGImage patch, not the animVal patch. The regressions due to the animVal patch should be fixed now, I landed the patch some minutes ago. > I'd love to see some help on getting these resolved, rather than just reverting every time.
I don't think I'll be much help in resolving this issue. I don't know much about SVG or painting. Maybe emailing webkit-dev would turn up someone who can help?
(In reply to comment #9) > > I'd love to see some help on getting these resolved, rather than just reverting every time. > > I don't think I'll be much help in resolving this issue. I don't know much about SVG or painting. Maybe emailing webkit-dev would turn up someone who can help? I'll take a look at this in next week since my local SL can have repro. |