bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: abort on mingw


From: Ben Pfaff
Subject: Re: abort on mingw
Date: Sat, 01 Jan 2011 10:14:46 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Bruno Haible <address@hidden> writes:

>> > On mingw,
>> > stdio buffers are not flushed when abort() is called, i.e. their contents
>> > gets lost.
>> 
>> Does this mean that mingw also fully buffers stderr?  This is a
>> violation of the C standard, which says, "As initially opened,
>> the standard error stream is not fully buffered; [...]".
>
> I don't know how in detail stderr is constructed on mingw. All I know is that
> stderr output before abort() is lost if there is no fflush:

OK, thanks.  I can't argue with what actually happens.
-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]