Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Tue, 13 Jul 1999 13:39:26 +1000

Re: hacking methods to find out bugs

Brian S. Julin writes:

>  Note the \n is important in some cases -- it flushes a line-mode
>  tty output stream, so if you leave it off, you may think your
>  segfault is occuring earlier than it actually is.
 
Yeah, that's why I always use fprintf(stderr, ...).  Stderr is never
buffered.

Cheers,
___________________________________________________
                                               \  /
  Andrew Apted   <ajapted@netspace.net.au>      \/
 

Index: [thread] [date] [subject] [author]