-
Notifications
You must be signed in to change notification settings - Fork 6
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
netdata #37
Comments
SQLite fixed attemptThe problem was caused by our redefinition of Same as above, but with goblint -v compile_commands.json --set pre.cppflags[+] '-DSQLITE_DEBUG' Gets past the SQLite issue but crashes due to conflicting global initializers during merging:
The two initializers are: char *netdata_configured_host_prefix = NULL; char *netdata_configured_host_prefix = ""; I guess GCC is somehow fine with this and picks one of the two using whatever logic (linker arguments order?). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/netdata/netdata
Initial attempt
Goblint version: heads/master-0-ge223b4f36-dirty.
Checked out git tag
v.1.36.1
and executed:Crashes due to parsing errors in vendored SQLite (somehow not a problem in #19):
The text was updated successfully, but these errors were encountered: