From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22431 invoked by alias); 17 May 2011 20:56:09 -0000 Received: (qmail 22404 invoked by uid 9586); 17 May 2011 20:56:08 -0000 Date: Tue, 17 May 2011 20:56:00 -0000 Message-ID: <20110517205608.22393.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-369-g11c6c50 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7502ddfd3d350727fbabbe430ba742e8ac944345 X-Git-Newrev: 11c6c5099fb750e90f7ecdeb901897f3b184a714 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-q2/txt/msg00107.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 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 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