On 2016-09-14, Joël Krähemann <jkraehem...@gmail.com> wrote: > reproducing the critical parts in a unit test would be helpful > > Something like in the attachment. > > install dependencies: > > apt-get install libcunit1-dev > > Compile with > > gcc -g -o mutex_fail_test mutex_fail_test.c `pkg-config --cflags > --libs cunit` -pthread > > launch > > ./mutex_fail_test
There are hundereds of reasons for a system to freeze. I don't know why you think mutexes are behind the original reporter's problem. Though if you do find a problem, certainly do file a bug report, preferrably with a good test case.