[Webkit-unassigned] [Bug 246179] New: [JSC][32bit] HashTable's deletedValue conflict with cell payload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 14:19:13 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=246179

            Bug ID: 246179
           Summary: [JSC][32bit] HashTable's deletedValue conflict with
                    cell payload
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mikhail at igalia.com

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221006/3ef2a66f/attachment-0001.htm>


More information about the webkit-unassigned mailing list