| Anonymous | Login | Signup for a new account | 11-10-2008 11:16 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 | ||||
| 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 | |||||||||
|
|
|||||||||
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... |
| Copyright © 2000 - 2006 Mantis Group |