This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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 translator/14078] librpmio.so exports bundled broken glob(3) clone


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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2012-05-08 14:25:37 UTC ---
commit f02c2e4 appears to work:

LD_DEBUG=all ./stap -p4 -e 'probe process("/lib*/libfoo.bar").function("*") {}'
|& grep 'glob;'
     12537:    symbol=glob;  lookup in file=./stap [0]
     12537:    symbol=glob;  lookup in file=/usr/lib64/librpm.so.2 [0]
     12537:    symbol=glob;  lookup in file=/lib64/libc.so.6 [0]

super /home/fche/Private/DEVEL/DEVEL-systemtap/git/BUILD2
[10:25:18] % LD_DEBUG=all ./stap -p4 -e 'probe
process("/lib*/libfoo.bar").function("*") {}' |& grep 'glob' | grep -v global
     12545:    symbol=glob;  lookup in file=./stap [0]
     12545:    symbol=glob;  lookup in file=/usr/lib64/librpm.so.2 [0]
     12545:    symbol=glob;  lookup in file=/lib64/libc.so.6 [0]
     12545:    binding file ./stap [0] to /lib64/libc.so.6 [0]: normal symbol
`glob' [GLIBC_2.2.5]
     12545:    symbol=globfree;  lookup in file=./stap [0]
     12545:    symbol=globfree;  lookup in file=/usr/lib64/librpm.so.2 [0]
     12545:    symbol=globfree;  lookup in file=/lib64/libc.so.6 [0]
     12545:    binding file ./stap [0] to /lib64/libc.so.6 [0]: normal symbol
`globfree' [GLIBC_2.2.5]
semantic error: glob /lib*/libfoo.bar error (3)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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