WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301834
[Win] win-tests build fails during extract-build-product
https://bugs.webkit.org/show_bug.cgi?id=301834
Summary
[Win] win-tests build fails during extract-build-product
Ian Grunert
Reported
2025-11-02 17:24:28 PST
PermissionError: [WinError 5] Access is denied: 'C:\\BW\\Win-Tests-EWS\\build\\WebKitBuild\\Release\\bin\\WebCore.dll' Previous attempted a fix in
bug 300714
but seems that approach didn't fix the problem. I think
bug 300919
would probably help here, but still it's worth trying to make this process more robust. Checking with Powershell I can't see any process holding the lock on the DLL, so we're just in a broken state until the container restarts. If we can't delete a DLL in the bin directory, we'll move the DLL to a temp directory instead. We'll delete the temp directory on container restart, or just attempt to delete all the files in the temp directory during extract-built-product and ignore if it fails.
Attachments
Add attachment
proposed patch, testcase, etc.
Ian Grunert
Comment 1
2025-11-02 19:28:40 PST
Pull request:
https://github.com/WebKit/WebKit/pull/53323
EWS
Comment 2
2025-11-03 02:58:11 PST
Committed
302473@main
(cce1a30f8b73): <
https://commits.webkit.org/302473@main
> Reviewed commits have been landed. Closing PR #53323 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2025-11-03 02:59:12 PST
<
rdar://problem/163922940
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug