NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59751 CVS commit: src/tests/libexec/ld.elf_so



The following reply was made to PR lib/59751; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59751 CVS commit: src/tests/libexec/ld.elf_so
Date: Thu, 25 Jun 2026 03:39:05 +0000

 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.
 



Home | Main Index | Thread Index | Old Index