[Bug 286537] segfault in libthr __Tthr_mutex_trylock <--- jmalloc.c when run qdrant

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 May 2025 06:30:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286537

--- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> ---
Since curthread is NULL, libthr was not yet initialized.
My guess would be that libc++ is linked after libpthread.
Check with ldd.

-- 
You are receiving this mail because:
You are the assignee for the bug.