Open
Description
When testing CodeQL on my project's C++ code, the build succeeded but the following analysis step failed. The error in the log has a lot of Java-related details that are perhaps too long to paste here, but it starts with:
Oops! A fatal internal error occurred.
java.lang.RuntimeException: com.google.common.util.concurrent.ExecutionError: java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code
at com.semmle.util.exception.Exceptions.asUnchecked(Exceptions.java:103)
at com.semmle.inmemory.trap.TrapImporter.run(TrapImporter.java:106)
at com.semmle.cli2.ql.dataset.ImportCommand.executeSubcommand(ImportCommand.java:86)
at com.semmle.cli2.picocli.PlumbingRunner.run(PlumbingRunner.java:110)
at
[...]
The test can be seen here: https://github.com/freeorion/freeorion/pull/3325/checks?check_run_id=1965808793
Googling the error lead to an issue that suggested making a report such as this.
Metadata
Metadata
Assignees
Labels
No labels