On Thursday 11 October 2007, [EMAIL PROTECTED] wrote: > Hi, > > I am using the GNUTLS lib with PSK authentication with 1000s of > subscribers.. Each single authentication runs in an own client and server > task (that means 2 - 50 authentications can run in parallel). Sometimes the > following output is seen in the log: > "Assertion failed: *lock == MUTEX_UNLOCKED, file ath.c, line 188"
What do you mean by task? Do you mean threads? If yes then you have to check http://www.gnu.org/software/gnutls/manual/html_node/Multi_002dthreaded-applications.html#Multi_002dthreaded-applications Otherwise please provide more information on how you use gnutls (fork, when do you call global_init etc.) regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
