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
I'll have a look at this, but most of the actual jerasure development is going on at jerasure.org; this repo is just a mirror of that. You might get more responses if you open your bug over there.
There are global variables in jerasure.c which are accessed without any help of atomic instructions or mutexes:
So if someone calls e.g. jerasure_matrix_dotprod() from two different threads in the same time, it's undefined behavior.
Maybe it makes sense to make stats collecting optional by wrapping it in #ifdef-endif?
The text was updated successfully, but these errors were encountered: