This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug testsuite/17027] pr16806.exp fails on RHEL6 like systems
- From: "jlebon at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 05 Jun 2014 15:16:05 +0000
- Subject: [Bug testsuite/17027] pr16806.exp fails on RHEL6 like systems
- Auto-submitted: auto-generated
- References: <bug-17027-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=17027
Jonathan Lebon <jlebon at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
Thanks for the detailed bug report Mark.
Fixed in commit 813d2bc.
PR17027: adapt pr16806.exp for RHEL6
This test failed on RHEL6 for two reasons:
- The 'timeout' program doesn't support non-integer arguments
- We assumed the uprobes module was already inserted.
Fix the first by changing the timeout to 1s (I verified that this
doesn't change the lethality of the test under the right conditions).
Fix the second by doing a sample run first to allow stap the chance to
self-compile and pass the uprobes module to staprun -u.
--
You are receiving this mail because:
You are the assignee for the bug.