Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 1997 01:00:02 -0700 (PDT)
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-bugs
Subject:   Re: bin/4445: segmentation fault in vfprintf
Message-ID:  <199709070800.BAA06281@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/4445; it has been noted by GNATS.

From: j@uriah.heep.sax.de (J Wunsch)
To: switzel@uni-goettingen.de
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/4445: segmentation fault in vfprintf
Date: Sun, 7 Sep 1997 09:33:40 +0200

 As switzel@uni-goettingen.de wrote:
 
 > when processing line 602 in ipmon.c:
 > 
 >    fprintf(log, "%d bytes flushed from log buffer", flushed);
 > 
 > If I replace line 602 by 
 > 
 >    printf("%d\n", flushed);
 > 
 > there is any problem.
 
 Which suggests that there's something wrong with `log'.
 
 Can you reproduce and track this further (e.g. by linking a private
 copy of the printf stuff so it's compiled with -g, too)?
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709070800.BAA06281>