Comment 3 for bug 1024731

Revision history for this message
David Edwards (se014a0001) wrote :

Compilation and usage instructions for break_threads ...

$ g++ -g -Wall -Werror -pipe -O3 -Wno-deprecated break_pthreads.cpp -o break_pthreads.o -c
$ g++ -g -pthread break_pthreads.o -o break_pthreads
$ ./break_pthreads
break_pthreads: pthread_mutex_lock.c:62: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
Aborted (core dumped)