severity 565801 important -- Hi. The current GNU/kFreeBSD does not support process-shared pthread mutexes. It also does not support process-shared semaphores. Is the inter-process sharing really necessary ? The calls inside are in a form of sem_init(sem, 0, 0), i.e. only thread-shared. Petr