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
There's a segfault in client.c line 163 on the strncopy that I found by using gdb:
[New Thread 0x7f93a2d20700 (LWP 17294)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f93a3530700 (LWP 17293)]
__strncpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:1672
1672 ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: No such file or directory.
(gdb) backtrace
#0 __strncpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:1672
#1 0x0000000000402d12 in client_read_socket (socket=4, buffer=0x7f93a352fd00 "", err=0x7f93a352fae2) at src/client.c:163
#2 0x00000000004026e9 in client_connect (new_client=0x0) at src/client.c:34
#3 0x0000000000000000 in ?? ()
Reproduce with:
Connect client (sometimes happens here already)
If your client supports it use 'reconnect' functionality (have always gotten segfault here now)
The text was updated successfully, but these errors were encountered:
There's a segfault in client.c line 163 on the strncopy that I found by using gdb:
Reproduce with:
The text was updated successfully, but these errors were encountered: