From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104681 invoked by alias); 12 Dec 2015 16:01: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 Received: (qmail 104665 invoked by uid 89); 12 Dec 2015 16:00:59 -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,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no 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; Sat, 12 Dec 2015 16:00:59 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id E61018AE7C; Sat, 12 Dec 2015 16:00:57 +0000 (UTC) Received: from fche.csb (unused [10.10.52.179] (may be forged)) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBCG0veJ018578; Sat, 12 Dec 2015 11:00:57 -0500 Received: by fche.csb (Postfix, from userid 2569) id 779C5586A9; Sat, 12 Dec 2015 11:00:44 -0500 (EST) Date: Sat, 12 Dec 2015 16:01:00 -0000 From: "Frank Ch. Eigler" To: Nikolay Borisov Cc: systemtap@sourceware.org Subject: Re: printing kernel backtrace Message-ID: <20151212160044.GB21055@redhat.com> References: <566C1400.1060108@siteground.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-SW-Source: 2015-q4/txt/msg00279.txt.bz2 Hi - > [...] > So using -d kernel does indeed fix the backtrace. Good; will see if can add some diagnostics. > For the sake of completeness I also tried using --ldd which > according to the help should include debug info for all referenced > objects (including the kernel) but it doesn't work. A documentation glitch: --ldd is for shared library dependencies, so not including the kernel, will fix. - FChE