CVS commit: src/tests/libexec/ld.elf_so
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Thu Jun 25 03:39:05 UTC 2026 Modified Files: src/tests/libexec/ld.elf_so: t_dlclose_thread.c Log Message: ld.elf_so(1): Run concurrent dlopen/dlclose test a few more seconds. More likely to provoke the problem this way. Still not 100% reliable because the problem is a race condition, but better than having the test unexpectedly pass half the time. Also set a timeout of 20sec, since I've seen the test get into an infinite loop sometimes and it's now supposed to complete in 5sec + epsilon. PR lib/59751: dlclose is not MT-safe depending on the libraries unloaded To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/libexec/ld.elf_so/t_dlclose_thread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.