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/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261760-227-R3bmlQiWtk>
