| Anonymous | Login | Signup for a new account | 11-10-2008 10:48 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 | ||||
| 0000379 | [BusyBox] Other | minor | always | 08-11-05 21:34 | 02-14-08 04:37 | ||||
| Reporter | swth | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000379: Control-C (SIGINT) is ignored or creates zombie processes | ||||||||
| Description |
1) Control-C (SIGINT) is ignored During system initialization (inittab - script invoked by ::sysinit:/etc/init.d/rcS) I acquire information from a file in the file system. If the expected file is not there, the script waits for it. During development the file is never there. Thus, I use Control-C to kill that script. Unfortunately, Control-C does not terminate the script. Why? 2) Control-C (SIGINT) creates zombie process After removing the above mentioned startup script, initialization of system completes and a login prompt is presented to the user. System seems fine. However, any running program terminated by a Control-C hang indefinitely. Switching to another terminal (<ctrl>-<alt>-<f2>) and then executing the "ps" command yields a zombie process named the same a the killed process. Why? |
||||||||
| Additional Information |
The attached file contains my configuration files: buildroot.config busybox.config uClibc.config Please let me know if I can provide any further information. |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |