From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24762 invoked by alias); 3 Nov 2011 20:25:26 -0000 Received: (qmail 24732 invoked by uid 9112); 3 Nov 2011 20:25:25 -0000 Date: Thu, 03 Nov 2011 20:25:00 -0000 Message-ID: <20111103202525.24721.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-377-g9cc3e70 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9f4cd64d56569bc05c18fa3c3ebd7df4f288fe0d X-Git-Newrev: 9cc3e70c0e6d2572a2f3a7dbbcfab1592319692a 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-q4/txt/msg00086.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 9cc3e70c0e6d2572a2f3a7dbbcfab1592319692a (commit) via 4e30fa2bef1d39842faa80199ad688c92e2b630a (commit) from 9f4cd64d56569bc05c18fa3c3ebd7df4f288fe0d (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 9cc3e70c0e6d2572a2f3a7dbbcfab1592319692a Author: Mark Wielaard Date: Thu Nov 3 21:20:47 2011 +0100 translate.cxx (get_unwind_data): Only get .eh_frame for SHT_PROGBITS sections. This is really a bug somewhere in the toolchain. Only observed on s390x for the kernel debuginfo vmlinux image. But it is a good sanity check in general. See also rhbz#751197. commit 4e30fa2bef1d39842faa80199ad688c92e2b630a Author: Mark Wielaard Date: Thu Nov 3 20:48:53 2011 +0100 runtime/unwind.c (unwind_frame): _stp_warn which eh or debug hdr is missing. ----------------------------------------------------------------------- Summary of changes: runtime/unwind.c | 2 +- translate.cxx | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool