github / github/codeql

General issue (No source code was seen and extracted to C:\***\DB-codeql)

未关闭
#11,476 18 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
question
主要语言
CodeQL
星标
10.1k
派生
2.1k
平均合并
2 天 15 小时
30 天内合并 PR
141

描述

**No source code was seen and extracted to C:\***\DB-codeql**

Hi all,

I am using codeql cli and trying to create a database of my` msvc CPP` project inside a docker container and getting the error `No source code was seen and extracted to C:\***\DB-codeql.`
The project is being compiled normally without codeql but with the codeql cli I am getting this error.
I am using this command to create a database `codeql database create --ram 4096 -J-Xmx1G -vvvv --language=cpp -c path-to-file -s path-to-source`

the code was being compiled previously using mingw but with msvc I am getting this issue.
the `sourceLocationPrefix` is also set to my project path and there is no much information available in `build-tracer.log` file as shown below

`
Initializing tracer.
Initialising tags...
CodeQL CLI version 2.11.3
Initializing tracer.
Initialising tags...
Allocated ID F7C238AA000000E0_0000000000000001 (parent )
==== Candidate to intercept: C:\codeql\tools\win64\runner.exe (700) ====
Executing the following tracer actions:
Tracer actions:
pre_invocations(0)
post_invocations(0)
trace_languages(1): [cpp]
Initializing tracer.
Initialising tags...
ID set to F7C238AA000000E0_0000000000000001 (parent root)
Allocated ID BB65D210000002BC_0000000000000001 (parent F7C238AA000000E0_0000000000000001)
==== Candidate to intercept: C:\Windows\System32\cmd.exe (1028) ====
Executing the following tracer actions:
Tracer actions:
pre_invocations(0)
post_invocations(0)
trace_languages(1): [cpp]
Initializing tracer.
Initialising tags...
ID set to BB65D210000002BC_0000000000000001 (parent F7C238AA000000E0_0000000000000001)
Allocated ID 96C4BE6E00000404_0000000000000001 (parent BB65D210000002BC_0000000000000001)
==== Candidate to intercept: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe (8) ====
Executing the following tracer actions:
Tracer actions:
pre_invocations(0)
post_invocations(0)
trace_languages(1): [cpp]
Initializing tracer.
Initialising tags...
ID set to 96C4BE6E00000404_0000000000000001 (parent BB65D210000002BC_0000000000000001)
`

looking for the suggestion
Thanks :)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。