From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21712 invoked by alias); 10 Mar 2011 19:43:04 -0000 Received: (qmail 21705 invoked by uid 22791); 10 Mar 2011 19:43:03 -0000 X-SWARE-Spam-Status: No, hits=-51.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GB X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Mar 2011 19:43:00 +0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/12566] New: usymbols.exp 64-bit test failing on ppc64 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 10 Mar 2011 19:43:00 -0000 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: 2011-q1/txt/msg00339.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=12566 Summary: usymbols.exp 64-bit test failing on ppc64 Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime AssignedTo: systemtap@sourceware.org ReportedBy: dsmith@redhat.com After fixing the testcase problem outlined here: BZ639344 (usymbols.exp fails on ppc and s390x) the usymbols.exp fails with a real problem on ppc64 (2.6.32-120.el6.s390x and 2.6.32.12-115.fc12.ppc64). ==== Snapshot: version 1.5 /0.152 commit release-1.4-143-gbd8504c + changes GCC: 4.4.5 [gcc (GCC) 4.4.5 20110214 (Red Hat 4.4.5-6)] Distro: Red Hat Enterprise Linux Server release 6.1 Beta (Santiago) Running /root/src/testsuite/systemtap.context/usymbols.exp ... FAIL: usymbols -m64 PASS: usymbols -m32 === systemtap Summary === # of expected passes 1 # of unexpected failures 1 ==== The 64-bit test is failing because the script outputs: ==== handler: 0x10010c48 () handler: lib_handler (/root/ppc64/testsuite/libusymbols-m64.so) ==== Instead of something like: ==== handler: main_handler (/root/ppc64/testsuite/usymbols-m64) handler: lib_handler (/root/ppc64/testsuite/libusymbols-m64.so) ==== >From looking at the test executable, 0x10010c48 is the correct address for main_handler so systemtap should have all the information necessary to do the lookup, but it somehow fails. Note that this test completely passes on: 2.6.32-71.18.2.el6.x86_64 2.6.32-71.18.2.el6.i686 2.6.32-120.el6.s390x -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.