Bug ID | 939745 |
---|---|
Summary | sprof: Inconsistency detected by ld.so: dl-open.c: 707 |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | 13.2 |
Hardware | Other |
OS | openSUSE 13.2 |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | matwey.kornilov@gmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Hello, I am running openSUSE 13.2, glibc-devel-2.19-16.15.1.x86_64 and trying to run sprof as the following. 1. compile my shared object with -g 2. export LD_PROFILE_OUTPUT=`pwd` 3. export LD_PROFILE=libmylib.so 4. run my app 5. sprof libmylib.so libmylib.so.profile Then I see Inconsistency detected by ld.so: dl-open.c: 707: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed and sprof terminates. It reproduces always. How can I provide additional info?