This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.25 freeze status


On 01/02/17 14:47, Alexandre Oliva wrote:
> On Feb  1, 2017, Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
>> _dl_update_slotinfo_list is called
> 
> guarded by #ifdef SHARED.  Do you see it called in some other path
> within the to-be-statically-linked dl_open_worker?  If not, this assert
> could fail not just when users called dlopen in statically-linked
> programs, but even when they called functions that rely on dlopening
> internally (nss comes to mind).

i assumed dlopen in a static linked program is
unsupported (as it is broken when it is deployed
to a system with different libc which is the
main use of static linking)

if that's supposed to work then i agree that
both dtv setting hunks should be reverted.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]