From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29804 invoked by alias); 3 Oct 2007 21:06:40 -0000 Received: (qmail 29797 invoked by uid 22791); 3 Oct 2007 21:06:40 -0000 X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS,TW_PM X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 03 Oct 2007 21:06:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l93L6ZEB002858 for ; Wed, 3 Oct 2007 17:06:35 -0400 Received: from gateway.sf.frob.com (vpn-15-90.rdu.redhat.com [10.11.15.90]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l93L6YL8006609; Wed, 3 Oct 2007 17:06:34 -0400 Received: from magilla.localdomain (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 9CABF357B; Wed, 3 Oct 2007 14:06:33 -0700 (PDT) Received: by magilla.localdomain (Postfix, from userid 5281) id 723F54D0544; Wed, 3 Oct 2007 14:06:03 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: David Wilder Cc: "Frank Ch. Eigler" , SystemTAP Subject: Re: stap is getting a segmentation fault on RHEL 5.1 bets In-Reply-To: David Wilder's message of Wednesday, 3 October 2007 11:03:04 -0700 <4703D958.9090208@us.ibm.com> References: <46FAEEC3.4050803@us.ibm.com> <47027CC9.7060809@us.ibm.com> <4703D958.9090208@us.ibm.com> X-Windows: complex nonsolutions to simple nonproblems. Message-Id: <20071003210603.723F54D0544@magilla.localdomain> Date: Wed, 03 Oct 2007 21:06:00 -0000 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00053.txt.bz2 > Any idea what rpmbuild could be doing to the debuginfo files? > I looked through the kernel.spec file and found no clues, but I am > unfamiliar with rpm spec files, so I may have missed something. Some implicit magic happens after what's written in the spec file. Importantly, /usr/lib/rpm/find-debuginfo.sh runs to create the separate debuginfo files using eu-strip -f.