You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is interesting although I don't see how it's a bug with hiredis. This appears to be an issue with trying to statically link libpthread.a, which I suspect will cause all kinds of problems unless done very carefully.
Segmentation fault occurs when reconnect occurs in multi-thread.
I am using hiredis c0.14.0 and v1.0.0 is the same.
The reason is as follows.
https://sourceware.org/bugzilla/show_bug.cgi?id=10652
Currently, it is solved by one of the methods below.
If you have any other solution, please share.
thank you.
The text was updated successfully, but these errors were encountered: