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
0001378 [BusyBox] Other minor always 06-03-07 12:46 06-04-07 08:57
Reporter zimme View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001378: ls don't flush stdout on exit
Description When i try to redirct the output from ls to a file like this :
ls > test.txt

the file test.txt is empty.
I think that ls don't flush the stdout on exit.

Perhaps this solve the problem :

-return status;
+fflush_stdout_and_exit(status);

Additional Information with busybox 1.51
and i think also with 1.60
Attached Files

- Relationships

- Notes
(0002441)
vda
06-03-07 15:32

Do not use CONFIG_STATIC=y with glibc. Or at least read the warning at compile time...
 

- Issue History
Date Modified Username Field Change
06-03-07 12:46 zimme New Issue
06-03-07 12:46 zimme Status new => assigned
06-03-07 12:46 zimme Assigned To  => BusyBox
06-03-07 12:46 zimme Issue Monitored: zimme
06-03-07 15:32 vda Note Added: 0002441
06-04-07 08:57 vda Status assigned => closed
06-04-07 08:57 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker