GithubHelp home page GithubHelp logo

Comments (12)

mvanotti avatar mvanotti commented on August 22, 2024 1

Hi! I've re-ran this test with CodeQL CLI version 2.2.4, and found similar results.

By looking only at c and cc files, I see that there are 1140 missing files from the database, albeit ~700 of them are test files, but they do appear in compile_commands.json.

from codeql-cli-binaries.

alexet avatar alexet commented on August 22, 2024

We crash while extracting that file so it doesn't end up in the database. We can reproduce it and we are working on a fix.

from codeql-cli-binaries.

matt-gretton-dann avatar matt-gretton-dann commented on August 22, 2024

Can you please give the output of codeql --version? There are several different issues going on here and I want to check that I am seeing the same issues you are.

from codeql-cli-binaries.

mvanotti avatar mvanotti commented on August 22, 2024

Hi Matt,

$ ./codeql/codeql --version
CodeQL command-line toolchain.
Version: 2.0.1.
Copyright (C) 2019 GitHub, Inc.

I'm using the latest released version downloaded from this github repo

from codeql-cli-binaries.

matt-gretton-dann avatar matt-gretton-dann commented on August 22, 2024

Thank you for that info. I have identified several different issues which in our code base which are being triggered by the fuchsia build. I am working on fixes - but unfortunately they are unlikely to land in the next release of CodeQL. I will keep you updated on how the work is going through this ticket.

from codeql-cli-binaries.

mvanotti avatar mvanotti commented on August 22, 2024

Cool! Let me know if there's anything I can do to help.

from codeql-cli-binaries.

matt-gretton-dann avatar matt-gretton-dann commented on August 22, 2024

We have fixes internally now for a couple of the main issues (lld not recognised as a linker, and the vast majority of extraction failures). These should make it into the next release of the CodeQL CLI Binaries (v2.0.3). I do not have a date for that release yet.

from codeql-cli-binaries.

hmakholm avatar hmakholm commented on August 22, 2024

(@matt-gretton-dann actually 2.0.3 will probably be a point release after 2.0.2 to fix just a single brown-paper-bag bug, and probably out tomorrow. The one that contains your fixes this will then be 2.0.4).

from codeql-cli-binaries.

mvanotti avatar mvanotti commented on August 22, 2024

Do you know if the change made it a release? We are at 2.1.0

from codeql-cli-binaries.

mvanotti avatar mvanotti commented on August 22, 2024

/zircon/tools/zbi/zbi.cc is now being included in my database. Will continue testing to see if there's something else missing.

from codeql-cli-binaries.

mvanotti avatar mvanotti commented on August 22, 2024

I ran the following query to list all the files:

import cpp

from File f
select f.getAbsolutePath(), ""

I see 8046 different files.

And also gathered all the files from compile_commands.json used during compilation in fuchsia (both in out/default and out/default.zircon). Doing a sort | uniq, I get 9320 different cc files.

This means that there are ~1.3k files that are missing. This gist contains the list of files in the db and in compile_commands.json.

Some examples of missing files (by eye) are some of the autogenerated fidl files, some unit tests, and some random files that I have no idea why are missing.

from codeql-cli-binaries.

Manouchehri avatar Manouchehri commented on August 22, 2024

@mvanotti Are you still running into this?

from codeql-cli-binaries.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.