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
during connection on unreliable network this sigsegv occures (Python 3.5.2, client 2.0.6):
#0 strlen () at ../sysdeps/x86_64/strlen.S:106
#1 0x0000000000548ec9 in PyUnicode_FromString () at ../Objects/unicodeobject.c:1884
#2 0x00007fabba86605e in raise_exception (err=err@entry=0x7ffe8527e0f0) at src/main/exception.c:366
#3 0x00007fabba868595 in AerospikeClient_Connect (self=<optimized out>, args=<optimized out>, kwds=<optimized out>) at src/main/client/connect.c:125
I'm running Ubuntu 16.04 LTS. The network is slow and laggy, I'm getting this sigsegv time to time - let's say 1 from 10 attempts approximately. I have core file, if you're interested.
mlicheng
pushed a commit
to mlicheng/aerospike-client-python
that referenced
this issue
Mar 23, 2017
during connection on unreliable network this sigsegv occures (Python 3.5.2, client 2.0.6):
The text was updated successfully, but these errors were encountered: