CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: uKER

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    20,139

    Re: Select socket call crashes

    Never mind. I feel like a total idiot.
    An asynchronous condition was causing my main() function to return, meaning my program was ending as normally as it gets.
    It just happens that it happened...
  2. Replies
    8
    Views
    20,139

    Re: Select socket call crashes

    I have the exact same issue.
    Calling select() crashes my program, no exception thrown, nothing.
    I have no multithreaded access to the socket.
    Did you ever solve this?
    Any ideas will be...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured