| Anonymous | Login | Signup for a new account | 11-10-2008 10:41 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 | ||||
| 0000107 | [BusyBox] Other | minor | always | 02-16-05 01:01 | 04-16-05 00:51 | ||||
| Reporter | vsauder | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | open | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000107: cat does not exit with failure status if write fails | ||||||||
| Description |
If the cat command fails to write, it still returns a SUCCESS. "cat hair > /dev/full" will not exit with an error. |
||||||||
| Additional Information |
Examples: $ cat noodles > /dev/full || echo FAILED # never echos FAILED or $ while cat noodles ; do eval ; done > /dev/mtd/1 # fills up the device and then just starts spewing errors but never ends the loop. I fixed this for the short term with the following patch. I have not explored all the ramifications of what else could be affected. I don't have time for that now but I thought I could at least do this much. Thanx for the great product. |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |