DynamoRIO / DynamoRIO/dynamorio

Problem with bash job control

Open
#2,102 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.