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

Test tarray_of_channels fails on OpenBSD #12142

Open
euantorano opened this issue Sep 5, 2019 · 1 comment
Open

Test tarray_of_channels fails on OpenBSD #12142

euantorano opened this issue Sep 5, 2019 · 1 comment

Comments

@euantorano
Copy link
Contributor

The parallel/tarray_of_channels test fails on OpenBSD with the following output:

Category: parallel
Name: tests/parallel/tarray_of_channels.nim C
Action: run
Result: reOutputsDiffer
-------- Expected -------
(x: 0.0)
(x: 0.0)
(x: 0.0)
test
test
test
--------- Given  --------
(x: 0.0)
(x: 0.0)
(x: 0.0)
pthread_mutex_destroy on mutex with waiters!
pthread_mutex_destroy on mutex with waiters!
pthread_mutex_destroy on mutex with waiters!
test
test
test

This is due to OpenBSD's pthread_mutex_destroy function writing this message to stderr if a mutex isn't unlocked before destroying it:

@euantorano euantorano changed the title tarray_of_channels fails on OpenBSD Test tarray_of_channels fails on OpenBSD Sep 5, 2019
euantorano added a commit to euantorano/Nim that referenced this issue Mar 26, 2020
euantorano added a commit to euantorano/Nim that referenced this issue Mar 31, 2020
euantorano added a commit to euantorano/Nim that referenced this issue Apr 20, 2020
@Araq Araq closed this as completed in 7828199 Apr 21, 2020
@euantorano
Copy link
Contributor Author

@Araq This issue wants re-opening if you wouldn't mind, it accidentally got linked to the CI PR. This test is currently disabled due to the failures.

@Clyybber Clyybber reopened this Apr 21, 2020
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

3 participants