Hi, On Wed, Nov 04, 2009 at 02:30:38PM +0200, Stathis Kamperis wrote: > git clone git://gitweb.dragonflybsd.org/~beket/pcca-tests.git > cd pcca-tests/mqueue.h > make && make -k run > cd etc > make > sysctl -w kern.mqueue.mq_prio_max=200 > ./t_mq_parallel_threads > ./t_mq_parallel_fork
Are we suppose to perform the tests (make -k run and the last two lines) as root or a non-root user? I just tried that on vkernel, but if I run them as root, t_mq_open, t_mq_open_umask dump core, and any subsequent runs dump core too, no matter run as root or not. The version of pcca-tests is 0c458bb3cf5d4943093c9b05ca70cc298f09bb46. Cheers.