From unknown Fri Sep 05 08:41:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#719 <719@debbugs.gnu.org> To: bug#719 <719@debbugs.gnu.org> Subject: Status: Crash opening UNC file Reply-To: bug#719 <719@debbugs.gnu.org> Date: Fri, 05 Sep 2025 15:41:39 +0000 retitle 719 Crash opening UNC file reassign 719 emacs,w32 submitter 719 "john naegle" severity 719 grave thanks 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 From jasonr@f2s.com Thu Aug 14 17:43:36 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.0 required=4.0 tests=AWL,BAYES_00,SPF_HELO_PASS, VALID_BTS_CONTROL autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 15 Aug 2008 00:43:36 +0000 Received: from mk-outboundfilter-4.mail.uk.tiscali.com (mk-outboundfilter-4.mail.uk.tiscali.com [212.74.114.32]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7F0hWnY020111 for ; Thu, 14 Aug 2008 17:43:34 -0700 X-Trace: 123128030/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$F2S-INTERNET-ACCEPTED/None/61.4.103.130 X-SBRS: None X-RemoteIP: 61.4.103.130 X-IP-MAIL-FROM: jasonr@f2s.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoUBAPRtpEg9BGeC/2dsb2JhbAAItgiBVQ X-IronPort-AV: E=Sophos;i="4.32,212,1217804400"; d="scan'208";a="123128030" X-IP-Direction: OUT Received: from unknown (HELO [10.1.1.112]) ([61.4.103.130]) by smtp.f2s.tiscali.co.uk with ESMTP; 15 Aug 2008 01:43:25 +0100 Message-ID: <48A4D102.1010609@f2s.com> Date: Fri, 15 Aug 2008 08:42:42 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: another w32 bug Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit reassign 719 emacs,w32 From eliz@gnu.org Fri Aug 15 00:55:25 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.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 Subject: Re: bug#719: Crash opening UNC file In-reply-to: X-012-Sender: halo1@inter.net.il To: john naegle , 719@debbugs.gnu.org Cc: bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii 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 john.naegle@gmail.com Fri Aug 15 06:20:20 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=-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" Subject: Re: bug#719: Crash opening UNC file 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 eliz@gnu.org Fri Aug 15 10:12:50 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.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 Subject: Re: bug#719: Crash opening UNC file In-reply-to: X-012-Sender: halo1@inter.net.il To: john naegle Cc: 719@debbugs.gnu.org, bug-gnu-emacs@gnu.org Reply-to: Eli Zaretskii 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 john.naegle@gmail.com Fri Aug 15 10:16:30 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,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" Subject: Re: bug#719: Crash opening UNC file 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 rgm@gnu.org Fri Aug 15 11:39:51 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=-8.8 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 15 Aug 2008 18:39:52 +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 m7FIdmBa031371 for ; Fri, 15 Aug 2008 11:39:50 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KU4C1-0000ZV-CK; Fri, 15 Aug 2008 14:38:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18597.52521.307680.123152@fencepost.gnu.org> Date: Fri, 15 Aug 2008 14:38:33 -0400 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: green X-Ran: xeXO}cT4t5QFPO.Rz}ilP3+0b`IC_y\sd,?8JtqVIh>l}k54QI8a+9[Q&wFCM!m[T2dOJl X-Debbugs-No-Ack: yes reassign 724 emacs,w32 forcemerge 719 724 From monnier@iro.umontreal.ca Fri Aug 15 21:08:48 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=-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 Subject: Re: bug#719: Crash opening UNC file 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 jasonrumney@gmail.com Tue Dec 9 06:42:05 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-Bayes: score:0.0000 Tokens: new, 36; hammy, 58; neutral, 40; spammy, 2. spammytokens:0.993-1--classify, 0.856-+--UD:com hammytokens:0.000-+--H*r:TLSv1, 0.000-+--HDKIM-Signature:sk:content, 0.000-+--H*F:U*jasonr, 0.000-+--w32, 0.000-+--HDomainKey-Signature:user-agent X-Spam-Status: No, score=-6.0 required=4.0 tests=BAYES_00,VALID_BTS_CONTROL autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 9 Dec 2008 14:42:05 +0000 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mB9Eg0xg028689 for ; Tue, 9 Dec 2008 06:42:03 -0800 Received: by ti-out-0910.google.com with SMTP id b6so1172914tic.1 for ; Tue, 09 Dec 2008 06:41:59 -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:subject:content-type :content-transfer-encoding; bh=SyhAGVT5SEWPt7JL+Sk25uYcxVqs0EC/PFWodzHSIu8=; b=EQS9HD2kiFrKPmGngbrIqcO8zTIyQu+N8koLzblZEZDKgBMt6HNnJL2x7xoggGBJzd Nv9/crz0WDt28yp/2sitrmA6satE0l5t/A2kmr6G+wOQtK/BdWU/wWEEaEmaW19zx0M2 VRtks59g7Z6g5LBrFCBWRJq06TJG6orA5QtGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Jq19Q2I4WdVvDQT52Ct4DNb3VaLAxL2tYB71Vz1y6OQhcDBHwdlHbbCT7YJ8zbL4O4 1/mCkyx2iPXhEJb36Tt9AfpY5zUVKniAGwjxZjepQeNggQHiN4DewdGdT6BxWRrWP8AM AngEcbz9TDq5d2KDca+nOyZhF8ZwNMXScbDVc= Received: by 10.110.86.3 with SMTP id j3mr250649tib.32.1228833719554; Tue, 09 Dec 2008 06:41:59 -0800 (PST) Received: from ?192.168.1.3? ([124.13.223.53]) by mx.google.com with ESMTPS id w5sm129942tib.34.2008.12.09.06.41.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Dec 2008 06:41:57 -0800 (PST) Sender: Jason Rumney Message-ID: <493E8396.4010505@gnu.org> Date: Tue, 09 Dec 2008 22:41:26 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: classify w32 bugs Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit severity 592 grave severity 716 grave severity 719 grave severity 872 grave thanks From jasonrumney@gmail.com Sat Dec 20 07:34:16 2008 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. From unknown Fri Sep 05 08:41:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Tue, 20 Jan 2009 15:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator