From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129465 invoked by alias); 3 Dec 2015 19:12:40 -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 Received: (qmail 129452 invoked by uid 89); 3 Dec 2015 19:12:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 03 Dec 2015 19:12:39 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 206CE552E7 for ; Thu, 3 Dec 2015 19:12:38 +0000 (UTC) Received: from [10.13.129.159] (dhcp129-159.rdu.redhat.com [10.13.129.159]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB3JCbOp013817 for ; Thu, 3 Dec 2015 14:12:37 -0500 Subject: Re: The systemtap stress testsuite crashing on RHEL7.2 x86-64 To: systemtap@sourceware.org References: <565F644B.7020200@redhat.com> <565FADA0.6050005@redhat.com> From: William Cohen Message-ID: <56609425.7060504@redhat.com> Date: Thu, 03 Dec 2015 19:12:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <565FADA0.6050005@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q4/txt/msg00229.txt.bz2 On 12/02/2015 09:49 PM, William Cohen wrote: > On 12/02/2015 04:36 PM, William Cohen wrote: >> I have a Lenovo T530 running rhel7.2. I have noticed that the "make installcheck" of the system git checkout has been causing the machine to crash and reboot. The machine is running a stock 3.10.0-327.el7.x86_64 kernel. The tests are dying in the stress tests as below is the tail end of the systemtap.log: >> > > For further analysis the cached .stp, .c, .ko, and a disassembly of the .ko have been placed on http://people.redhat.com/wcohen/rhel7/ . > > -Will The problem was caused by additional runtime library files installed from the old dsmith/mmv branch. Cleaned out the install directory and reinstalled the build. Everything seems to be working now on the machine. -Will