public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-369-g11c6c50
@ 2011-05-17 20:56 jistone
  0 siblings, 0 replies; only message in thread
From: jistone @ 2011-05-17 20:56 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-17 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 20:56 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-369-g11c6c50 jistone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).