Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with bash job control #2102

Open
egrimley opened this issue Dec 9, 2016 · 1 comment
Open

Problem with bash job control #2102

egrimley opened this issue Dec 9, 2016 · 1 comment

Comments

@egrimley
Copy link
Contributor

egrimley commented Dec 9, 2016

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".

@algrant-arm
Copy link
Contributor

Another example:

> bin64/drrun -- bash
$ ls

[1]+  Stopped           ls
$ ls
ACKNOWLEDGEMENTS   CONTRIBUTING.md 
...
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants