WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
46863
glsl-conformance.html on khronos will crash chromium --in-process-webgl
https://bugs.webkit.org/show_bug.cgi?id=46863
Summary
glsl-conformance.html on khronos will crash chromium --in-process-webgl
Zhenyao Mo
Reported
2010-09-29 18:23:50 PDT
It's due to the HashMap resizing not being handled properly in WebGraphicsContextDefaultImpl.cpp
Attachments
patch
(76.94 KB, patch)
2010-09-29 18:29 PDT
,
Zhenyao Mo
kbr
: review+
zmo
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zhenyao Mo
Comment 1
2010-09-29 18:29:59 PDT
Created
attachment 69290
[details]
patch The test is copied from khronos and slightly modified (turn off console logging).
Kenneth Russell
Comment 2
2010-09-29 18:49:15 PDT
It's unfortunate there isn't a better pattern for this but after searching through WebCore I see this pattern of HashMaps with pointers as the values in several places. Just to verify before r+'ing: the new test was run with WebKit as well as Chromium?
Zhenyao Mo
Comment 3
2010-09-29 19:30:15 PDT
Yes, tested in both Safari and Chromium.
Kenneth Russell
Comment 4
2010-09-30 10:48:50 PDT
Comment on
attachment 69290
[details]
patch OK. Looks good to me.
Zhenyao Mo
Comment 5
2010-09-30 11:13:08 PDT
Committed
r68806
: <
http://trac.webkit.org/changeset/68806
>
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