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
我也遇到了,报错如下:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff78fb424 in inet_pton4 (dst=0x7fffffffdb54 "", src=0x1 <error: Cannot access memory at address 0x1>) at inet_pton.c:90
90 inet_pton.c: No such file or directory.
用gdb调试,进入到commsocket.c的inet_pton(AF_INET, address, &servaddr.sin_addr);这行时报错找不到文件inet_pton.c
The text was updated successfully, but these errors were encountered: