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/16971] SEGV in do_sym


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

--- Comment #2 from ma.jiang at zte dot com.cn ---
(In reply to Andreas Schwab from comment #1)
> Please provide a complete test case.  I cannot reproduce that, there is
> always at least _dl_main_map.

I can use this code to reproduce the bug on MIPS(qemu).

#include <dlfcn.h>
#include <stdio.h>
int main()
{

       void *x = dlsym(NULL, "_r_debug");
        return 0;
}

I can reproduce this bug on glibc-2.13, currently I can not got a latest mips
glibc. Sorry if this bug has got fixed elsewhere.

-- 
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]