The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
pick the bug the server enters an infinite loop
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
pick the bug the server enters an infinite loop
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
07-19-2007
matrixmadhan
Technorati Master
Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,958
I could see that its not corrected for a snippet in the client code as well.
Use porter's point to address everywhere when expected return value is not returned from any of send / read
Code:
rc = write(s, buf,sizeof(buf)); if(rc<0) { perror("write failed"); }
matrixmadhan
View Public Profile
Find all posts by matrixmadhan
Find matrixmadhan's past nominations received
Find matrixmadhan's present nominations given