[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master build failed to connect


Hi Vic,

The current master branch is work in progress... I am moving from the
synchronous architecture to the asynchronous one and everything does not
work yet.
Please use the branch v0-4 if you wish to test your work, we can then
path the master tree.

Thanks,

Aris
Vic Lee a écrit :
> 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
> 
> 
> 


References:
Question on privatekey_from_fileVic Lee <llyzs@xxxxxxx>
Re: Question on privatekey_from_fileAndreas Schneider <mail@xxxxxxxxxxxx>
Re: Question on privatekey_from_fileVic Lee <llyzs@xxxxxxx>
master build failed to connectVic Lee <llyzs@xxxxxxx>
Archive administrator: postmaster@lists.cynapses.org