From: Peter Danielsson Newsgroups: comp.os.msdos.djgpp Subject: Can any libsock guru help me? Date: Wed, 27 Oct 1999 02:03:21 +0200 Organization: Student Lines: 7 Message-ID: <38164149.AF67B9A@efd.lth.se> NNTP-Posting-Host: dialin-45-22.student.lu.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com My program crashes on the command open(), which means when I try to open a file. This only happens when I have connect()ed to a client and it does not matter wether I have close()d the socket or not. If I do not connect() my program works fine. What is wrong? /Peter