[Webkit-unassigned] [Bug 83918] REGRESSION (r100311): YummySoup app crashes when trying to print
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 13 11:14:02 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83918
Nate Chapin <japhet at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |japhet at chromium.org
|kit.org |
--- Comment #1 from Nate Chapin <japhet at chromium.org> 2012-04-13 11:14:02 PST ---
(In reply to comment #0)
> Steps to reproduce:
> 1. Launch YummySoup! trial from http://hungryseacow.com/YummySoup!.zip
> 2. Hit Cmd+P to open print dialog.
>
> The issue here is some bad code in SubresourceLoader::releaseResources(). Instead of releasing resources as promised, it does a number of unrelated things. Specifically, call to m_document->cachedResourceLoader()->loadDone() results in a delegate callback happening in an inconsistent state. When a client does something from this delegate call that touches this SubresourceLoader (e.g. starts a new load), all bets are off.
>
> Nate, would you be up to cleaning this up to fix the regression?
>
> <rdar://problem/11053870>
As long as it doesn't need to be fixed today, absolutely :)
--
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