[Webkit-unassigned] [Bug 258495] New: watchOS builds fail with ASan enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 24 11:32:22 PDT 2023


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

            Bug ID: 258495
           Summary: watchOS builds fail with ASan enabled
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

watchOS builds fail with ASan enabled.

```
In file included from DerivedSources/JavaScriptCore/unified-sources/UnifiedSource7.cpp:1:
In file included from ./assembler/MacroAssemblerPrinter.cpp:27:
In file included from ./assembler/MacroAssemblerPrinter.h:31:
In file included from ./assembler/ProbeContext.h:29:
./assembler/ProbeStack.h:139:5: error: static assertion failed due to requirement 's_chunkSize == (1 << s_chunkSizeShift)': bad chunkSizeShift
    static_assert(s_chunkSize == (1 << s_chunkSizeShift), "bad chunkSizeShift");
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./assembler/ProbeStack.h:139:31: note: expression evaluates to '4 == 8'
    static_assert(s_chunkSize == (1 << s_chunkSizeShift), "bad chunkSizeShift");
                  ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```

-- 
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/20230624/80db4f51/attachment-0001.htm>


More information about the webkit-unassigned mailing list