WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246179
[JSC][32bit] HashTable's deletedValue conflict with cell payload
https://bugs.webkit.org/show_bug.cgi?id=246179
Summary
[JSC][32bit] HashTable's deletedValue conflict with cell payload
Mikhail R. Gadelha
Reported
2022-10-06 14:19:13 PDT
When processing callees in the sampling profiler a cell payload can be 0xFFFFFFFF, which becomes -1 in 32bit systems, causing an assertion to fail in HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkKey(const T& key) when it compares the key to its default deletedValue (-1).
Attachments
Add attachment
proposed patch, testcase, etc.
Mikhail R. Gadelha
Comment 1
2022-10-06 14:26:49 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5109
EWS
Comment 2
2022-10-10 00:01:42 PDT
Committed
255332@main
(55fce2d2fa0f): <
https://commits.webkit.org/255332@main
> Reviewed commits have been landed. Closing PR #5109 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-10-10 00:02:19 PDT
<
rdar://problem/100965275
>
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