DynamoRIO / DynamoRIO/dynamorio
Problem with bash job control
Open
OpSys-Linux
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
There seems to be a problem, affecting all architectures, with running "bash" under DynamoRIO:
```
$ echo 'PS1="x> "' > rc
$ bin64/drrun -- bash --rcfile rc
x> echo foo
foo
x> /bin/echo foo
foo
[1]+ Stopped bin64/drrun -- bash --rcfile rc
```
Plain "ls" and "tcsh" work as expected.
Probably a regression from adding interception of all signals for better tool support.
It works with "-no_code_api -no_intercept_all_signals".
Contributor guide
Assessment
This issue has not been assessed yet.