Bugs item #2558794, was opened at 2009-02-02 19:14
Message generated for change (Comment added) made by vtcool
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2558794&group_id=125852

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: API
Group: None
Status: Open
Resolution: Duplicate
Priority: 7
Private: No
Submitted By: William Boyle (vtcool)
Assigned to: Nobody/Anonymous (nobody)
Summary: libssh2_poll returns 0 sometimes when using select

Initial Comment:
I have encountered an issue where if polling a exec channel for a command like 
"netstat -a" with libssh2_poll that in some command execution runs, the 
libssh2_poll will always return 0 and will never change on subsequent polls of 
the same function on Windows 2003 server.

I have structured my reads to do something like the following:

1) Execute command 
2) Read channel first
3) Check if libssh2_poll for availability of data on the channel. If the rc is 
0, loop until we get something greater than 0.
4) Continue to read from step 1.

However, in the particular cases where the code execution doesn't successfully 
return, I get a rc > 0 until a 0 is hit and then it remains 0. I have narrowed 
it down to the socket select() function on Windows 2003, but am unable to 
understand why there would be no data available when there is really data 
available. To me it would seem select() is behaving incorrectly. 



----------------------------------------------------------------------

Comment By: William Boyle (vtcool)
Date: 2009-02-17 21:00

Message:
Not quite, but mine is pretty much the opposite. I know there is data on
the channel, but unfortunately the select function internal to the
libssh2_poll function returns nothing is there from time to time. The only
way that I figured I could workaround this problem is to involve a retry
count of subsequent no interesting events available and kick out and try to
read from the channel again anyways.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2009-02-17 18:24

Message:
Isn't this a duplicate of the issue in bug 2141548?

https://sourceforge.net/tracker2/?func=detail&aid=2141548&group_id=125852&atid=703942

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-02-02 20:25

Message:
You're not the first to observe that Windows and select() are not the best
of friends.

//Peter <pe...@stuge.se>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2558794&group_id=125852

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to