CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Aug 2008
    Location
    India
    Posts
    186

    Exclamation Socket function "Select" crashes...????

    Hi,

    In one of my application the socket function call "Select" crashes. It doesn't happen everytime. If anyone knows the reason for the "Select" function to crash.
    I checked for the proper values in the FD_Set structure for writefds and its proper i.e. {1, socket_handle}. I am not able to figure out the reason for the crash to happen with "Select" function.

    Any help !

    Thanks!
    Last edited by LOOSER_007; November 30th, 2012 at 02:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured