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

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

--- Comment #13 from igor.polovykh@gmail.com ---
stop. D50133.diff was not applied. 

```
 LDFLAGS+=-Wl,-znodelete
+LDFLAGS+=-Wl,-zinitfirst
 LDFLAGS+=-Wl,--auxiliary,libsys.so.7

 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
```

one line has to be added to lib/libthr/Makefile
....
.endif

LDFLAGS+=-Wl,-znodelete

VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
....

But there is no line `LDFLAGS+=-Wl,--auxiliary,libsys.so.7` in releng/14.2

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