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/17027] pr16806.exp fails on RHEL6 like systems


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.


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