Bug 240642
Summary: | [JSC] Do not use bytecode cache on $.agent worker threads | ||
---|---|---|---|
Product: | WebKit | Reporter: | Geza Lore <glore> |
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 |
Geza Lore
Workers started via $.agent.start are not shut down in a synchronous
manner, and it is possible the main thread terminates the process while
a worker is writing its bytecode cache, which results in intermittent
test failures.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geza Lore
Pull request: https://github.com/WebKit/WebKit/pull/776
EWS
Committed r294632 (250858@main): <https://commits.webkit.org/250858@main>
Reviewed commits have been landed. Closing PR #776 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/93751431>