Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 18:27:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246462] rtld/dlopen incorrect resolution of symbols [RTLD_DEEPBIND]
Message-ID:  <bug-246462-227-QcYsS1dpy7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246462-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246462-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=3D246462

--- Comment #4 from Konstantin Belousov <kib@FreeBSD.org> ---
Show the minimal example that worked and then stopped.

Generally, what you describe as the bug is an expected behavior: symbols are
resolved using the global order of the loaded dso.  If some object wants
a priority for its own symbols, it should specify -Bsymbolic during linking.
Usually it is the object that determines its own correct mode, which means =
that
it is strange to tune the resulution mode by a dlopen flag.

Is there a description of the RTLD_DEEPBIND semantic ?

--=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-246462-227-QcYsS1dpy7>