[Webkit-unassigned] [Bug 24672] ASSERTION FAILURE: !m_purgeableData in WebCore::CachedResource::data() saving a WebArchive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 29 15:54:59 PDT 2009


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


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|cwzwarich at uwaterloo.ca      |webkit-
                   |                            |unassigned at lists.webkit.org




------- Comment #3 from cwzwarich at uwaterloo.ca  2009-03-29 15:54 PDT -------
The fix should really be doing something along these lines, except for
WebCore::LegacyWebArchive::create():

http://trac.webkit.org/changeset/39517

Unfortunately, this can't just be done where cachedResource->data() is used,
because an earlier call to DocumentLoader::subresource() also uses the cached
resource's data. The right thing to do is probably to make
DocumentLoader::subResource() do something along the lines of r39517, but I
wanted to ask somebody who knows the code.

I'll unassign this in case someone else wants to take a stab at it.


-- 
Configure bugmail: https://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