Date: Sun, 06 Feb 2022 21:21:21 +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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261760 Bug ID: 261760 Summary: dlopen asserts instead of returning an error Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: yuri@freebsd.org Attachment #231590 text/plain mime type: Created attachment 231590 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231590&action= =3Dedit load.c I use the attached program load.c to load the attached shared library CardinalFX.so https://people.freebsd.org/~yuri/CardinalFX.so It prints: > $ ./load ./work/Cardinal-d0224fc/bin/CardinalFX.lv2/CardinalFX.so > Unable to find symbol pthread_mutexattr_setkind_np version (null). Aborti= ng. > Abort trap Expected behavior: dlopen should either succeed or fail with an error messa= ge, but it shouldn't assert. CardinalFX.so is produced by the port audio/cardinal. Please install cardin= al it first for all dependencies of CardinalFX.so --=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>