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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 12 03:56:58 PST 2007


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





------- Comment #14 from ddkilzer at webkit.org  2007-02-12 03:56 PDT -------
This bug only appears to happen with plug-ins, so my current working theory is
that a plug-in registers a callback, then gets destroyed, and the process of
destroying the plug-in releases the WebCoreResourceHandleAsDelegate one too
many times, causing _sendCallBacks to fail when sending a message to a zombie.

The trick is figuring out the over-release path.  (I actually stepped through
the whole www.abc.com page load once with a breakpoint on
[WebCoreResourceHandleAsDelegate release] until I got the error, but I didn't
know exactly when it was coming, so I wasn't paying attention to the call
stacks just before the error occurred.  :(


-- 
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