[Bug 50963] NtCreateUserProcess occasionally fails with STATUS_IMAGE_NOT_AT_BASE

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 22 07:58:47 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50963

Roman Pišl <rpisl at seznam.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
                URL|                            |https://github.com/llvm/llv
                   |                            |m-project/releases/download
                   |                            |/llvmorg-12.0.0/LLVM-12.0.0
                   |                            |-win64.exe

--- Comment #3 from Roman Pišl <rpisl at seznam.cz> ---
How to reproduce:

1. Install LLVM for Windows in a clean prefix
2. wine cmd
3. check for clang-cl:
   "C:\Program Files\LLVM12\bin\clang-cl.exe"
   clang-cl: error: no input files
4. run clang-cl in a loop:
   for /L %N in () do "C:\Program Files\LLVM\bin\clang-cl.exe" 2>NUL

"wine: failed to start L"C:\\Program Files\\LLVM12\\bin\\clang-cl.exe" appears
once in a while.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list