[Bug 261760] dlopen asserts instead of returning an error

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Feb 2022 21:55:56 UTC
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.