[Webkit-unassigned] [Bug 23643] Eventual Crash in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 19 10:34:11 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=23643





--- Comment #10 from Brady Eidson <beidson at apple.com>  2010-03-19 10:34:11 PST ---
(In reply to comment #9)
> Brady: FYI We're seeing a rare crash in Chrome/OS X (http://crbug.com/29437) in
> isArchiveMIMEType() , possibly related?

We've confirmed that that main source of the isArchiveMIMEType() crash was
out-of-order event delivery from our network layer.

That is, we were getting a didReceiveData callback before ever receiving a
didReceiveResponse callback.

It is *possible* that there's other causes, but we certainly don't have any
evidence.

Your crash appears to be in didFinishLoading.  You might want to try and make
sure that in these cases that your networking layer is fulfilling its contract
of always sending a didReceiveResponse callback before ever sending any others.

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



More information about the webkit-unassigned mailing list