Date: Sun, 06 Feb 2022 21:55:56 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261760] dlopen asserts instead of returning an error Message-ID: <bug-261760-227-SGXz5cTvej@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261760-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=261760 --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- With that I get solo% LD_LIBRARY_PATH=. ../load CardinalFX.so handle=0x800226c08 error=n/a I suspect you have some issue with mismatched libc/libthr, so rtld actually aborts on the image activation, not during dlopen(). You can e.g. add printf() before dlopen() to confirm/deny my theory. But still, there is no "Unable to find symbol ..." message in rtld sources. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261760-227-SGXz5cTvej>
