schneuwlym left a comment (kamailio/kamailio#4185)

> Can you try K 6.0.1? Be sure it is with `tls_threads_mode=2` (or not set, the 
> default)

I can give another try, but while tinkering I already tried it without success. 
But I don't remember whether I used `tls_threads_mode=2`. I can try again later.

At the moment some other tinkering is going on. We just tried to disable RW 
locks and now the test is running since minutes where it failed before after a 
few seconds
```
diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c
index 59ddcdbff832..9f61ddc820b5 100644
--- a/crypto/threads_pthread.c
+++ b/crypto/threads_pthread.c
@@ -38,9 +38,12 @@
 
 # include <assert.h>
 
+/* HACK: Disable the use of RW locks */
+/*
 # ifdef PTHREAD_RWLOCK_INITIALIZER
 #  define USE_RWLOCK
 # endif
+*/
 
 CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
 {

```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4185#issuecomment-2748543500
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4185/2748543...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to