Bug 311229
| Summary: | VM doesn't reset doesGC when throwing a termination exception | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | anand_srinivasan |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
anand_srinivasan
rdar://172191300
When the VM throws a termination exception it doesn't reset VM::m_doesGC, and VM::verifyCanGC() causes a crash if doesGC holds a stale value of false.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
anand_srinivasan
Pull request: https://github.com/WebKit/WebKit/pull/61779
EWS
Committed 310722@main (f5b52841f6b5): <https://commits.webkit.org/310722@main>
Reviewed commits have been landed. Closing PR #61779 and removing active labels.