| Anonymous | Login | Signup for a new account | 11-10-2008 11:15 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |