Date: Mon, 07 Feb 2022 07:35:48 +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-R3bmlQiWtk@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 #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=20 > ./libx.so: > libGL.so.1 =3D> /usr/local/lib/libGL-NVIDIA.so.1 (0x801065000) > libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x801389000) > libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x801461000) > libm.so.5 =3D> /lib/libm.so.5 (0x801483000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x8014be000) > libc.so.7 =3D> /lib/libc.so.7 (0x8014eb000) but it still breaks the same way. Supposedly, libthr.so is already loaded w= hen libGL-NVIDIA.so.1 is loaded, but this doesn't help. --=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-R3bmlQiWtk>