Skip to content

CodeChecker store fails to process analysis, crashes with Error -5 while decompressing data: incomplete or truncated stream', extraInfo=None #2826

Answered by csordasmarton
kenroser asked this question in Q&A
Discussion options

You must be logged in to vote

@kenroser In case of SQLite the maximum number of host parameters in a single SQL statement is set to 999 (SQLite version <= 3.32.0 /https://www.sqlite.org/limits.html/). In you case it is larger then 2000. It can be configured with the SQLITE_MAX_VARIABLE_NUMBER variable during compile time (https://stackoverflow.com/questions/15312590/what-is-the-limit-of-sql-variables-one-can-specify-in-a-single-execsql-query). So you have to compile your own SQLite.

For big projects it is recommended to use PostgreSQL database instead of SQLite.

We have docker images for the CodeChecker web server. So you can run a CodeChecker web server and a PostgreSQL server easily with docker. You can find more in…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by csordasmarton
Comment options

You must be logged in to vote
5 replies
@csordasmarton
Comment options

@kenroser
Comment options

@kenroser
Comment options

@kenroser
Comment options

@csordasmarton
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2826 on December 15, 2020 15:18.