| Summary: | "exec /bin/sh" freezes when ^C from an interactive shell script with "set -m" | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Explorer09 |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Explorer09
2014-10-08 08:40:36 UTC
(In reply to comment #0) > Expected result: > > ^C+ exec /bin/sh > ~ # > Correction. (In reply to comment #0) > Expected result: > > ^C+ exec /bin/sh > ~ # > Update. I am also satisfied if the shell running "/runonce" just terminates because of SIGINT, and let "/sbin/init" respawn it on tty1. And by the way, my "/bin/sh" points to "/bin/busybox" and it's always BusyBox ash. |