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

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

--- Comment #19 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to igor.polovykh from comment #18)
This did not worked, unfortunately. On stock stable/14 around 2 weeks old,
I see:

exa% ls                     ~/work/DEV/tests/RTLD/initfirst/qdrand/target/debug
libexecinfo.so.1        librocksdb.so.9.10      qdrant
libgflags.so.2.2        libshaderc_shared.so.1  snapshots
liblz4.so.1             libzstd.so.1            storage
exa% LD_LIBRARY_PATH=. ./qdrant --help | head -5
Qdrant (read: quadrant ) is a vector similarity search engine. It provides a
production-ready service with a convenient API to store, search, and manage
points - vectors with an additional payload.

This CLI starts a Qdrant peer/server.

Usage: qdrant [OPTIONS]

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