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
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
[...]