[Webkit-unassigned] [Bug 238077] MacOS (ninja) and Latest Ubuntu 20.04 both builds fail with missing StackCheck::Scope::reportVerificationFailureAndCrash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 17:53:34 PDT 2022


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

--- Comment #1 from bigsean123 at icloud.com ---
here's the build commands 
export WEBKIT_OUTPUTDIR=FuzzBuild

if [ "$(uname)" == "Darwin" ]; then
    ./Tools/Scripts/build-jsc --jsc-only --debug --cmakeargs="-DENABLE_STATIC_JSC=ON -DCMAKE_CXX_FLAGS='-fsanitize-coverage=trace-pc-guard -O3'"
elif [ "$(uname)" == "Linux" ]; then
    ./Tools/Scripts/build-jsc --jsc-only --debug --cmakeargs="-DENABLE_STATIC_JSC=ON -DCMAKE_C_COMPILER='/usr/bin/clang-12' -DCMAKE_CXX_COMPILER='/usr/bin/clang++-12' -DCMAKE_CXX_FLAGS='-fsanitize-coverage=trace-pc-guard -O3 -lrt'"

-- 
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/20220319/499672c1/attachment.htm>


More information about the webkit-unassigned mailing list