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: Mon, 16 Jun 2008 22:41:32 +0200 Message-ID: <4856CFFC.9010409@alice.it> References: <48511871.1090203@alice.it> <4851806A.6070104@alice.it> <4854708F.20508@alice.it> <48551002.7020600@alice.it> <48558D8E.1090604@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213648942 19453 80.91.229.12 (16 Jun 2008 20:42:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2008 20:42:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 16 22:43:05 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 1K8LXc-00079H-LI for ged-emacs-devel@m.gmane.org; Mon, 16 Jun 2008 22:43:04 +0200 Original-Received: from localhost ([127.0.0.1]:55662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8LWn-0005OM-Ue for ged-emacs-devel@m.gmane.org; Mon, 16 Jun 2008 16:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8LWj-0005Nu-6f for emacs-devel@gnu.org; Mon, 16 Jun 2008 16:42:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8LWf-0005NH-2J for emacs-devel@gnu.org; Mon, 16 Jun 2008 16:42:07 -0400 Original-Received: from [199.232.76.173] (port=57099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8LWe-0005NE-Uz for emacs-devel@gnu.org; Mon, 16 Jun 2008 16:42:04 -0400 Original-Received: from smtp-out25.alice.it ([85.33.2.25]:1706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8LWZ-00064S-3t; Mon, 16 Jun 2008 16:41:59 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out25.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Jun 2008 22:41:58 +0200 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Jun 2008 22:41:58 +0200 Original-Received: from [82.57.153.115] ([82.57.153.115]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Jun 2008 22:40:47 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: X-OriginalArrivalTime: 16 Jun 2008 20:40:47.0343 (UTC) FILETIME=[418607F0:01C8CFF1] 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:99316 Archived-At: Eli Zaretskii ha scritto: > > What about the other 4 threads? do they also show such an unhelpful > backtrace? If so, I guess we are stuck with what you produced from > the stack dump file. Does anyone have a suggestion on how to proceed > with this crash? > The other threads were like the first, so I have excluded them from the report. The only thing I can say is that CVS dated (-D) "27 May 2008 19:58" works and "27 May 2008 19:59" doesn't. 'diff' shows that the differences are only in tar-mode.el file (and ChangeLog, excluding */CVS/*). C-x C-f hello.tar.bz2 RED causes "Parsing tar file...done " in the minibuffer and before Emacs can display the contents of tar file (in dired mode style), it crashes. Thanks for the assistance (and patience!). Cheers, Angelo.