This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-331-gcedf63f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  cedf63f3a6bdcdf3196acc8b4e47ffca0e56ce97 (commit)
      from  e04e95a488397d0fbf2740c3cfef989b56d7f80a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cedf63f3a6bdcdf3196acc8b4e47ffca0e56ce97
Author: David Smith <dsmith@redhat.com>
Date:   Wed Oct 19 10:00:45 2011 -0500

    Fixed PR13158 by adding a staprun signal handler so modules don't remain.
    
    * runtime/staprun/staprun.c (term_signal_handler): New function.
      (setup_term_signals): Ditto.
      (insert_stap_module): Remembers if insert_module() worked.
      (main): Call setup_term_signals().
    * testsuite/systemtap.base/rename_module.exp: Made test case more robust
      by waiting on output from all stap scripts.
    * testsuite/systemtap.base/pr13158.exp: New testcase.

-----------------------------------------------------------------------

Summary of changes:
 runtime/staprun/staprun.c                  |   47 +++++++++++++-
 testsuite/systemtap.base/pr13158.exp       |   55 ++++++++++++++++
 testsuite/systemtap.base/rename_module.exp |   95 +++++++++++++++++----------
 3 files changed, 159 insertions(+), 38 deletions(-)
 create mode 100644 testsuite/systemtap.base/pr13158.exp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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