Bug 240642 - [JSC] Do not use bytecode cache on $.agent worker threads
Summary: [JSC] Do not use bytecode cache on $.agent worker threads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-19 05:11 PDT by Geza Lore
Modified: 2022-05-23 04:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geza Lore 2022-05-19 05:11:15 PDT
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.
Comment 1 Geza Lore 2022-05-19 05:21:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/776
Comment 2 EWS 2022-05-23 04:21:45 PDT
Committed r294632 (250858@main): <https://commits.webkit.org/250858@main>

Reviewed commits have been landed. Closing PR #776 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-23 04:22:14 PDT
<rdar://problem/93751431>