[Bug 261760] dlopen asserts instead of returning an error

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Feb 2022 07:35:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261760

--- Comment #16 from Yuri Victorovich <yuri@freebsd.org> ---
(In reply to Konstantin Belousov from comment #13)

The library that I've built has libGL-NVIDIA.so.1 listed before libthr.so.3:
> $ ldd -a ./libx.so 
> ./libx.so:
> 	libGL.so.1 => /usr/local/lib/libGL-NVIDIA.so.1 (0x801065000)
> 	libc++.so.1 => /usr/lib/libc++.so.1 (0x801389000)
> 	libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x801461000)
> 	libm.so.5 => /lib/libm.so.5 (0x801483000)
> 	libthr.so.3 => /lib/libthr.so.3 (0x8014be000)
> 	libc.so.7 => /lib/libc.so.7 (0x8014eb000)

but it still breaks the same way. Supposedly, libthr.so is already loaded when
libGL-NVIDIA.so.1 is loaded, but this doesn't help.

-- 
You are receiving this mail because:
You are the assignee for the bug.