[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master build failed to connect
[Thread Prev] | [Thread Next]
- Subject: Re: master build failed to connect
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 22 Dec 2009 09:15:37 +0100
- To: libssh@xxxxxxxxxx
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 > > >
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> |
master build failed to connect | Vic Lee <llyzs@xxxxxxx> |