github / codeql

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
https://codeql.github.com
MIT License
7.56k stars 1.51k forks source link

database finalize exit with 32 #17394

Open zoeyLv opened 1 month ago

zoeyLv commented 1 month ago

when i use codeql to create database for c/c++ project , i met a problem

image-20240906144755781

and i use linux 5.11 fc33 x86_64

the end of log file is

[2024-09-05 14:07:56] [SPAMMIER] database finalize> Loaded the following extractors: Swift, Ruby, Python, YAML, JavaScript/TypeScript, XML, Java/Kotlin, Java Properties Files, Go, HTML, CSV, C#, C/C++ [2024-09-05 14:07:57] [ERROR] database finalize> CodeQL detected code written in C/C++ but could not process any of it. For more information, review our troubleshooting guide at https://gh.io/troubleshooting-code-scanning/no-source-code-seen-during-build. [2024-09-05 14:07:57] Plumbing command codeql database finalize completed with status 32. [2024-09-05 14:07:57] Exiting with code 32

please tell me what is the root cause and how to solve it

mbg commented 3 weeks ago

Hi @zoeyLv 👋🏻

Thanks for reporting this issue. Could you show which command you ran that led to this problem?

If possible, it would be useful to have the full log as well.