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 libc/22380] Inconsistency detected by ld.so: dl-open.c: 717: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!


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

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan at archlinux dot org,
                   |                            |carlos at redhat dot com

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to Prasanth from comment #0)
> Hi, 
>  I am trying to profile my libraries, I tried the example given in the MAN
> page of http://manpages.ubuntu.com/manpages/xenial/man1/sprof.1.html
>   
> It is giving error Inconsistency detected by ld.so: dl-open.c: 717:
> _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state ==
> RT_CONSISTENT' failed! 
> with glibc 2.23, 2.18, 2.19 version.
> 
> I could see the #Bug 4578 which is listing the same error, but I couldn't
> make use of the patch in my host.

Does your program multithreaded? Does it call fork? Does it use non-AS-safe
functions in the forking thread *after* calling fork?

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