-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium database much smaller than it should be #8755
Comments
Thanks for the report @Ludgershall . To help debugging this issue, could you have a look in the log/build-tracer.log file for error messages that could explain what's going wrong? The file is probably too large to post as an attachment. It may also contain sensitive data (user name, paths) you might not want to share. Could you look for the phrases |
I can share the build-tracer.log here. It's uploaded to my github. |
Thanks @pooneh-nb . I see there are over 35000 catastrophic error messages like @Ludgershall could you have a look at the build-tracer.log on your system as well and check if you're seeing a similar failure pattern? |
I've got plenty of errors like the following
|
A quick update; I added a few arguments in the process of making ninja files using
|
I've recently experienced the same outcome. Is there any update on the situation? I can also share the error logs if it helps. Edit 1: I switched to CodeQL CLI 2.8.2 and add a few build arguments to chromium ( |
Are there any updates on this problem? I'm facing the same issue. |
Hi all, the problem with |
Hello,
I've created a CodeQL database of Chromium. I've used the official tutorial from Google (https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md).
When it came to building Chromium, I've swapped the command
autoninja -C out/Default chrome
bycodeql database create chromium-database --language=cpp --command="autoninja -C out/Default chrome" -J-Xmx26034M
.EDIT: Just to be clear, I've started compiling from scratch.
Everything built just fine but when I took a look at the final database, it looked a lot smaller that I think it should be (a folder of 268 items for 762MB).
I've opened the resulting DB in VSCode and sure enough plenty of files were missing.
I've included a picture of the available files/folders present when opening the DB in VSCode.
Can you point out a way to have a more complete database? Thanks
Configuration:
Ubuntu 20
CodeQL CLI v2.8.5
The text was updated successfully, but these errors were encountered: