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

Problems: test failing on SPARC64 and hard-coded socket binds #3358

Merged
merged 2 commits into from
Jan 13, 2019

Conversation

bluca
Copy link
Member

@bluca bluca commented Jan 13, 2019

Solutions: use memcpy to avoid unaligned pointer access (SIGBUS on sparc) and use randomised endpoints to avoid races and failures with multiple concurrent runs

…gned pointer access

Solution: use memcpy instead of doing pointer arithmetics with casting
and dereferencing to fix the error on sparc64
Solution: use wildcards or random directories to avoid races when
multiple users are running the same test on the same machine
@c-rack c-rack merged commit ac95839 into zeromq:master Jan 13, 2019
@bluca bluca deleted the tests_race_conditions branch January 13, 2019 22:35
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.

2 participants