From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: BCSIO trouble Date: Thu, 24 Jul 1997 11:50:41 +0200 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 44 Message-ID: <33D72571.4DD4A21C@LSTM.Ruhr-UNI-Bochum.De> NNTP-Posting-Host: c64.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi all
what is wrong with this piece of code:

/* Initializing stuff like in bcsio20/test.c  */
   while( EOF != (c=fgetc(f))){
      sio_put(comPort,c);
      while( sio_senddone( comPort ) );
   }
The program immediately crashes with an SIGSEGV
in sio_senddone().
The supplied terminal program also crashes, but mostly
with a GPF in RMCB.
Any idea what might be wrong?

BTW, I had to update to NetScape 4.0, so if this post
contains HTML, I am sorry, send me a personal flame, or
even better, how to switch this idiotic feature off.

-- 
Ciao
Tom

*************************************************************
* Thomas Demmer                                             *
* Lehrstuhl fuer Stroemungsmechanik                         *
* Ruhr-Uni-Bochum                                           *
* Universitaetsstr. 150                                     *
* D-44780  Bochum                                           *
* Tel: +49 234 700 6434                                     *
* Fax: +49 234 709 4162                                     *
* http://www.lstm.ruhr-uni-bochum.de/~demmer                *
*************************************************************