-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot access memory at address 0x7fc2d4080230 #442
Comments
Please post these things as text. Images are not searchable, copyable or easily read.
|
I use hiredis in my project,It works fine in most of the time,but there are several times ,it hangs。 the gdb core stack as below::#0 redisBufferRead (c=0x7f26c4013a10) at hiredis.c:800 os:Red Hat Enterprise Linux Server release 6.4 (Santiago) |
thanks or sorry,Maybe i am not express my situation,i use a demo work fine all the time which just use set/get command,but when it run on my application ,it hangs!i can't find there are any different between the demo and my application。maybe it is not the hiredis‘s issue,but i don't know what i can do for resolve it。’ |
See the first comment. I can't act without more info. |
as badboy mentioned, hiredis is not thread safe |
Thanks,Maybe my code‘s fault,i will have a ’unit test to find the bug!Any progress,i would tell you here. |
code works well most of time, it appeared several times, so far.
the gdb core stack as below:
os:Red Hat Enterprise Linux Server release 6.4 (Santiago)
gcc version:4.6.3
hiredis version:0.13.3
The text was updated successfully, but these errors were encountered: