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-369-g11c6c50


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  11c6c5099fb750e90f7ecdeb901897f3b184a714 (commit)
      from  7502ddfd3d350727fbabbe430ba742e8ac944345 (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 11c6c5099fb750e90f7ecdeb901897f3b184a714
Author: Josh Stone <jistone@redhat.com>
Date:   Tue May 17 13:38:49 2011 -0700

    Make sure that sigaction always starts zeroed
    
    On some systems, stapsh's child process was getting automatically
    reaped, which caused an error when we tried to waitpid().  This was
    because we weren't fully zeroing the sigaction, so sa_flags was
    uninitialized (and happened to contain SA_NOCLDWAIT).
    
    This patch sprinkles memset-0 on sigactions throughout.

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

Summary of changes:
 main.cxx                                |    1 +
 runtime/staprun/mainloop.c              |    3 +++
 runtime/staprun/relay.c                 |    1 +
 runtime/staprun/relay_old.c             |    1 +
 runtime/staprun/stapsh.c                |    1 +
 stap-serverd.cxx                        |    1 +
 testsuite/systemtap.syscall/rt_signal.c |    1 +
 7 files changed, 9 insertions(+), 0 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]