Bug 135685 - Random resource replacement on beta.icloud.com
Summary: Random resource replacement on beta.icloud.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-08-06 19:56 PDT by Pratik Solanki
Modified: 2014-08-07 10:20 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.23 KB, patch)
2014-08-06 20:44 PDT, Pratik Solanki
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2014-08-06 19:56:01 PDT
ASSERT(m_data->size() == newBuffer->size()) is being triggered when loading beta.icloud.com. This can cause problems in release build since it means we will replace existing CachedResource data with incorrect data meant for a different resource.
Comment 1 Pratik Solanki 2014-08-06 19:56:34 PDT
<rdar://problem/17937975>
Comment 2 Pratik Solanki 2014-08-06 19:57:17 PDT
We will need to roll out the performance improvements made in r170499 for bug 134362.
Comment 3 Pratik Solanki 2014-08-06 20:44:34 PDT
Created attachment 236170 [details]
Patch
Comment 4 Pratik Solanki 2014-08-07 10:20:45 PDT
Committed r172215: <http://trac.webkit.org/changeset/172215>