Bug 206229
| Summary: | REGRESSION: (r254491) [ Mac Debug ] ASSERTION FAILED: heap.mutatorState() != MutatorState::Running | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | 8barbey, keith_miller, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
23 tests are crashing on Mac Debug after the changes in https://trac.webkit.org/changeset/254491/webkit
It looks like the new Assert is causing this.
Example crash log:
stderr:
ASSERTION FAILED: heap.mutatorState() != MutatorState::Running
./runtime/VM.cpp(1069) : void JSC::VM::scanSideState(JSC::ConservativeRoots &) const
1 0x7524c3c39 WTFCrash
2 0x752c0461b WTFCrashWithInfo(int, char const*, char const*, int)
Results:
https://build.webkit.org/results/Apple-Catalina-Debug-WK2-Tests/r254491%20(1674)/results.html
build:
https://build.webkit.org/builders/Apple-Catalina-Debug-WK2-Tests/builds/1674
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/58567209>
Keith Miller
Fixed in r254549: <https://trac.webkit.org/changeset/254549>