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/14474] New: LD_DEBUG=bindings produces incorrect data


http://sourceware.org/bugzilla/show_bug.cgi?id=14474

             Bug #: 14474
           Summary: LD_DEBUG=bindings produces incorrect data
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
        AssignedTo: unassigned@sourceware.org
        ReportedBy: law@redhat.com
    Classification: Unclassified


Created attachment 6580
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6580
Uli's patch to fix this problem

The binding information printed for LD_DEBUG=bindings is incorrect when dlopen
is used.  This severely hinders people debugging problems with audit modules
and other problems.

Steps to Reproduce:
1.find program which uses dlopen with a handle returned by dlopen
2.use LD_DEBUG=bindings
3.

Actual results:
The 'from' map is reported to be the map with the definition

Expected results:
The from 'from' map should be reported.

Uli's patch for this problem is attached.  I haven't evaluated either the
problem or the patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]