samanbarghi/uThreads

Join: reusing uThread with join causes segfault

samanbarghi opened this issue · 1 comments

Using FibonacciFJ example, it seems that reusing a uThread causes segfault when the internal Mutex and CV are accessed.

This has been addressed in 2b96c28 , but join needs to be rewritten to be more efficient. Current way of using CV and Mutex should be changed.