Subject: posix semaphores and libpthread
To: None <current-users@netbsd.org>
From: Anthony Mallet <anthony.mallet@useless-ficus.net>
List: current-users
Date: 02/02/2003 20:32:56
I still have some trouble with posix semaphores in libpthread.
Calling sem_wait when no thread has been created triggers this:

assertion "next != 0" failed: file "/home/src/netbsd-current/lib/libpthread/pthread_run.c", line 118, function "pthread__next"

Shoud I send-pr?
Or am I wrong in trying do to this?
Or is it a known issue :) ?