[Webkit-unassigned] [Bug 53045] REGRESSION (r74807): memory corruption after CachedResourceLoader refactoring
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 9 17:08:10 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53045
--- Comment #15 from Mihai Parparita <mihaip at chromium.org> 2011-03-09 17:08:10 PST ---
(In reply to comment #13)
> Yeah, I'll take a shot (and try to reproduce locally too).
I didn't have much luck reproducing this locally. MemoryCache::remove calls MemoryCache::evict, which will delete the resource if CachedResource::canDelete returns true, but I couldn't get that configuration to happen.
Since this is a harmless change otherwise (except for the extra copy), I think it's worth trying to land this and see if the crashes on our reliability bot go away.
--
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