This is the mail archive of the glibc-bugs@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]

[Bug dynamic-link/16592] crash in startup


https://sourceware.org/bugzilla/show_bug.cgi?id=16592

--- Comment #15 from Stefan Seefeld <stefan at codesourcery dot com> ---
I applied the patch to my local glibc-2.18-90 tree. The error unfortunately
persists.

As mentioned in a recent message, gdb reports the error in 

Program received signal SIGSEGV, Segmentation fault.
0x0000555555565834 in add_to_global (new=new@entry=0x7ffff78509f0) at
dl-open.c:94
94              = ns->_ns_main_searchlist->r_nlist + to_add + 8;


as ns->_ns_main_searchlist is 0x0. Any idea how this may happen ? has 'ns' not
been initialized properly ?

Any suggestion on how to debug this further would be very appreciated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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