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

Writing Compressed Files not Thread-Safe #117

Open
arminbiere opened this issue Oct 9, 2024 · 0 comments
Open

Writing Compressed Files not Thread-Safe #117

arminbiere opened this issue Oct 9, 2024 · 0 comments
Labels

Comments

@arminbiere
Copy link
Owner

arminbiere commented Oct 9, 2024

As the test case parcompwrite in the thread-safe-compressed-file-writing branch shows, the earlier introduced pipe|open|fork|exec|wait replacement of popen for writing compressed files through a pipe hangs if multiple threads try this. We either need to document it, prevent it through locking, remove the feature, or find a (another) safe replacement.

@arminbiere arminbiere added the bug label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant