[Webkit-unassigned] [Bug 42563] Assertion failure in ResourceHandle::setDefersLoading when running plugins/return-negative-one-from-write.html on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 07:22:17 PDT 2010


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





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-07-19 07:22:17 PST ---
It looks like the problem is in PluginStream::deliverData. <http://trac.webkit.org/browser/trunk/WebCore/plugins/PluginStream.cpp?rev=58590#L343> calls setDefersLoading(true), then <http://trac.webkit.org/browser/trunk/WebCore/plugins/PluginStream.cpp?rev=58590#L359> calls cancelAndDestroyStream, which ends up calling setDefersLoading(true) again beneath destroyStream.

(There's actually another problem here: When we return early from deliverData at <http://trac.webkit.org/browser/trunk/WebCore/plugins/PluginStream.cpp?rev=58590#L360>, we never call setDefersLoading(false).)

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