[Bug testsuite/14073] setjmp.exp testcase broken
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Mon May 7 19:31:00 GMT 2012
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.
More information about the Systemtap
mailing list