From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9547 invoked by alias); 10 Sep 2013 20:12:19 -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 9536 invoked by uid 89); 10 Sep 2013 20:12:18 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Sep 2013 20:12:18 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8AKCA70017287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Sep 2013 16:12:11 -0400 Received: from fche.csb (vpn-61-5.rdu2.redhat.com [10.10.61.5]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8AKCAqK021373; Tue, 10 Sep 2013 16:12:10 -0400 Received: by fche.csb (Postfix, from userid 2569) id 9E0225812F; Tue, 10 Sep 2013 16:12:09 -0400 (EDT) To: "Paddie O'Brien" Cc: David Smith , systemtap@sourceware.org Subject: Re: Page faults References: <522E36EF.3080904@redhat.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Tue, 10 Sep 2013 20:12:00 -0000 In-Reply-To: (Paddie O'Brien's message of "Tue, 10 Sep 2013 17:14:08 +0100") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2013-q3/txt/msg00296.txt.bz2 paddieobrien wrote: > The script sometimes crashes unless I include --skip-badvars. > Could my problem be caused by a misconfigured systemtap installation? The exact error message could help. It's possible that there is a build problem (e.g., debuginfo errors), or runtime bugs, or kernel unexpected behavior. You may be able to use constructs such as try { foo = $var->field } catch { next } or "stap --suppress-handler-errors". - FChE