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

Use fileno_unlocked if available #1373

Merged
merged 1 commit into from
May 26, 2022
Merged

Use fileno_unlocked if available #1373

merged 1 commit into from
May 26, 2022

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented May 26, 2022

This might be a bug in Mac OSX that causes fileno to infrequently
deadlock even though we are doing so in an unthreaded scenario.
However, there is no harm in using fileno_unlocked if it is
available, so do that instead.

Fixes #1369

Signed-off-by: Ralph Castain rhc@pmix.org

This might be a bug in Mac OSX that causes fileno to infrequently
deadlock even though we are doing so in an unthreaded scenario.
However, there is no harm in using fileno_unlocked if it is
available, so do that instead.

Signed-off-by: Ralph Castain <rhc@pmix.org>
@rhc54 rhc54 merged commit 9fe2860 into openpmix:master May 26, 2022
@rhc54 rhc54 deleted the topic/iof branch May 26, 2022 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSX deadlock in oversubscribed mode under heavy stress
1 participant