You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the new Windows 2025 started deploying, we are seeing an regression in our CI.
We have a code that can load DLLs as plugin, we test this code for error code path, so we have two test that uses invalid DLL files that are loaded using LoadLibraryExW.
These two tests now hangs systematically on the LoadLibraryExW call and ends up in timeout.
Hi @mwestphal - Unfortunately, It is prohibitively difficult for us to run through tons of log messages in individual user repository, where we do not even have insight into the problem that those repositories are solving.
Please help with a small workflow that specifically directs us to the error message or helps us reproduce the issue at our end.
Thanks.
Description
Since the new Windows 2025 started deploying, we are seeing an regression in our CI.
We have a code that can load DLLs as plugin, we test this code for error code path, so we have two test that uses invalid DLL files that are loaded using
LoadLibraryExW
.These two tests now hangs systematically on the
LoadLibraryExW
call and ends up in timeout.Platforms affected
Runner images affected
Image version and build link
Started failing with 20250330.1.0
Example: https://github.com/f3d-app/f3d/actions/runs/14228619281/job/39874643434
Is it regression?
yes,
It does not fails with 20250324.3.0
Example: https://github.com/f3d-app/f3d/actions/runs/14180563686/job/39785122474
Expected behavior
No hangs when calling
LoadLibraryExW
with an invalid dlls and error reporting with something like "is not a valid Win32 application"Actual behavior
Hangs when calling
LoadLibraryExW
with an invalid dll.Repro steps
Run a CI with
windows-latest
that callsLoadLibraryExW
with an invalid DLL.The text was updated successfully, but these errors were encountered: