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
If the program is built with the --pgo-instrument command line option, it will exit with the error WaitForSingleObject failed with error 0x57 .
No .iprof generated.
Using the latest version of GraalVM can resolve many issues.
Describe the Issue
If the program is built with the --pgo-instrument command line option, it will exit with the error WaitForSingleObject failed with error 0x57 .
No .iprof generated.
Using the latest version of GraalVM can resolve many issues.
GraalVM Version
java version "24.0.1" 2025-04-15
Java(TM) SE Runtime Environment Oracle GraalVM 24.0.1+9.1 (build 24.0.1+9-jvmci-b01)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 24.0.1+9.1 (build 24.0.1+9-jvmci-b01, mixed mode, sharing)
Operating System and Version
Windows 11 23H2
Troubleshooting Confirmation
Run Command
mvn -Pnative package
target\sequrfly
Expected Behavior
.iprof generated
Actual Behavior
WaitForSingleObject failed with error 0x57 .
No .iprof generated.
Steps to Reproduce
Download simple console app with this problem
mvn -Pnative package
target\sequrfly
press enter
Additional Context
No response
Run-Time Log Output and Error Messages
No response
The text was updated successfully, but these errors were encountered: