From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Stak dump with tar.[bz2/gz] files (Cygwin) Date: Thu, 12 Jun 2008 22:00:42 +0200 Message-ID: <4851806A.6070104@alice.it> References: <48511871.1090203@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213300891 10124 80.91.229.12 (12 Jun 2008 20:01:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2008 20:01:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 12 22:02:14 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 1K6szq-0007fo-Rg for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 22:02:11 +0200 Original-Received: from localhost ([127.0.0.1]:48310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6sz2-0002Yj-In for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 16:01:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6syz-0002YS-Dz for emacs-devel@gnu.org; Thu, 12 Jun 2008 16:01:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6syv-0002XU-Mf for emacs-devel@gnu.org; Thu, 12 Jun 2008 16:01:17 -0400 Original-Received: from [199.232.76.173] (port=53202 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6syv-0002XQ-Jy for emacs-devel@gnu.org; Thu, 12 Jun 2008 16:01:13 -0400 Original-Received: from smtp-out113.alice.it ([85.37.17.113]:4081) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6syv-0000RU-Av for emacs-devel@gnu.org; Thu, 12 Jun 2008 16:01:13 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Thu, 12 Jun 2008 22:01:11 +0200 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 12 Jun 2008 22:01:11 +0200 Original-Received: from [82.55.236.173] ([82.55.236.173]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 12 Jun 2008 22:01:10 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 12 Jun 2008 20:01:10.0652 (UTC) FILETIME=[0F40C3C0:01C8CCC7] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:99040 Archived-At: Stefan Monnier ha scritto: > > Can you try and run it in a debugger to give us a backtrace? > Also, try to recompile with -DENABLE_CHECKING so as to hopefully catch > the bug earlier. As I have written (more times) in this list, I am not expert of gdb... In any case, with my original build: ============================================ $ gdb /usr/local/emacs/bin/emacs.exe GNU gdb 6.8.0.20080328-cvs (cygwin-special) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (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. (gdb) ============================================ Rebuilding with -DENABLE_CHECKING, the only difference is that starting Emacs (run -Q), it prints the warning: 'Warning (initialization): Building Emacs overflowed pure space. (See the node Pure Storage in the Lisp manual for details.)' Cheers, Angelo.