[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master build failed to connect
[Thread Prev] | [Thread Next]
- Subject: master build failed to connect
- From: Vic Lee <llyzs@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 22 Dec 2009 10:47:30 +0800
- To: libssh@xxxxxxxxxx
Hi,
While I am trying to test the privatekey type stuff, I found that I can
no longer connect to the SSH server with the latest master. After some
debugging, I found that it's failing at line 338 in sockets.c:
static int ssh_socket_unbuffered_read(ssh_socket s, void *buffer,
...
rc = recv(s->fd,buffer, len, 0);
...
if (rc < 0) { ***** failed here *****
s->data_except = 1;
}
...
When it failed, rc=-1, errno=11 (EAGAIN), which seems it's trying to
non-blocking read on the socket where no more data available.
0.4.0 release works just fine, so it should be a new problem in master.
Any clue?
Thanks,
Vic
| Re: master build failed to connect | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
| Question on privatekey_from_file | Vic Lee <llyzs@xxxxxxx> |
| Re: Question on privatekey_from_file | Andreas Schneider <mail@xxxxxxxxxxxx> |
| Re: Question on privatekey_from_file | Vic Lee <llyzs@xxxxxxx> |