WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
135136
Lots of crashes in IOSurfacePool and related places because we use IntSize(0, 0) as a HashTable key
https://bugs.webkit.org/show_bug.cgi?id=135136
Summary
Lots of crashes in IOSurfacePool and related places because we use IntSize(0,...
Tim Horton
Reported
2014-07-21 17:27:30 PDT
IntSize(0, 0) as the key to CachedSurfaceMap ends in tears, and there's really no reason to be wasting space on them in the pool - we shouldn't even be allocating them in the first place! <
rdar://problem/17478407
>
Attachments
patch
(1.55 KB, patch)
2014-07-21 17:29 PDT
,
Tim Horton
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2014-07-21 17:29:25 PDT
Created
attachment 235256
[details]
patch
Tim Horton
Comment 2
2014-07-21 18:26:53 PDT
http://trac.webkit.org/changeset/171332
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug