BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001372 [BusyBox] Other minor always 05-25-07 01:08 05-26-07 12:07
Reporter Alain137 View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version
Summary 0001372: On 1.5.0 and 1.5.1, a statically linked busybox doesn't fflush stdout on exit
Description If busybox is linked statically, it doesn't flush its file handles on exit.

In order to show this, just pipe a command through cat (which causes its output to be page buffered rather than line-buffered).

> ./date
Fri May 25 10:06:49 CEST 2007
> ./date | cat
(nothing)

The attached patch fixes this particular issue, however the general issue remains (other file handles than stdout? other tasks to be performed at exit?)
Additional Information
Attached Files  fflush.patch [^] (669 bytes) 05-25-07 01:08

- Relationships

- Notes
(0002403)
vda
05-26-07 12:07

Again CONFIG_STATIC=y + glibc?

This is made into #error.
 

- Issue History
Date Modified Username Field Change
05-25-07 01:08 Alain137 New Issue
05-25-07 01:08 Alain137 Status new => assigned
05-25-07 01:08 Alain137 Assigned To  => BusyBox
05-25-07 01:08 Alain137 File Added: fflush.patch
05-26-07 12:07 vda Status assigned => closed
05-26-07 12:07 vda Note Added: 0002403
05-26-07 12:07 vda Resolution open => unable to reproduce
06-03-07 12:45 zimme Issue Monitored: zimme
06-03-07 12:45 zimme Issue End Monitor: zimme


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker