X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 13 Dec 2001 10:12:58 +0100 From: Laszlo Molnar To: Eli Zaretskii Cc: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com, tim DOT van DOT holder AT pandora DOT be Subject: Re: A buffering problem? Message-ID: <20011213101258.K9145@libra.eth.ericsson.se> References: <10112121907 DOT AA18276 AT clio DOT rice DOT edu> <8582-Thu13Dec2001101431+0200-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <8582-Thu13Dec2001101431+0200-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Thu, Dec 13, 2001 at 10:14:31AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Dec 13, 2001 at 10:14:31AM +0200, Eli Zaretskii wrote: > Laszlo, does the problem happen in Perl itself, or in programs it > runs? That is, the buffering problems you see, are they with output > written by Perl or by some program run by Perl? It happens when a perl program runs another perl program. In my case when some test programs run directly from the command line, everything works as expected. But when they run through "perl TEST" they fail. Unfortunately removing of the fclose(std{prn|aux}) calls did not solve the problem. So I guess I have to do some debugging... Laszlo