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-348-g5ed19be


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  5ed19be2fdeac594f8e3ba4fc7aa75c598303ad8 (commit)
      from  822a6a3dde68f9865ccfc9cdf70bc0f4940ff54d (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 5ed19be2fdeac594f8e3ba4fc7aa75c598303ad8
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu May 12 15:50:14 2011 -0400

    Handle resource limit violations of stap when called by stap-serverd more elegantly.
    
    - Catch SIGXFSZ and SIGXCPU in stap and in stap-serverd.
    - Exit gracefully from stap when caught.
    - In stap-serverd, compare the current limits against the original limits
      and continue if the current limits are less (i.e. are limits intended for stap).
    - Set/restore limits around stap_spawn instead of spawn_and_wait.

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

Summary of changes:
 main.cxx         |    5 ++
 stap-serverd.cxx |  118 +++++++++++++++++++++++++++++++++---------------------
 2 files changed, 77 insertions(+), 46 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]