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
Create database failed with "diagnostic.trap.gz, 22593: java.io.EOFException: Unexpected end of ZLIB input stream" #11829
Comments
|
Do you have a repository that can reproduce this error? |
|
@smowton I have uploaded my code in https://github.com/pang0lin/qltest. I used ecj.jar to create database instead of javac. I have used it a lot of times with other source code, it works well. However, the code above returns errors. |
|
I'm afraid I wasn't able to reproduce the problem with that repository, possibly because I had to guess how to build the code. The I worked around these by (a) deleting the With If you are able to provide an example that is more directly reproducible I would be happy to try again. |
|
I also encountered this issue when I was using the project https://github.com/waderwu/extractor-java to build a database based on certain source code. |
|
@Siebene Can you give an example that reproduces the error? What CodeQL version were you using? |
|
@smowton Hello, you can take a look at this https://github.com/Siebene/codeql-problem. I often use the run.py in this project, and it has been working fine for the majority of the time. |
师傅解决了吗,我也遇到了这个问题 |
|
Check for an out of memory error logged in the database's |
When I create database with java code, it comes with error .

Even though it create a database successfully, but the created database does not have the complete source files. In my case, I have total 5000+ files in my code, otherwise the database only have 438 files.
The text was updated successfully, but these errors were encountered: