-
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
redis #38
Comments
jemalloc disabled attemptThe problem can be bypassed by using libc's Same versions as above, but with: bear -- make MALLOC=libc
goblint -v compile_commands.json This reaches a new parsing error:
The offending line is rax *rax = rax_malloc(sizeof(*rax)); Here a previous |
I ran this on
After this, Goblint was able to parse and analyze. However, on my computer, it got killed after roughly 4.5 hours:
|
https://github.com/redis/redis
Initial attempt
Goblint version: heads/master-0-ge223b4f36-dirty.
Checked out git tag
7.0.4
and executed:Crashes due to parsing error in vendored jemalloc:
For some reason we get some C++ wrapper as input as well.
The text was updated successfully, but these errors were encountered: