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 testsuite/14073] setjmp.exp testcase broken


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

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2012-05-07 19:31:23 UTC ---
(In reply to comment #0)
> - At least on Fedora 17 glibc doesn't have setjmp/longjmp markers, so the whole
> test doesn't actually test anything

I take that back. The issue is:

$ stap -l 'process("/lib/libc.so.*").mark("*")'
process("/usr/lib/libc-2.15.so").mark("lll_futex_wake")?
process("/usr/lib/libc-2.15.so").mark("lll_lock_wait_private")?
process("/usr/lib/libc-2.15.so").mark("longjmp")?
process("/usr/lib/libc-2.15.so").mark("longjmp_target")?
process("/usr/lib/libc-2.15.so").mark("setjmp")?

and

$ stap -l 'process("/lib64/libc.so.*").mark("*")'
process("/usr/lib64/libc-2.15.so").mark("lll_futex_wake")?
process("/usr/lib64/libc-2.15.so").mark("lll_lock_wait_private")?
process("/usr/lib64/libc-2.15.so").mark("longjmp")?
process("/usr/lib64/libc-2.15.so").mark("longjmp_target")?
process("/usr/lib64/libc-2.15.so").mark("setjmp")?

but...

$ stap -l 'process("/lib*/libc.so.*").mark("*")'

Nothing...

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