From unknown Fri Jun 20 07:17:45 2025 X-Loop: don@donarmstrong.com Subject: bug#899: 23.0.60; Opening a foo.tar.gz file crashes Reply-To: Yary Hluchan , 899@debbugs.gnu.org Resent-From: Yary Hluchan Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 05 Sep 2008 23:20:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 899 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122065629317581 (code B ref -1); Fri, 05 Sep 2008 23:20:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.8 required=4.0 tests=AWL,BAYES_00,FOURLA, IMPRONONCABLE_2,MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 5 Sep 2008 23:11:33 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m85NBT03017575 for ; Fri, 5 Sep 2008 16:11:30 -0700 Received: from mx10.gnu.org ([199.232.76.166]:39757) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KbkR2-0007JB-1R for emacs-pretest-bug@gnu.org; Fri, 05 Sep 2008 19:09:48 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KbkSb-0002X4-BO for emacs-pretest-bug@gnu.org; Fri, 05 Sep 2008 19:11:28 -0400 Received: from bell.apicom.com ([216.27.178.243]:61670) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbkSa-0002Wg-MG for emacs-pretest-bug@gnu.org; Fri, 05 Sep 2008 19:11:25 -0400 Received: from bell.apicom.com (localhost [127.0.0.1]) by bell.apicom.com (8.13.5.20060614/8.13.8) with ESMTP id m85NBCQk004744 for ; Fri, 5 Sep 2008 16:11:13 -0700 (PDT) Message-Id: <200809052311.m85NBCQk004744@bell.apicom.com> To: emacs-pretest-bug@gnu.org Date: Fri, 05 Sep 2008 16:11:12 -0700 From: Yary Hluchan X-detected-kernel: by monty-python.gnu.org: NetBSD 3.0 (DF) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Create a couple small text files- in my case sample1.txt containing: Here is a sample. Hello! and sample2.txt containing: foo bar bat baz put them in an archive with: tar -czf sample.tar.gz sample?.txt Then open a fresh instance of emacs, C-x C-f sample.tar.gz and it crashes. I don't have gdb installed, but I can give you a link to sample.tar.gz http://www.driveway.com/r4h5t5i7r1 My other tar.gz archives also crash emacs. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file c:/Program Files/Emacs/Unpatched/emacs/etc/DEBUG for instructions. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-09-03 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU value of $XMODIFIERS: nil locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: recentf-mode: t partial-completion-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: x r e p o r Recent messages: An error has occurred while loading `c:/Documents and Settings/Stephen Edwards/Application Data/.emacs': File error: Cannot open load file, menuacc To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. For information about GNU Emacs and the GNU system, type C-h C-a.