Changes between Initial Version and Version 1 of Ticket #10702
- Timestamp:
- May 8, 2012, 8:00:56 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10702
-
Property
Milestone
changed from
0.26
tounknown
-
Property
Milestone
changed from
-
Ticket #10702 – Description
initial v1 3 3 Connect to port 6543 dont answers any commands: 4 4 5 5 {{{ 6 6 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 7 7 connect(3, {sa_family=AF_INET, sin_port=htons(6543), sin_addr=inet_addr("192.168.1.67")}, 16) = 0 8 8 sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"35 ", 8}, {"MYTH_PROTO_VERSION 74 SingingPot"..., 35}], msg_controllen=0, msg_flags=0}, 0) = 43 9 9 recvfrom(3, 10 }}} 10 11 11 12 Hanging in recv forever. … … 13 14 backtrace and thread info from backend: 14 15 16 {{{ 15 17 (gdb) bt 16 18 #0 0x000000390700b3b4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 … … 68 70 2 Thread 0x7f8c1e7fc700 (LWP 14648) 0x0000003906cd9093 in select () from /lib64/libc.so.6 69 71 * 1 Thread 0x7f8c95306840 (LWP 7191) 0x000000390700b3b4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 70 72 }}}