[Webkit-unassigned] [Bug 12718] REGRESSION(r18184): Segmentation fault when loading abc.go.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 11 18:12:50 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12718


mjs at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13123|review?                     |review-
               Flag|                            |




------- Comment #9 from mjs at apple.com  2007-02-11 18:12 PDT -------
(From update of attachment 13123)
It's good to know this solves the crash; on the other hand, using autorelease
to resolve lifetime issues is somewhat poor form, as it may only be masking the
immediate symptom. It's getting put into d->m_delegate, which is a smart
pointer, so it should stay alive as long as the ResourceHandle is alive. So
that must mean the ResourceHandle actually is getting destroyed too early. How
is it that it can get destroyed before connectionDidFinishLoading:?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list