From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24728 invoked by alias); 7 Jul 2009 08:48:04 -0000 Received: (qmail 24705 invoked by uid 22791); 7 Jul 2009 08:48:03 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_43,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jul 2009 08:47:53 +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.8) with ESMTP id n678lq4m003953 for ; Tue, 7 Jul 2009 04:47:52 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n678lp5H027915 for ; Tue, 7 Jul 2009 04:47:51 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n678loZR012839; Tue, 7 Jul 2009 04:47:51 -0400 Subject: Re: scsi.stp failed on x86_64 2.6.31-rc2 From: Mark Wielaard To: wenji.huang@oracle.com Cc: systemTAP In-Reply-To: <4A5303C6.70903@oracle.com> References: <4A5303C6.70903@oracle.com> Content-Type: text/plain Date: Tue, 07 Jul 2009 08:48:00 -0000 Message-Id: <1246956452.2650.1.camel@hermans.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: 2009-q3/txt/msg00048.txt.bz2 Hi Wenji, On Tue, 2009-07-07 at 16:13 +0800, Wenji Huang wrote: > stap: ../../../elfutils-0.137/libdwfl/offline.c:69: > dwfl_offline_section_address: Assertion `mod->e_type == 1' failed. > Aborted > > $ uname -mr > 2.6.31-rc2 x86_64 > > This is the latest stap source. Also failed with elfutils 0.140. But it > can pass on i386 2.6.31-rc2, same elfutils. Bug in elfutils, you will need at least 0.141, see also http://sourceware.org/bugzilla/show_bug.cgi?id=10088