From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15113 invoked by alias); 19 Oct 2011 15:01:24 -0000 Received: (qmail 15074 invoked by uid 9156); 19 Oct 2011 15:01:21 -0000 Date: Wed, 19 Oct 2011 15:01:00 -0000 Message-ID: <20111019150121.15063.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-331-gcedf63f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e04e95a488397d0fbf2740c3cfef989b56d7f80a X-Git-Newrev: cedf63f3a6bdcdf3196acc8b4e47ffca0e56ce97 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q4/txt/msg00045.txt.bz2 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 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