| Summary: | MacOS (ninja) and Latest Ubuntu 20.04 both builds fail with missing StackCheck::Scope::reportVerificationFailureAndCrash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | bigsean123 |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Major | CC: | mark.lam, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
bigsean123
2022-03-18 08:43:06 PDT
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'"
This should already be fixed in http://trac.webkit.org/r291305. Please re-test with the latest trunk. thanks that fixed it plus the latest pulled from GitHub also works. (In reply to Mark Lam from comment #2) > This should already be fixed in http://trac.webkit.org/r291305. Please > re-test with the latest trunk. Would this be a duplicate issue ? should I mark as such? (In reply to bigsean123 from comment #5) > (In reply to Mark Lam from comment #2) > > This should already be fixed in http://trac.webkit.org/r291305. Please > > re-test with the latest trunk. > > Would this be a duplicate issue ? should I mark as such? I don't think the committer filed a separate bug for it. I think RESOLVED - FIXED status is fine. |