trapping more than one signal causes segfault on exit
Open
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
sample:
```sh
trap : HUP INT
```
output:
```
```
Contributor guide
Research direction
Start by reproducing the issue with `trap : HUP INT` and trace the shell's signal-handling and exit path. Done means the command exits without a segmentation fault, with coverage for trapping more than one signal if the existing test structure supports it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, shell
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100