WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91525
REGRESSION(
r122215
) - RenderObject::willRenderImage crashes on null view()
https://bugs.webkit.org/show_bug.cgi?id=91525
Summary
REGRESSION(r122215) - RenderObject::willRenderImage crashes on null view()
Adrienne Walker
Reported
2012-07-17 11:17:31 PDT
REGRESSION(
r122215
) - RenderObject::willRenderImage crashes on null view()
Attachments
Patch
(1.58 KB, patch)
2012-07-17 13:13 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Reword comment
(1.57 KB, patch)
2012-07-17 15:11 PDT
,
Adrienne Walker
jchaffraix
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adrienne Walker
Comment 1
2012-07-17 13:13:08 PDT
Created
attachment 152812
[details]
Patch
Eric Seidel (no email)
Comment 2
2012-07-17 13:41:55 PDT
Comment on
attachment 152812
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=152812&action=review
> Source/WebCore/rendering/RenderObject.cpp:2697 > + if (!view())
So this is RenderView... And document()->view() is FrameView?
Eric Seidel (no email)
Comment 3
2012-07-17 13:48:10 PDT
Comment on
attachment 152812
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=152812&action=review
>> Source/WebCore/rendering/RenderObject.cpp:2697 >> + if (!view()) > > So this is RenderView... And document()->view() is FrameView?
Yes, it is. And we should really make that less confusing some day. I'm confused what callstack would hit this? I guess document destruction? IT's not clear what you mean by "not been inserted into the tree", do you mean the document or the RenderImage?
Adrienne Walker
Comment 4
2012-07-17 14:17:58 PDT
(In reply to
comment #3
)
> (From update of
attachment 152812
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=152812&action=review
> > >> Source/WebCore/rendering/RenderObject.cpp:2697 > >> + if (!view()) > > > > So this is RenderView... And document()->view() is FrameView? > > Yes, it is. And we should really make that less confusing some day. > > I'm confused what callstack would hit this? I guess document destruction? IT's not clear what you mean by "not been inserted into the tree", do you mean the document or the RenderImage?
Maybe I shouldn't have included any comment at all. ;) Document destruction is one case, since the Document's renderer is cleared during that step. Document attachment is the other, since that's when the renderer gets initially set. I'm guessing at this being the issue given the callstack in the crashreport in the linked Chromium bug. I wasn't able to repro this locally.
Adrienne Walker
Comment 5
2012-07-17 15:11:48 PDT
Created
attachment 152841
[details]
Reword comment
Kwang Yul Seo
Comment 6
2012-07-17 15:18:06 PDT
Comment on
attachment 152841
[details]
Reword comment View in context:
https://bugs.webkit.org/attachment.cgi?id=152841&action=review
> Source/WebCore/rendering/RenderObject.cpp:2699 > +
The patch looks good to me. I'm sorry to miss this in
r122215
.
Julien Chaffraix
Comment 7
2012-07-17 15:31:42 PDT
Comment on
attachment 152841
[details]
Reword comment View in context:
https://bugs.webkit.org/attachment.cgi?id=152841&action=review
> Source/WebCore/ChangeLog:10 > +
It would be nice to mention why you couldn't produce a test case in your ChangeLog.
> Source/WebCore/rendering/RenderObject.cpp:2696 > + // If the document is being destroyed or has not been attached, then this > + // RenderObject will not be rendered.
I am fine with the comment as-is though Eric may want to comment further.
Adrienne Walker
Comment 8
2012-07-17 16:06:55 PDT
Committed
r122886
: <
http://trac.webkit.org/changeset/122886
>
Adrienne Walker
Comment 9
2012-07-17 16:07:50 PDT
(In reply to
comment #7
)
> (From update of
attachment 152841
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=152841&action=review
> > > Source/WebCore/ChangeLog:10 > > + > > It would be nice to mention why you couldn't produce a test case in your ChangeLog.
Done.
> > Source/WebCore/rendering/RenderObject.cpp:2696 > > + // If the document is being destroyed or has not been attached, then this > > + // RenderObject will not be rendered. > > I am fine with the comment as-is though Eric may want to comment further.
Sorry for going ahead and landing this, but I wanted to have a chance to get this in tomorrow's canary and see if it reduced the crash rate. I'm happy to change the comment in a follow-up patch if you think that can be reworded better. :)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug