NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59784 CVS commit: src
The following reply was made to PR lib/59784; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59784 CVS commit: src
Date: Sun, 23 Nov 2025 22:11:42 +0000
Module Name: src
Committed By: riastradh
Date: Sun Nov 23 22:11:42 UTC 2025
Modified Files:
src: UPDATING
src/lib/libpthread: Makefile
src/tests/lib/libpthread/dlopen: t_dlopen.c
Log Message:
libpthread: Link with -Wl,-z,nodelete.
Can't safely unload libpthread because of the interaction with libc
thread stubs.
PR lib/59784: dlopening and dlclosing libpthread is broken
To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/UPDATING
cvs rdiff -u -r1.102 -r1.103 src/lib/libpthread/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/dlopen/t_dlopen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index