PR/59751 CVS commit: src/libexec/ld.elf_so
"Taylor R Campbell" <[email protected]> Sun, 19 Jul 2026 20:10:01 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR lib/59751; it has been noted by GNATS. From: "Taylor R Campbell" <[email protected]> To: [email protected] Cc: Subject: PR/59751 CVS commit: src/libexec/ld.elf_so Date: Sun, 19 Jul 2026 20:06:42 +0000 Module Name: src Committed By: riastradh Date: Sun Jul 19 20:06:42 UTC 2026 Modified Files: src/libexec/ld.elf_so: Makefile Log Message: ld.elf_so: Flip on DEBUG in current. This enables assertions (and the LD_DEBUG environment variable). We can disable it in release branches to reduce performance impact, but let's not have the assertions bitrot in current. Prompted by diagnosing fallout from: PR lib/59751: dlclose is not MT-safe depending on the libraries unloaded To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/libexec/ld.elf_so/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.