[Webkit-unassigned] [Bug 83918] New: REGRESSION (r100311): YummySoup app crashes when trying to print
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 13 11:10:44 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83918
Summary: REGRESSION (r100311): YummySoup app crashes when
trying to print
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P1
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
CC: abarth at webkit.org, japhet at chromium.org
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>
--
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