You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The
parallel/tarray_of_channels
test fails on OpenBSD with the following output:This is due to OpenBSD's
pthread_mutex_destroy
function writing this message to stderr if a mutex isn't unlocked before destroying it:The text was updated successfully, but these errors were encountered: