[Webkit-unassigned] [Bug 40764] editing/selection/leave-requested-block.html crash - maybe HTML5 related

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 16:21:23 PDT 2010


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





--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-06-17 16:21:23 PST ---
This is hitting:

void CachedResource::addClientToSet(CachedResourceClient* client)
{
    ASSERT(!isPurgeable());

Trying to add itself as a client to a cachedResource which is purgeable because it has no clients.

We would hit this case when we encounter a <script> tag which is already in our cache, but we can't execute it because a .css file is blocking it.

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