Date: Mon, 07 Aug 2023 07:30:20 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272992] Calling dl_iterate_phdr via dlopen/dlsym causes failure: ld-elf.so.1: Can't find module with TLS index 1 Message-ID: <bug-272992-227-6GVuPbodrz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272992-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272992 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- This is expected outcome, since libc only provides stubs to satisfy the static linker. In the test program, change the "/lib/libc.so.7" path into RTLD_DEFAULT. It should work then. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272992-227-6GVuPbodrz>
