From owner-freebsd-bugs Fri Sep 12 11:30:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA26608 for bugs-outgoing; Fri, 12 Sep 1997 11:30:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA26564; Fri, 12 Sep 1997 11:30:39 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA09963; Fri, 12 Sep 1997 11:27:33 -0700 (PDT) Date: Fri, 12 Sep 1997 11:27:33 -0700 (PDT) Message-Id: <199709121827.LAA09963@freefall.freebsd.org> To: nsayer@quack.kfu.com, jmg@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/4514 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: stdio does not flush on fork() State-Changed-From-To: open-closed State-Changed-By: jmg State-Changed-When: Fri Sep 12 11:26:09 PDT 1997 State-Changed-Why: originator confirms that FreeBSD isn't the only one... there is no easy fix for the problem, just make sure you call fflush(NULL) before you fork if you use stdio..