Re: Segfault with detached threads and OpenSSL

2024-05-20 Thread jojelino via Cygwin
Deter using detached attribute in cygwin. for details [1]. You might find static-linking as useful workaround for this issue which requires build openssl from source code. Thread 7 "a" hit Breakpoint 9, init_thread_remove_handlers ( handsin=handsin@entry=0x0) at crypto/initthread.c:178 178

Segfault with detached threads and OpenSSL

2024-05-19 Thread Rodrigo Arias via Cygwin
Hi, (Sent to cygwin-developers by mistake). When debugging a segfault in the Dillo browser[1] with the DNS threaded resolver and OpenSSL 3.0.13 I managed to isolate a reproducer. [1]: https://github.com/dillo-browser/dillo/issues/172 It seems to be caused when both the SSL_library_init() is