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

Bug#606099: marked as done (endless loop in fprintf() after I/O error)



Your message dated Sun, 6 Feb 2011 21:17:31 +0100
with message-id <20110206201731.GH4295@hall.aurel32.net>
and subject line Re: Bug#606099: endless loop in fprintf() after I/O error
has caused the Debian Bug report #606099,
regarding endless loop in fprintf() after I/O error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
606099: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606099
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.7-18lenny6
Severity: important

The following program enters an endless loop inside fprintf(), which
consumes 100% CPU:

 int main(int argc,char**argv) {
    close(2);
    static char buffer[8193];
    memset(buffer, ' ', sizeof(buffer)-1);
    fprintf(stderr, "%s\n", buffer);
 }

This is fixed in squeeze (libc6 2.11.2-7).



--- End Message ---
--- Begin Message ---
Version: 2.11.2-7

On Mon, Dec 06, 2010 at 12:30:22PM +0100, Max Kellermann wrote:
> Package: libc6
> Version: 2.7-18lenny6
> Severity: important
> 
> The following program enters an endless loop inside fprintf(), which
> consumes 100% CPU:
> 
>  int main(int argc,char**argv) {
>     close(2);
>     static char buffer[8193];
>     memset(buffer, ' ', sizeof(buffer)-1);
>     fprintf(stderr, "%s\n", buffer);
>  }
> 
> This is fixed in squeeze (libc6 2.11.2-7).
> 

Marking the bug as fixed in version 2.11.2-7

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


--- End Message ---

Reply to: