| Summary: | segfault when closing stdin | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Ivan Zakharyaschev <imz> |
| Component: | bash | Assignee: | placeholder <placeholder> |
| Status: | NEW --- | QA Contact: | qa-sisyphus |
| Severity: | minor | ||
| Priority: | P5 | CC: | glebfm, ldv, placeholder, vt |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
A strange thing to do, but nevertheless a segfault is not a good thing: $ { echo 'echo a'; echo 'exec 0>&-'; echo 'echo b'; } | bash a Segmentation fault $ rpm -q bash bash-4.4.23-alt1.noarch