From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin) Date: Thu, 12 Jun 2008 17:34:25 -0400 Message-ID: References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213306486 28387 80.91.229.12 (12 Jun 2008 21:34:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2008 21:34:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 12 23:35:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K6uS4-0003dI-O7 for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 23:35:25 +0200 Original-Received: from localhost ([127.0.0.1]:43084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6uRG-0002YR-VO for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 17:34:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6uRB-0002W9-LT for emacs-devel@gnu.org; Thu, 12 Jun 2008 17:34:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6uR9-0002SM-Cx for emacs-devel@gnu.org; Thu, 12 Jun 2008 17:34:28 -0400 Original-Received: from [199.232.76.173] (port=50538 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6uR9-0002SJ-8M for emacs-devel@gnu.org; Thu, 12 Jun 2008 17:34:27 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:49485 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6uR8-0004tB-TO for emacs-devel@gnu.org; Thu, 12 Jun 2008 17:34:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao0FAGIzUUhMCpzv/2dsb2JhbACBW61X X-IronPort-AV: E=Sophos;i="4.27,633,1204520400"; d="scan'208";a="22465357" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 12 Jun 2008 17:34:25 -0400 Original-Received: from pastel.home ([76.10.156.239]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id SBU81225; Thu, 12 Jun 2008 17:34:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 4EC0085E3; Thu, 12 Jun 2008 17:34:25 -0400 (EDT) In-Reply-To: <4851806A.6070104@alice.it> (Angelo Graziosi's message of "Thu, 12 Jun 2008 22:00:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99046 Archived-At: > As I have written (more times) in this list, I am not expert of gdb... "C'est en forgeant que l'on devient forgeron". I.e. the more you use it, the better you'll be at using it. > (gdb) run -Q > Starting program: /usr/local/emacs/bin/emacs.exe -Q > [New thread 4060.0xb4] > [New thread 4060.0xcc] > [New thread 4060.0x648] > [New thread 4060.0xc0] > [New thread 4060.0x100] > [New thread 4060.0x104] > [New thread 4060.0x67c] > C-x C-f /tmp/hello1.tar.bz2 > [New thread 4060.0xb8] > [New thread 4060.0x2fc] > 3 [sig] emacs 4060 open_stackdumpfile: Dumping stack trace to > emacs.exe.stackdump > Program exited with code 0103000. > (gdb) bt > No stack. Hmm... you'll have to ask Cygwin people how to get a backtrace, then. Stefan