This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: select() call


In article <356B0632.E3F0DF40.cygnus.gnu-win32@xilinx.com>,
Ajay Chankramath <ajayc@xilinx.com> wrote:
>I'm trying to port some basic socket based networking
>code to win32. The compilation goes through fine, but
>it says STATUS_ACCESS_VIOLATION at the select()
>call. Is there difference in the way select() is implemented
>in cygwin32 ?
>
>Please let me know if you have encountered similar problems.

Think of what you would do if your program gave you an unexpected error
on UNIX.  What would you do?  You'd probably run it under the debugger
to find out where it was failing and possibly it would be very clear
as to why it was failing.

Guess what you would do under Cygwin32, a UNIX emulation product?
-- 
cgf@cygnus.com             "Everything has a boolean value, if you stand
http://www.cygnus.com/      far enough away from it."  -- Galena Alyson Canada
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]