Analysis remains stuck #13322
Replies: 2 comments 3 replies
-
The logs in |
Beta Was this translation helpful? Give feedback.
-
My previous guesses were wrong, unfortunately. However, I may have another lead: I have noticed that, sometimes, during the creation of the database, codeql includes many dependencies installed on the system but not used by the scripts under analysis. Can this be the reason why sometimes I remain stuck? I noticed that, sometimes, the database creation process is much longer and includes many of these dependencies. Can someone explain what may cause codeql to include the dependencies in the analysis? |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to analyze a set of ~500 python scripts using codeql.
To do that, I am running the following commands:
Create the db:
Run the analysis:
As you can see, I am running the default queries in the python-security-extended.qls suite.
However, the analysis seems to remain stuck immediately as I get no output.
If I add the following flag
--verbosity=progress+++
.I only get the following outputs:
This is run on a server that may not have the fastest disk but I don't see how this should cause the analysis to not even start.
Does someone know how to further debug this problem or fix it?
The version I am using is the 2.12.3
Beta Was this translation helpful? Give feedback.
All reactions