Skip to content

Multithreaded programs must be careful when using os.chdir #487

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

Closed
choksi81 opened this issue May 25, 2014 · 2 comments
Closed

Multithreaded programs must be careful when using os.chdir #487

choksi81 opened this issue May 25, 2014 · 2 comments

Comments

@choksi81
Copy link

We have been using os.chdir in an unsafe manner. When a multi-threaded program like repy or the node manager uses chdir, this changes the current directory for all threads.

@choksi81
Copy link
Author

Author: justinc
The uses of this within servicelogger.mix have been fixed in r2433.

@choksi81
Copy link
Author

Author: justinc
This should be fixed in r2435.

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