From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14005 invoked by alias); 24 Mar 2011 10:28:45 -0000 Received: (qmail 13997 invoked by uid 22791); 24 Mar 2011 10:28:45 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Mar 2011 10:28:40 +0000 Received: by yws5 with SMTP id 5so4819238yws.0 for ; Thu, 24 Mar 2011 03:28:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.255.41 with SMTP id c41mr7354562yai.27.1300962520250; Thu, 24 Mar 2011 03:28:40 -0700 (PDT) Received: by 10.147.35.17 with HTTP; Thu, 24 Mar 2011 03:28:40 -0700 (PDT) In-Reply-To: <20110323224339.GS2534@adacore.com> References: <0E02F16954AF394BB163AEE50FDF5485690094DFED@GVW1121EXC.americas.hpqcorp.net> <8339mg9unq.fsf@gnu.org> <0E02F16954AF394BB163AEE50FDF548569009DAB5A@GVW1121EXC.americas.hpqcorp.net> <20110323224339.GS2534@adacore.com> Date: Thu, 24 Mar 2011 10:28:00 -0000 Message-ID: Subject: Re: Backtrace extraction ONLY gdb From: Steffen Dettmer To: "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00145.txt.bz2 On Wed, Mar 23, 2011 at 11:43 PM, Joel Brobecker wrote: > The best option, IMO, is to get your process to dump a core file. If this isn't prohibited on the mission critical production system for security reasons... From the core file, potentially all sorts of sensitive information could be revealed I think. oki, Steffen