-
Notifications
You must be signed in to change notification settings - Fork 67
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
glibc detected *** python: free(): invalid pointer: 0x00007fe3d443e829 #6
Comments
oops, i gave it a second look and all seems fine.. |
I've seen this happen very occasionally, but I'm not quite sure why. It hasn't gotten in the way of it being useful for what we use it for yet, but it's on our radar. |
i've been hunting it with debug version and valgrind, weird things were happening on hiredis level. also, what do you think about freeing bloom.c:96:reply = redisCommand(ctxt->ctxt, "PING"); ? |
Blerg -- I should have seen that. Good catch! I'll patch that. |
i've also noticed segfaults when redis server restarts. to reproduce: |
hi @dlecocq, pardon me, did you have patch for this? |
hey dude,
i've encountered some freeing probs.
i've checked add_complete method and i think you're trying to free too often in the for loop. also not freeing anything incase that for was not being ran at all.
The text was updated successfully, but these errors were encountered: