From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103532 invoked by alias); 13 Jul 2017 10:21:55 -0000 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 Received: (qmail 103182 invoked by uid 89); 13 Jul 2017 10:21:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=twitter.com, twittercom, client's, facebook.com X-HELO: mail.cendio.se Received: from hayek.cendio.se (HELO mail.cendio.se) (193.12.253.119) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jul 2017 10:21:54 +0000 Received: from ossman.lkpg.cendio.se (unknown [IPv6:2a00:801:107:4700:92b1:1cff:fe97:f932]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.cendio.se (Postfix) with ESMTPSA id 19DCCC0C15DC; Thu, 13 Jul 2017 12:21:52 +0200 (CEST) Subject: Re: Decoding stack in core file without correct libs? To: Dmitry Samersoff , gdb@sourceware.org References: <197a6eed-6163-67ed-67b7-57c4298d851b@cendio.se> <11c23f4e-f3f7-c74d-6c89-8851d2c62bbe@samersoff.net> From: Pierre Ossman Message-ID: <88aa206d-4725-4e2c-0964-fb1e81396184@cendio.se> Date: Thu, 13 Jul 2017 10:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <11c23f4e-f3f7-c74d-6c89-8851d2c62bbe@samersoff.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017-07/txt/msg00026.txt.bz2 On 13/07/17 11:55, Dmitry Samersoff wrote: > Pierre, > > You can run command (below) on your own machine: > > gdb -batch --eval "info shared" binary core 2> /dev/null |\ > sed -n -e 's/^.*Yes[^\/]*\//\//p' -e 's/^.*No[^\/]*\//\//p' > filelist > > and then do > > cat filelist | zip zipme.zip -@ > > on client's one. > > PS: this small article might be helpful. > > http://www.samersoff.net/do/index.php/blog/19-articles/56-how-to-open-java-coredump-in-gdb > > > -Dmitry > I was hoping there was a way without having to involve more steps for the customer. :/ Regards -- Pierre Ossman Software Development Cendio AB https://cendio.com Teknikringen 8 https://twitter.com/ThinLinc 583 30 Linköping https://facebook.com/ThinLinc Phone: +46-13-214600 https://plus.google.com/+CendioThinLinc A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing?