From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: "john naegle" , 719@debbugs.gnu.org Resent-From: "john naegle" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 14 Aug 2008 15:10:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.1218726073576 (code B ref -1); Thu, 14 Aug 2008 15:10:05 +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=-2.6 required=4.0 tests=BAYES_00,FOURLA, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2, RCVD_IN_DNSWL_LOW autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Aug 2008 15:01:13 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7EF155g000565 for ; Thu, 14 Aug 2008 08:01:06 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTeK1-0002qx-3s for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTeJz-0002qW-2X for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:04 -0400 Received: from [199.232.76.173] (port=57360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTeJy-0002qS-Sl for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:02 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]:45002) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTeJy-0001Jd-7e for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:02 -0400 Received: by rv-out-0708.google.com with SMTP id k29so466765rvb.6 for ; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=V6bR5DCw6jpJFUfd6rJs+W1ufcadfQQu3wwztSDzoSg=; b=Xc6ubTzlgn+7LV0vutT5TPMjMNm0j5CcGcWYMzeXNV2OYMf2bmj19N3O9h0Ui8HWb6 QUasuHnQkdahtGpU6RMis4jJgo85pq7q5UX9sumrOuI6HgudQKsQOjUVgp2CAOBIknPR pQaX3OvwgSvaAolcGM3ilIa6IbecY9ll6xao8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=oJ2XnTwhPN97LwKwvNpeGX6RT0ulY1UMYqTsHDdZjLQXSw7F4E70xJrVrnvLPvNorz YHG6n0EShnyZAfBk98R/ywPgU1oTEO0SS1Wd4b5fVA//G0bc1d1Xe9d9OPtG3ne05x1y 6bIexCHEx2F9NhBhFU17IjPfF9IfCHfDenMKw= Received: by 10.140.163.3 with SMTP id l3mr737658rve.61.1218726059631; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) Received: by 10.140.203.2 with HTTP; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) Message-ID: Date: Thu, 14 Aug 2008 11:00:59 -0400 From: "john naegle" To: bug-gnu-emacs@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Whenever I try to open a file on a share on another computer, emacs crashes. For instance, trying to open the file: "\\server\software\file.txt" causes a crash. This happens if I use find-file, drag a file onto emacs, or double click to open a file on a hidden network share. If I double-escape all the backslashes, I still get the crash, eg: emacs \\\\server\\software\\file.txt 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-22.2/etc/DEBUG for instructions. bt full: -------------------------------------------------------------------------------- Load new symbol table from "/cygdrive/c/Program Files/emacs-22.2/bin/emacs.exe"? (y or n) y Reading symbols from /cygdrive/c/Program Files/emacs-22.2/bin/emacs.exe...done. Loaded symbols for /cygdrive/c/WINNT/system32/NTDLL.DLL Loaded symbols for /cygdrive/c/WINNT/system32/ADVAPI32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/KERNEL32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/rpcrt4.dll Loaded symbols for /cygdrive/c/WINNT/system32/secur32.dll Loaded symbols for /cygdrive/c/WINNT/system32/comctl32.dll Loaded symbols for /cygdrive/c/WINNT/system32/GDI32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/USER32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/comdlg32.dll Loaded symbols for /cygdrive/c/WINNT/system32/SHLWAPI.DLL Loaded symbols for /cygdrive/c/WINNT/system32/msvcrt.dll Loaded symbols for /cygdrive/c/WINNT/system32/SHELL32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/mpr.dll Loaded symbols for /cygdrive/c/WINNT/system32/OLE32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/winmm.dll Loaded symbols for /cygdrive/c/WINNT/system32/winspool.drv Loaded symbols for /cygdrive/c/WINNT/system32/MSCTF.DLL Loaded symbols for /cygdrive/c/Program Files/emacs-22.2/bin/libXpm.dll Loaded symbols for /cygdrive/c/WINNT/system32/crtdll.dll Loaded symbols for /cygdrive/c/WINNT/system32/OLEAUT32.DLL [Switching to thread 3636.0x8d4] (gdb) bt full #0 0x77f9193d in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINNT/system32/NTDLL.DLL No symbol table info available. #1 0x7c57fecd in KERNEL32!DebugActiveProcess () from /cygdrive/c/WINNT/system32/KERNEL32.DLL No symbol table info available. #2 0x7c57b3bc in lstrcmpiW () from /cygdrive/c/WINNT/system32/KERNEL32.DLL No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. In GNU Emacs 22.2.1 (i386-mingw-nt5.0.2195) of 2008-03-26 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.0.2195 configured using `configure --with-gcc (3.4)' 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 locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: C++/l Minor modes in effect: fast-lock-mode: t encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: Recent messages: Loading semantic-c...done File mode specification error: (error "Autoloading failed to define function semantic-default-c-setup") Loading vc-svn...done Loading vc...done Mark saved where search started Mark set [2 times] Making completion list... Loading eieio-opt...done Making completion list... Loading emacsbug...done From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: Eli Zaretskii , 719@debbugs.gnu.org Resent-From: Eli Zaretskii Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 15 Aug 2008 08:05:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121878692525421 (code B ref -1); Fri, 15 Aug 2008 08:05:06 +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=-5.4 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1, MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Aug 2008 07:55:25 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7F7tLvF025415 for ; Fri, 15 Aug 2008 00:55:22 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTu9Y-0002My-MQ for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:55:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTu9X-0002M0-Rk for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:55:20 -0400 Received: from [199.232.76.173] (port=49581 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTu9X-0002Lj-Lr for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:55:19 -0400 Received: from mtaout3.012.net.il ([84.95.2.7]:62371) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTu9X-0004H8-7V for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:55:19 -0400 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K5M00799U0SFPZ1@i_mtaout3.012.net.il> for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 10:55:41 +0300 (IDT) Date: Fri, 15 Aug 2008 10:55:17 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il To: john naegle , 719@debbugs.gnu.org Cc: bug-gnu-emacs@gnu.org Message-id: References: X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 > Date: Thu, 14 Aug 2008 11:00:59 -0400 > From: "john naegle" > Cc: > > Whenever I try to open a file on a share on another computer, emacs crashes. Thank you for your report. > For instance, trying to open the file: "\\server\software\file.txt" > causes a crash. This happens if I use find-file, drag a file onto > emacs, or double click to open a file on a hidden network share. > > If I double-escape all the backslashes, I still get the crash, eg: > emacs \\\\server\\software\\file.txt Does it work with forward slashes, like this: //server/software/file.txt ? > [Switching to thread 3636.0x8d4] > (gdb) bt full > #0 0x77f9193d in ntdll!DbgUiConnectToDbg () > from /cygdrive/c/WINNT/system32/NTDLL.DLL > No symbol table info available. > #1 0x7c57fecd in KERNEL32!DebugActiveProcess () > from /cygdrive/c/WINNT/system32/KERNEL32.DLL > No symbol table info available. > #2 0x7c57b3bc in lstrcmpiW () from /cygdrive/c/WINNT/system32/KERNEL32.DLL > No symbol table info available. > #3 0x00000000 in ?? () > No symbol table info available. This backtrace is not useful. I think you are in the wrong thread. Could you please type "info threads" and then switch to each one of them (with "thread N", where N is the thread number displayed in the 1st column of what "info threads" presents), and find the main thread, where the backtrace goes up to the `main' function? That's the backtrace we want to see. TIA From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: "john naegle" , 719@debbugs.gnu.org Resent-From: "john naegle" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 15 Aug 2008 13:30:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121880642029824 (code B ref -1); Fri, 15 Aug 2008 13:30:03 +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=-3.9 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1, MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Aug 2008 13:20:20 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7FDKGjY029556 for ; Fri, 15 Aug 2008 06:20:17 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTzE0-0001ms-6j for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 09:20:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTzDy-0001mg-M1 for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 09:20:15 -0400 Received: from [199.232.76.173] (port=40697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTzDy-0001mc-Hh for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 09:20:14 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:24507) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTzDx-0006wC-QZ for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 09:20:14 -0400 Received: by rv-out-0708.google.com with SMTP id k29so995999rvb.6 for ; Fri, 15 Aug 2008 06:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=TANu0uOeQoEu3dqgmvsWOCanF5xy6Bm3F61Ajk8209Y=; b=BE6zHKFVWsRNSgluR+xH+DLqiilSwAz7FS8rSsT/KpOBjkij+frJirdPbW37eH3YeP OoixIiNw4teb+q/9O8JvwntLpljbYCbA/Kle/LzepVVCFcQoFE78vIP4QC1Pt7BqPGzy q++kfQtBU4hTmFClYgFgDkNR10uhpHGkSYY5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Q5zGdM1XArajBD0h/4YgtcvJJmtt6tu48yyPJ0U/3y5Da/8pHQdcP8VwwXLp15ehUu T5fsHXriTVWmKVMrRNRyCj8nSfUK/6Bnq4YD0+jBUyNu5ADQ8+KH+GM0mmknTjlJfFXq B1HZt7UalnKYt449UCGs1XovT6fBT0cPnXtOk= Received: by 10.140.201.1 with SMTP id y1mr1464401rvf.200.1218806412816; Fri, 15 Aug 2008 06:20:12 -0700 (PDT) Received: by 10.140.203.2 with HTTP; Fri, 15 Aug 2008 06:20:12 -0700 (PDT) Message-ID: Date: Fri, 15 Aug 2008 09:20:12 -0400 From: "john naegle" To: "Eli Zaretskii" Cc: 719@debbugs.gnu.org, bug-gnu-emacs@gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-CrossAssassin-Score: 2 On a hunch, I commented everything out in my .emacs file and tried to re-open the file. I was able to open it without a crash, so I systematically added things back until I could reproduce the crash. The culprit turned out to be this line: (require 'rails). Here are the answers to your questions if you want to pursue this further. Let me know if you would like my .emacs file. Trying to open //server/software/file.txt also crashed. Here is everything I was able to get out of GDB, it didn't seem that helpful to me: Let me know if you want me to try anything else. This debugging session was started by: #1) Launching C:\Program Files\emacs-22.2\bin\runemacs.exe #2) find-file \\server\software\file.txt #3) Emacs crash dialog presented #4) gdb -p $ gdb -p 2616 GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin". Attaching to process 2616 [Switching to thread 2616.0x870] (gdb) info threads * 3 thread 2616.0x870 0x77f9193d in ntdll!DbgUiConnectToDbg () 2 thread 2616.0x984 0x77e585c7 in USER32!GetMenuItemRect () 1 thread 2616.0xaac 0x77e58b53 in WaitMessage () (gdb) bt full #0 0x77f9193d in ntdll!DbgUiConnectToDbg () No symbol table info available. #1 0x7c57fecd in KERNEL32!DebugActiveProcess () No symbol table info available. #2 0x7c57b3bc in lstrcmpiW () No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. (gdb) thread 2 [Switching to thread 2 (thread 2616.0x984)]#0 0x77e585c7 in USER32!GetMenuItemR ect () (gdb) bt full #0 0x77e585c7 in USER32!GetMenuItemRect () No symbol table info available. #1 0x77e1698f in USER32!GetMessageA () No symbol table info available. #2 0x01139207 in ?? () No symbol table info available. (gdb) thread 1 [Switching to thread 1 (thread 2616.0xaac)]#0 0x77e58b53 in WaitMessage () (gdb) bt full #0 0x77e58b53 in WaitMessage () No symbol table info available. #1 0x77e33630 in USER32!MessageBoxA () No symbol table info available. #2 0x77e44327 in USER32!CheckRadioButton () No symbol table info available. #3 0x001008bc in ?? () No symbol table info available. On Fri, Aug 15, 2008 at 3:55 AM, Eli Zaretskii wrote: >> Date: Thu, 14 Aug 2008 11:00:59 -0400 >> From: "john naegle" >> Cc: >> >> Whenever I try to open a file on a share on another computer, emacs crashes. > > Thank you for your report. > >> For instance, trying to open the file: "\\server\software\file.txt" >> causes a crash. This happens if I use find-file, drag a file onto >> emacs, or double click to open a file on a hidden network share. >> >> If I double-escape all the backslashes, I still get the crash, eg: >> emacs \\\\server\\software\\file.txt > > Does it work with forward slashes, like this: > > //server/software/file.txt > > ? > >> [Switching to thread 3636.0x8d4] >> (gdb) bt full >> #0 0x77f9193d in ntdll!DbgUiConnectToDbg () >> from /cygdrive/c/WINNT/system32/NTDLL.DLL >> No symbol table info available. >> #1 0x7c57fecd in KERNEL32!DebugActiveProcess () >> from /cygdrive/c/WINNT/system32/KERNEL32.DLL >> No symbol table info available. >> #2 0x7c57b3bc in lstrcmpiW () from /cygdrive/c/WINNT/system32/KERNEL32.DLL >> No symbol table info available. >> #3 0x00000000 in ?? () >> No symbol table info available. > > This backtrace is not useful. I think you are in the wrong thread. > > Could you please type "info threads" and then switch to each one of > them (with "thread N", where N is the thread number displayed in the > 1st column of what "info threads" presents), and find the main thread, > where the backtrace goes up to the `main' function? That's the > backtrace we want to see. > > TIA > From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: Eli Zaretskii , 719@debbugs.gnu.org Resent-From: Eli Zaretskii Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 15 Aug 2008 17:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12188203704773 (code B ref -1); Fri, 15 Aug 2008 17:20:03 +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=-5.7 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_LOW,RCVD_IN_NIX1 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Aug 2008 17:12:50 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7FHCjE8004765 for ; Fri, 15 Aug 2008 10:12:47 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU2qz-0001tn-Gh for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:12:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU2qx-0001sG-Re for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:12:44 -0400 Received: from [199.232.76.173] (port=32977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU2qx-0001s5-NH for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:12:43 -0400 Received: from mtaout2.012.net.il ([84.95.2.4]:13660) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KU2qx-0006XD-Ch for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:12:43 -0400 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K5N004DIJTTS490@i_mtaout2.012.net.il> for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 20:13:06 +0300 (IDT) Date: Fri, 15 Aug 2008 20:12:42 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il To: john naegle Cc: 719@debbugs.gnu.org, bug-gnu-emacs@gnu.org Message-id: References: X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 > Date: Fri, 15 Aug 2008 09:20:12 -0400 > From: "john naegle" > Cc: 719@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org > > On a hunch, I commented everything out in my .emacs file and tried to > re-open the file. I was able to open it without a crash, so I > systematically added things back until I could reproduce the crash. > The culprit turned out to be this line: (require 'rails). What is 'rails? From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: "john naegle" , 719@debbugs.gnu.org Resent-From: "john naegle" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 15 Aug 2008 17:25:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12188205906185 (code B ref -1); Fri, 15 Aug 2008 17:25: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=-5.6 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Aug 2008 17:16:30 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7FHGR7u006179 for ; Fri, 15 Aug 2008 10:16:28 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU2uY-0003cr-Tf for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:16:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU2uX-0003cf-Qj for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:16:26 -0400 Received: from [199.232.76.173] (port=41054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU2uX-0003cc-NS for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:16:25 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:54716) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KU2uX-0007n5-DA for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 13:16:25 -0400 Received: by rv-out-0708.google.com with SMTP id k29so1095886rvb.6 for ; Fri, 15 Aug 2008 10:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=NkYXPcQiAntLRxCvtaMNczenNW6G+9Klwied7aOClOU=; b=RqNmQjmBPeBwecN8q/K1DFaCZR4aEYocq7h8dsrsT+XRoHRJ24ertlbzhFk5pj1tY0 m+vmQXoitr+dnnqpvwwS2sZljTolSWRUm034wBQax9zp0jSM5VtHpjHjuJQWa3FUN2Rp 87x6o/bHXKGdcuK/XkeoINHqCaf1maHhT474U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JzXM+ArXLlSmDpYjGVpf5CZR5eY4fi9GH+2wdZIcFMprZM3S4kJWJUHkC1pDVzQ0xM ROcQvZvsquivBT1XqHj+HhZX9QKxl+qXQD1P3QCO6rUoao6zgLvkL6s2kzTaSurKh4bG lvJXveFVsJ8X12qWStmGT+Mi2i/7pr6do0p7M= Received: by 10.141.114.19 with SMTP id r19mr1655697rvm.146.1218820582855; Fri, 15 Aug 2008 10:16:22 -0700 (PDT) Received: by 10.140.203.2 with HTTP; Fri, 15 Aug 2008 10:16:22 -0700 (PDT) Message-ID: Date: Fri, 15 Aug 2008 13:16:22 -0400 From: "john naegle" To: "Eli Zaretskii" Cc: 719@debbugs.gnu.org, bug-gnu-emacs@gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-CrossAssassin-Score: 2 Its a minor mode for ruby on rails. I filed a bug against rails-mode: http://rubyforge.org/tracker/index.php?func=detail&aid=21573&group_id=1484&atid=5809 There was another bug for this already: http://rubyforge.org/tracker/index.php?func=detail&aid=21046&group_id=1484&atid=5809 Thanks, -John On Fri, Aug 15, 2008 at 1:12 PM, Eli Zaretskii wrote: >> Date: Fri, 15 Aug 2008 09:20:12 -0400 >> From: "john naegle" >> Cc: 719@emacsbugs.donarmstrong.com, bug-gnu-emacs@gnu.org >> >> On a hunch, I commented everything out in my .emacs file and tried to >> re-open the file. I was able to open it without a crash, so I >> systematically added things back until I could reproduce the crash. >> The culprit turned out to be this line: (require 'rails). > > What is 'rails? > From unknown Sun Aug 17 10:17:43 2025 X-Loop: don@donarmstrong.com Subject: bug#719: Crash opening UNC file Reply-To: Stefan Monnier , 719@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Sat, 16 Aug 2008 04:15:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 719 X-Emacs-PR-Package: emacs,w32 X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.121885972915431 (code B ref -1); Sat, 16 Aug 2008 04:15: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=-8.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Aug 2008 04:08:49 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7G48hTZ015420 for ; Fri, 15 Aug 2008 21:08:46 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUD5n-00076E-0G for bug-gnu-emacs@gnu.org; Sat, 16 Aug 2008 00:08:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUD5k-00073J-T7 for bug-gnu-emacs@gnu.org; Sat, 16 Aug 2008 00:08:42 -0400 Received: from [199.232.76.173] (port=42876 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUD5k-000737-PW for bug-gnu-emacs@gnu.org; Sat, 16 Aug 2008 00:08:40 -0400 Received: from smtp-05.arnet.com.ar ([200.45.191.5]:60348) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KUD5k-0002Ae-3N for bug-gnu-emacs@gnu.org; Sat, 16 Aug 2008 00:08:40 -0400 Received: (qmail 6927 invoked from network); 15 Aug 2008 22:06:49 -0000 Received: from unknown (HELO ceviche.home) (201.253.83.37) by 0 with SMTP; 15 Aug 2008 22:06:49 -0000 Received: by ceviche.home (Postfix, from userid 20848) id 669F1B40D8; Sat, 16 Aug 2008 00:08:37 -0400 (EDT) From: Stefan Monnier To: john naegle Cc: 719@debbugs.gnu.org, "Eli Zaretskii" , bug-gnu-emacs@gnu.org Message-ID: References: Date: Sat, 16 Aug 2008 00:08:37 -0400 In-Reply-To: (john naegle's message of "Fri, 15 Aug 2008 13:16:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) > Its a minor mode for ruby on rails. > I filed a bug against rails-mode: > http://rubyforge.org/tracker/index.php?func=detail&aid=21573&group_id=1484&atid=5809 In most cases, if Emacs crashes, it's a bug in the C code of Emacs and not in Elisp code (bundled or third party). Stefan From unknown Sun Aug 17 10:17:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: "john naegle" Subject: bug#719 closed by Jason Rumney (Re: Crash opening UNC file.) Message-ID: References: <494D1055.5030508@gnu.org> X-Emacs-PR-Message: they-closed 719 X-Emacs-PR-Package: emacs,w32 Reply-To: 719@debbugs.gnu.org Date: Sat, 20 Dec 2008 15:40:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1229787604-20587-1" This is a multi-part message in MIME format... ------------=_1229787604-20587-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,w32 package: #719: Crash opening UNC file It has been closed by Jason Rumney . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Jason Rumney by replying to this email. --=20 719: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D719 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1229787604-20587-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 719-done) by emacsbugs.donarmstrong.com; 20 Dec 2008 15:34:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBKFYCMp019360 for <719-done@emacsbugs.donarmstrong.com>; Sat, 20 Dec 2008 07:34:14 -0800 Received: by ti-out-0910.google.com with SMTP id b6so997383tic.1 for <719-done@emacsbugs.donarmstrong.com>; Sat, 20 Dec 2008 07:34:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=zoiYVRO0p5U7+mq5flYY9OCU5IBpM3PnOoFkn8Ygksc=; b=o5mt6J/4yYg0oVOPdyFbmYG8Uyi7ub5CcnCUgNXAvrG2BcayFskLfCaW6sg0m5EGAZ X7jfr8mBWGEfI2evObWgBwTpsCq4+QhJLvTRSQcAI7i58+xsip4QCnKfD+m8vZHRnzsB jETRoHRd+t746rJ/Jpii5TldBegS5+PsolJEA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=tMOY7kW0IaMNSXxu4vOX07h1oaOWKwzBoRcSzt48DlFMuZMFHK9+/fd96Lq+noGPxc s03/ajv+ab9BWXuQ77SZ5fSG1oFadSJQYnHNvuIeFQwTOUnwobxpOMozn1OWXv+2PCl6 b/vU5LxYVx+naDh2CsSNyf3aF61zKVZXqV2pg= Received: by 10.110.62.4 with SMTP id k4mr6650853tia.17.1229787251833; Sat, 20 Dec 2008 07:34:11 -0800 (PST) Received: from ?192.168.1.3? ([118.101.181.97]) by mx.google.com with ESMTPS id 22sm1114218tim.15.2008.12.20.07.34.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Dec 2008 07:34:11 -0800 (PST) Sender: Jason Rumney Message-ID: <494D1055.5030508@gnu.org> Date: Sat, 20 Dec 2008 23:33:41 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: "john naegle" CC: 719-done@debbugs.gnu.org Subject: Re: Crash opening UNC file. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This turned out to be a bug in expand-file-name triggered by the project file searching code in rails.el. A simple way to reproduce the bug was: (expand-file-name "//server/path/../../../") which caused an assertion failure on Windows. I have checked in a fix. ------------=_1229787604-20587-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From john.naegle@gmail.com Thu Aug 14 08:01:13 2008 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=-2.6 required=4.0 tests=BAYES_00,FOURLA, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2, RCVD_IN_DNSWL_LOW autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 14 Aug 2008 15:01:13 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7EF155g000565 for ; Thu, 14 Aug 2008 08:01:06 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTeK1-0002qx-3s for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTeJz-0002qW-2X for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:04 -0400 Received: from [199.232.76.173] (port=57360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTeJy-0002qS-Sl for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:02 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]:45002) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTeJy-0001Jd-7e for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2008 11:01:02 -0400 Received: by rv-out-0708.google.com with SMTP id k29so466765rvb.6 for ; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=V6bR5DCw6jpJFUfd6rJs+W1ufcadfQQu3wwztSDzoSg=; b=Xc6ubTzlgn+7LV0vutT5TPMjMNm0j5CcGcWYMzeXNV2OYMf2bmj19N3O9h0Ui8HWb6 QUasuHnQkdahtGpU6RMis4jJgo85pq7q5UX9sumrOuI6HgudQKsQOjUVgp2CAOBIknPR pQaX3OvwgSvaAolcGM3ilIa6IbecY9ll6xao8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=oJ2XnTwhPN97LwKwvNpeGX6RT0ulY1UMYqTsHDdZjLQXSw7F4E70xJrVrnvLPvNorz YHG6n0EShnyZAfBk98R/ywPgU1oTEO0SS1Wd4b5fVA//G0bc1d1Xe9d9OPtG3ne05x1y 6bIexCHEx2F9NhBhFU17IjPfF9IfCHfDenMKw= Received: by 10.140.163.3 with SMTP id l3mr737658rve.61.1218726059631; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) Received: by 10.140.203.2 with HTTP; Thu, 14 Aug 2008 08:00:59 -0700 (PDT) Message-ID: Date: Thu, 14 Aug 2008 11:00:59 -0400 From: "john naegle" To: bug-gnu-emacs@gnu.org Subject: Crash opening UNC file MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Whenever I try to open a file on a share on another computer, emacs crashes. For instance, trying to open the file: "\\server\software\file.txt" causes a crash. This happens if I use find-file, drag a file onto emacs, or double click to open a file on a hidden network share. If I double-escape all the backslashes, I still get the crash, eg: emacs \\\\server\\software\\file.txt 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-22.2/etc/DEBUG for instructions. bt full: -------------------------------------------------------------------------------- Load new symbol table from "/cygdrive/c/Program Files/emacs-22.2/bin/emacs.exe"? (y or n) y Reading symbols from /cygdrive/c/Program Files/emacs-22.2/bin/emacs.exe...done. Loaded symbols for /cygdrive/c/WINNT/system32/NTDLL.DLL Loaded symbols for /cygdrive/c/WINNT/system32/ADVAPI32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/KERNEL32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/rpcrt4.dll Loaded symbols for /cygdrive/c/WINNT/system32/secur32.dll Loaded symbols for /cygdrive/c/WINNT/system32/comctl32.dll Loaded symbols for /cygdrive/c/WINNT/system32/GDI32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/USER32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/comdlg32.dll Loaded symbols for /cygdrive/c/WINNT/system32/SHLWAPI.DLL Loaded symbols for /cygdrive/c/WINNT/system32/msvcrt.dll Loaded symbols for /cygdrive/c/WINNT/system32/SHELL32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/mpr.dll Loaded symbols for /cygdrive/c/WINNT/system32/OLE32.DLL Loaded symbols for /cygdrive/c/WINNT/system32/winmm.dll Loaded symbols for /cygdrive/c/WINNT/system32/winspool.drv Loaded symbols for /cygdrive/c/WINNT/system32/MSCTF.DLL Loaded symbols for /cygdrive/c/Program Files/emacs-22.2/bin/libXpm.dll Loaded symbols for /cygdrive/c/WINNT/system32/crtdll.dll Loaded symbols for /cygdrive/c/WINNT/system32/OLEAUT32.DLL [Switching to thread 3636.0x8d4] (gdb) bt full #0 0x77f9193d in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINNT/system32/NTDLL.DLL No symbol table info available. #1 0x7c57fecd in KERNEL32!DebugActiveProcess () from /cygdrive/c/WINNT/system32/KERNEL32.DLL No symbol table info available. #2 0x7c57b3bc in lstrcmpiW () from /cygdrive/c/WINNT/system32/KERNEL32.DLL No symbol table info available. #3 0x00000000 in ?? () No symbol table info available. In GNU Emacs 22.2.1 (i386-mingw-nt5.0.2195) of 2008-03-26 on RELEASE Windowing system distributor `Microsoft Corp.', version 5.0.2195 configured using `configure --with-gcc (3.4)' 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 locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: C++/l Minor modes in effect: fast-lock-mode: t encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: Recent messages: Loading semantic-c...done File mode specification error: (error "Autoloading failed to define function semantic-default-c-setup") Loading vc-svn...done Loading vc...done Mark saved where search started Mark set [2 times] Making completion list... Loading eieio-opt...done Making completion list... Loading emacsbug...done ------------=_1229787604-20587-1-- From unknown Sun Aug 17 10:17:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Eli Zaretskii Subject: bug#724 closed by Jason Rumney (Re: Crash opening UNC file.) Message-ID: References: <494D1055.5030508@gnu.org> X-Emacs-PR-Message: they-closed 724 X-Emacs-PR-Package: emacs,w32 Reply-To: 724@debbugs.gnu.org Date: Sat, 20 Dec 2008 15:40:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1229787605-20587-3" This is a multi-part message in MIME format... ------------=_1229787605-20587-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,w32 package: #719: Processed: another w32 bug It has been closed by Jason Rumney . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Jason Rumney by replying to this email. --=20 719: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D719 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1229787605-20587-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 719-done) by emacsbugs.donarmstrong.com; 20 Dec 2008 15:34:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBKFYCMp019360 for <719-done@emacsbugs.donarmstrong.com>; Sat, 20 Dec 2008 07:34:14 -0800 Received: by ti-out-0910.google.com with SMTP id b6so997383tic.1 for <719-done@emacsbugs.donarmstrong.com>; Sat, 20 Dec 2008 07:34:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=zoiYVRO0p5U7+mq5flYY9OCU5IBpM3PnOoFkn8Ygksc=; b=o5mt6J/4yYg0oVOPdyFbmYG8Uyi7ub5CcnCUgNXAvrG2BcayFskLfCaW6sg0m5EGAZ X7jfr8mBWGEfI2evObWgBwTpsCq4+QhJLvTRSQcAI7i58+xsip4QCnKfD+m8vZHRnzsB jETRoHRd+t746rJ/Jpii5TldBegS5+PsolJEA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=tMOY7kW0IaMNSXxu4vOX07h1oaOWKwzBoRcSzt48DlFMuZMFHK9+/fd96Lq+noGPxc s03/ajv+ab9BWXuQ77SZ5fSG1oFadSJQYnHNvuIeFQwTOUnwobxpOMozn1OWXv+2PCl6 b/vU5LxYVx+naDh2CsSNyf3aF61zKVZXqV2pg= Received: by 10.110.62.4 with SMTP id k4mr6650853tia.17.1229787251833; Sat, 20 Dec 2008 07:34:11 -0800 (PST) Received: from ?192.168.1.3? ([118.101.181.97]) by mx.google.com with ESMTPS id 22sm1114218tim.15.2008.12.20.07.34.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Dec 2008 07:34:11 -0800 (PST) Sender: Jason Rumney Message-ID: <494D1055.5030508@gnu.org> Date: Sat, 20 Dec 2008 23:33:41 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: "john naegle" CC: 719-done@debbugs.gnu.org Subject: Re: Crash opening UNC file. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This turned out to be a bug in expand-file-name triggered by the project file searching code in rails.el. A simple way to reproduce the bug was: (expand-file-name "//server/path/../../../") which caused an assertion failure on Windows. I have checked in a fix. ------------=_1229787605-20587-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From eliz@gnu.org Fri Aug 15 00:48:23 2008 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=-5.6 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 15 Aug 2008 07:48:24 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7F7mKBF022597 for ; Fri, 15 Aug 2008 00:48:22 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTu2m-0007dm-Kq for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:48:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTu2l-0007cZ-J0 for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:48:19 -0400 Received: from [199.232.76.173] (port=34062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTu2l-0007cQ-FM for bug-gnu-emacs@gnu.org; Fri, 15 Aug 2008 03:48:19 -0400 Received: from mtaout4.012.net.il ([84.95.2.10]:59185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTu2h-0001c6-7c; Fri, 15 Aug 2008 03:48:15 -0400 Received: from HOME-C4E4A596F7 ([84.229.211.50]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K5M001RLTOXY6H0@i_mtaout4.012.net.il>; Fri, 15 Aug 2008 10:48:33 +0300 (IDT) Date: Fri, 15 Aug 2008 10:48:10 +0300 From: Eli Zaretskii Subject: Re: Processed: another w32 bug In-reply-to: X-012-Sender: halo1@inter.net.il To: bug-gnu-emacs@gnu.org Cc: jasonr@gnu.org Reply-to: Eli Zaretskii Message-id: References: <48A4D102.1010609@f2s.com> X-detected-kernel: by monty-python.gnu.org: Solaris 9.1 > Date: Thu, 14 Aug 2008 17:50:05 -0700 > From: don@donarmstrong.com (Emacs bug Tracking System) > Cc: Emacs Bugs , w32 #719 > > Processing commands for control@emacsbugs.donarmstrong.com: > > > reassign 719 emacs,w32 > bug#719: Crash opening UNC file > Warning: Unknown package 'w32' > bug reassigned from package `emacs' to `emacs,w32'. Why, Jason? This problem is specific to Cygwin, UNC file names work in the native w32 build. If we want to distinguish between Cygwin and the rest of Posix platforms, I suggest to create a new category "cygwin" and assign this bug to it. ------------=_1229787605-20587-3--