| Anonymous | Login | Signup for a new account | 11-10-2008 12:28 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 | ||||
| 0004094 | [BusyBox] Other | major | always | 07-14-08 15:48 | 07-14-08 21:52 | ||||
| Reporter | jo | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004094: The sh "continue" statement doesn't work | ||||||||
| Description |
When I run this script: #!/bin/sh while true; do sleep 1 for iter in 1 2 ; do echo one continue echo two done done I get this output: one one one PX: not found two one PX: not found two one SIGSEGV The details will vary depending on the number of items in the for loop. |
||||||||
| Additional Information |
This is the version included in the ELDK 4.0. Sorry I don't have a more precise version number, but the version fields in busybox itself are null in the build I'm using. (But, the version details are minor in this case, since it's so trivial to test its reproducibility.) |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |