View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000153 | tcsh | General | public | 2020-03-26 15:53 | 2020-06-10 22:17 |
Reporter | sharifib | Assigned To | christos | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 6.22.02 | ||||
Summary | 0000153: Segfault involving piping to builtin + precmd | ||||
Description | Piping to a builtin command seems to pollute the job table (adds an entry for the pipeline). In general, tcsh seems to recover and remove the bad job when you try to interact with it. However, if there's a precmd alias, it can segfault instead. | ||||
Steps To Reproduce | > echo $tcsh 6.22.02 > fg fg: No current job. > echo | source /dev/stdin > > jobs [1] + Running echo | > alias precmd true > fg echo | fg: No such job (badjob). > fg Segmentation fault | ||||
Tags | No tags attached. | ||||