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

Fixed a pthread issue in 32-bit ARM debug builds. #508

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Conversation

andersio
Copy link
Member

@andersio andersio commented Sep 4, 2017

ReactiveCocoa/ReactiveCocoa#3507

pthread_mutex_trylock somehow returns EAGAIN on 32-bit ARM devices when the mutex is configured to be error checking. It should either succeed or return EBUSY according to the documentation.

Checklist

  • Updated CHANGELOG.md.

@andersio andersio added the bug label Sep 4, 2017
@andersio andersio changed the title Fixed a pthread issue in debug builds for 32-bit ARM. Fixed a pthread issue in 32-bit ARM debug builds. Sep 4, 2017
@mdiep mdiep merged commit e3ea639 into master Sep 4, 2017
@mdiep mdiep deleted the arm-32bit-pthread branch September 4, 2017 11:05
@mdiep
Copy link
Contributor

mdiep commented Sep 4, 2017

Nice work! 👏

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

Successfully merging this pull request may close these issues.

None yet

2 participants