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/> References: <bug-261760-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261760 --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- With that I get solo% LD_LIBRARY_PATH=3D. ../load CardinalFX.so handle=3D0x800226c08 error=3Dn/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 prin= tf() before dlopen() to confirm/deny my theory. But still, there is no "Unable to find symbol ..." message in rtld sources. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261760-227-SGXz5cTvej>