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.4-164-gb7a0f5a


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  b7a0f5abcbae86c3ea05f0366dae19ccb6dbe79c (commit)
      from  57680e982f98e31fe0ceda18e185f2c851e16389 (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 b7a0f5abcbae86c3ea05f0366dae19ccb6dbe79c
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 17 11:25:49 2011 -0700

    PR12591: Setup the signal handler earlier
    
    We were calling setup_signals() in passes_0_4(), but --use-server
    diverts that execution path, so signaled cleanup wasn't working in that
    case at all.  It's also possible with multiple --remotes that
    passes_0_4() will be called multiple times, though that shouldn't really
    hurt signal handling.  This patch moves setup_signals() to main(), so it
    is called once early on.
    
    * main.cxx (passes_0_4): Don't call setup_signals() here.
      (main): Call setup_signals() here instead.

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

Summary of changes:
 main.cxx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


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]