From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Feb 2013 16:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13840 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13840@debbugs.gnu.org Cc: david+emacsformacosx@porkrind.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136207054712035 (code B ref -1); Thu, 28 Feb 2013 16:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2013 16:55:47 +0000 Received: from localhost ([127.0.0.1]:56424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB6lj-00037x-KH for submit@debbugs.gnu.org; Thu, 28 Feb 2013 11:55:44 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41779) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB1vP-00030F-00 for submit@debbugs.gnu.org; Thu, 28 Feb 2013 06:45:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB1tP-0007OX-Jx for submit@debbugs.gnu.org; Thu, 28 Feb 2013 06:43:27 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1tP-0007OT-Ge for submit@debbugs.gnu.org; Thu, 28 Feb 2013 06:43:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1tN-00027A-20 for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 06:43:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB1tK-0007Nu-I4 for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 06:43:16 -0500 Received: from ppsw-41.csi.cam.ac.uk ([131.111.8.141]:43000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB1tK-0007Nn-Cf for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 06:43:14 -0500 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.ucs.cam.ac.uk/email/scanner/ Received: from puff.ds.cam.ac.uk ([131.111.8.65]:41573 helo=localhost) by ppsw-41.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:25) with esmtpsa (PLAIN:ssb22) (TLSv1:DHE-RSA-AES256-SHA:256) id 1UB1tI-00070Y-SV (Exim 4.72) (return-path ); Thu, 28 Feb 2013 11:43:12 +0000 Date: Thu, 28 Feb 2013 11:43:12 +0000 From: "Silas S. Brown" Message-ID: <20130228114312.GA8093@puff.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Mailman-Approved-At: Thu, 28 Feb 2013 11:55:41 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hi, I'm getting frequent crashes on Mac OS 10.7.5 from: - GNU Emacs 24.2.1 downloaded from emacsformacosx.com - GNU Emacs 24.2.1 (Carbon) compiled from HomeBrew - GNU Emacs 24.1 downloaded from emacsformacosx.com - GNU Emacs 23.4 downloaded from emacsformacosx.com but not (so far) on GNU Emacs 23.2, which I'm hoping will be more stable on my system. (Thanks for continuing to make the old builds available - useful in this situation.) (I have not tried 23.3. After having trouble with the above versions, I started jumping back 2 at a time. So the problem may have been introduced in 23.3 or 23.4.) Crashes especially when I have files open over FTP to my Linux box, but I don't know if that's a red herring. (23.4 seems more likely to crash when opening a directory in dired over sshfs, rather than FTP, but again I'm not sure exactly what's causing the problem. I am not able to reliably reproduce the crash on demand.) Emacs "beach-balls" for a few seconds and then disappears. (Is there any kind of "kill Emacs if some critical process takes too long" logic that might be kicking in?) The bug might possibly be triggered by something in my configuration (which I can't work without), these files are available at http://people.ds.cam.ac.uk/ssb22/setup/emacs.tgz (they refer to "xemacs" a lot because that's what I started with, but I now use FSF Emacs). Thanks. Silas From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Feb 2013 17:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: 13840@debbugs.gnu.org Cc: david+emacsformacosx@porkrind.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.136207126913227 (code B ref -1); Thu, 28 Feb 2013 17:08:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2013 17:07:49 +0000 Received: from localhost ([127.0.0.1]:56458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB6xR-0003RH-GJ for submit@debbugs.gnu.org; Thu, 28 Feb 2013 12:07:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35407) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB2s0-0005OQ-49 for submit@debbugs.gnu.org; Thu, 28 Feb 2013 07:45:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB2q5-0003U2-JF for submit@debbugs.gnu.org; Thu, 28 Feb 2013 07:43:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:46471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB2q5-0003Ty-H2 for submit@debbugs.gnu.org; Thu, 28 Feb 2013 07:43:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB2q3-0000Hl-7r for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 07:43:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UB2q0-0003TB-HC for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 07:43:55 -0500 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:47279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UB2q0-0003Sm-BR for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2013 07:43:52 -0500 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from puff.ds.cam.ac.uk ([131.111.8.65]:39663 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1UB2py-000217-85 (Exim 4.80_167-5a66dd3) (return-path ); Thu, 28 Feb 2013 12:43:50 +0000 Date: Thu, 28 Feb 2013 12:43:50 +0000 From: "Silas S. Brown" Message-ID: <20130228124350.GA13221@puff.ds.cam.ac.uk> References: <20130228114312.GA8093@puff.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130228114312.GA8093@puff.ds.cam.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Mailman-Approved-At: Thu, 28 Feb 2013 12:07:47 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) On Thu, Feb 28, 2013 at 11:43:12AM +0000, Silas S. Brown wrote: > but not (so far) on GNU Emacs 23.2 Ouch, I just got a crash on 23.2 as well :-( Just before this crash, I clicked on the "Buffers" menu. I had 3 unsaved buffers at the time. Will try 22.3 (may have to change my config). Silas From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: 23.2 crashes as well References: <20130228114312.GA8093@puff.ds.cam.ac.uk> In-Reply-To: <20130228114312.GA8093@puff.ds.cam.ac.uk> Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Feb 2013 17:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136207127013233 (code B ref 13840); Thu, 28 Feb 2013 17:08:02 +0000 Received: (at 13840) by debbugs.gnu.org; 28 Feb 2013 17:07:50 +0000 Received: from localhost ([127.0.0.1]:56460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB6xR-0003RJ-OR for submit@debbugs.gnu.org; Thu, 28 Feb 2013 12:07:50 -0500 Received: from ppsw-51.csi.cam.ac.uk ([131.111.8.151]:38729) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UB6u3-0003MJ-CX for 13840@debbugs.gnu.org; Thu, 28 Feb 2013 12:04:20 -0500 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.ucs.cam.ac.uk/email/scanner/ Received: from puff.ds.cam.ac.uk ([131.111.8.65]:35628 helo=localhost) by ppsw-51.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:25) with esmtpsa (PLAIN:ssb22) (TLSv1:DHE-RSA-AES256-SHA:256) id 1UB6s9-0004Vr-Ye (Exim 4.72) for 13840@debbugs.gnu.org (return-path ); Thu, 28 Feb 2013 17:02:21 +0000 Date: Thu, 28 Feb 2013 17:02:21 +0000 From: "Silas S. Brown" Message-ID: <20130228170221.GA24444@puff.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.2 (--) X-Mailman-Approved-At: Thu, 28 Feb 2013 12:07:47 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Contrary to what I said in the original report, the crash also happens on 23.2 (it occurred when I clicked on the "Buffers" menu). I'm now trying 22.3. From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Mar 2013 03:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: "Silas S. Brown" Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.13621068146074 (code B ref 13840); Fri, 01 Mar 2013 03:01:01 +0000 Received: (at 13840) by debbugs.gnu.org; 1 Mar 2013 03:00:14 +0000 Received: from localhost ([127.0.0.1]:57074 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBGCk-0001Zv-4r for submit@debbugs.gnu.org; Thu, 28 Feb 2013 22:00:14 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:46422) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBGCi-0001Zo-AH for 13840@debbugs.gnu.org; Thu, 28 Feb 2013 22:00:13 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpaTU/2dsb2JhbABEDr8AF3OCHgEBBAFWIwULCzQSFBgNJIgeBsEtkQoDiGGJP4UJjVGBXoI5XA X-IPAS-Result: Av4EABK/CFFFpaTU/2dsb2JhbABEDr8AF3OCHgEBBAFWIwULCzQSFBgNJIgeBsEtkQoDiGGJP4UJjVGBXoI5XA X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="2741053" Received: from 69-165-164-212.dsl.teksavvy.com (HELO pastel.home) ([69.165.164.212]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 28 Feb 2013 21:58:11 -0500 Received: by pastel.home (Postfix, from userid 20848) id D756E6A658; Thu, 28 Feb 2013 21:58:11 -0500 (EST) From: Stefan Monnier Message-ID: References: <20130228114312.GA8093@puff.ds.cam.ac.uk> Date: Thu, 28 Feb 2013 21:58:11 -0500 In-Reply-To: <20130228114312.GA8093@puff.ds.cam.ac.uk> (Silas S. Brown's message of "Thu, 28 Feb 2013 11:43:12 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > Hi, I'm getting frequent crashes on Mac OS 10.7.5 from: > - GNU Emacs 24.2.1 downloaded from emacsformacosx.com > - GNU Emacs 24.2.1 (Carbon) compiled from HomeBrew > - GNU Emacs 24.1 downloaded from emacsformacosx.com > - GNU Emacs 23.4 downloaded from emacsformacosx.com Please try the 24.3 pretest (aka 24.2.93), which you can find at ftp://alpha.gnu.org/gnu/emacs/pretest/ I have no reason it won't crash, but at least we can try and track the bug down in that release and try and get it fixed for 24.3. For actual crashes, the most important thing is to run Emacs under a debugger, so that when it crashes you can show us a backtrace. Also it's important to use an Emacs that was compiled without optimizations (-O0 or at worst -O1) so that the debugger has a maximum of information. Stefan From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Mar 2013 22:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136217801226566 (code B ref 13840); Fri, 01 Mar 2013 22:47:01 +0000 Received: (at 13840) by debbugs.gnu.org; 1 Mar 2013 22:46:52 +0000 Received: from localhost ([127.0.0.1]:58721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBYj5-0006uQ-Tl for submit@debbugs.gnu.org; Fri, 01 Mar 2013 17:46:52 -0500 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:44362) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBYj2-0006uD-CS for 13840@debbugs.gnu.org; Fri, 01 Mar 2013 17:46:50 -0500 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from puff.ds.cam.ac.uk ([131.111.8.65]:37492 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1UBYh0-0004Vu-8S (Exim 4.80_167-5a66dd3) (return-path ); Fri, 01 Mar 2013 22:44:42 +0000 Date: Fri, 1 Mar 2013 22:44:42 +0000 From: "Silas S. Brown" Message-ID: <20130301224442.GC4833@puff.ds.cam.ac.uk> References: <20130228114312.GA8093@puff.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Thanks. It didn't take long to get a crash in 24.2.93 - I just clicked on the "Help" menu! Below is the (rather long) backtrace (sorry if I didn't compile it with the right options, I just did ./configure --with-ns and make install as per the nextstep/README file). Silas #0 0x00007fff8d73282a in __kill () #1 0x000000010009d019 in terminate_due_to_signal ( sig=6, backtrace_limit=10) at emacs.c:344 #2 0x00000001000b9a13 in emacs_abort () at sysdep.c:2152 #3 0x000000010018a9dd in ns_term_shutdown ( sig=) at nsterm.m:4259 #4 0x000000010009d681 in shut_down_emacs (sig=6, stuff=37711) at emacs.c:1931 #5 0x000000010009cfdb in terminate_due_to_signal ( sig=6, backtrace_limit=10) at emacs.c:328 #6 0x00000001000b9a13 in emacs_abort () at sysdep.c:2152 #7 0x000000010018f31f in ns_select ( nfds=, readfds=, writefds=, exceptfds=, timeout=, sigmask=) at nsterm.m:3524 #8 0x000000010015aeba in wait_reading_process_output ( time_limit=140734799786480, nsecs=1606398448, read_kbd=1606398448, wait_for_cell=140734799786480, wait_proc=0x7fff5fbfb1f0, just_wait_proc=0, do_display=false) at process.c:4635 #9 0x0000000100156c51 in Faccept_process_output ( process=37711, seconds=0, millisec=0, just_this_one=34693796629315584) at process.c:4025 #10 0x000000010011695b in Ffuncall (nargs=37711, args=0x100116adc) at eval.c:2786 #11 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799786848, maxdepth=32, args_template=0, nargs=4300852416, args=0x100511860) at bytecode.c:900 #12 0x0000000100119367 in eval_sub (form=2) at eval.c:2146 #13 0x0000000100119f68 in internal_lisp_condition_case ( var=4320145466, bodyform=4356807126, handlers=4356628086) at eval.c:1243 #14 0x000000010014fad1 in exec_byte_code (bytestr=0, vector=140734799787552, maxdepth=32, args_template=4320145466, nargs=4300852416, args=0x100511860) at bytecode.c:1096 #15 0x0000000100119b72 in funcall_lambda ( fun=140734799787648, nargs=1, arg_vector=0x7fff5fbfb680) at eval.c:3007 #16 0x0000000100116a07 in Ffuncall (nargs=4320145466, args=0x1030e7d62) at eval.c:2824 #17 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799787952, maxdepth=48, args_template=0, nargs=4300852416, args=0x100511860) at bytecode.c:900 #18 0x0000000100119b72 in funcall_lambda ( fun=140734799788048, nargs=5, arg_vector=0x7fff5fbfb810) at eval.c:3007 #19 0x0000000100116a07 in Ffuncall (nargs=2, args=0x1030e7d02) at eval.c:2824 #20 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799788416, maxdepth=140734799788232, args_template=-6, nargs=4300852416, args=0x100511860) at bytecode.c:900 #21 0x0000000100119b72 in funcall_lambda ( fun=140734799788512, nargs=3, arg_vector=0x7fff5fbfb9e0) at eval.c:3007 #22 0x0000000100116a07 in Ffuncall (nargs=6, args=0x1030ef802) at eval.c:2824 #23 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799788864, maxdepth=96, args_template=140734799788688, nargs=4300852416, args=0x100511860) at bytecode.c:900 #24 0x0000000100119b72 in funcall_lambda ( fun=140734799788960, nargs=1, arg_vector=0x7fff5fbfbba0) at eval.c:3007 #25 0x0000000100116a07 in Ffuncall (nargs=4, args=0x103231232) at eval.c:2824 #26 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799789264, maxdepth=48, args_template=4296348880, nargs=4300852416, args=0x100511860) at bytecode.c:900 #27 0x0000000100119b72 in funcall_lambda ( fun=140734799789360, nargs=1, arg_vector=0x7fff5fbfbd30) at eval.c:3007 #28 0x0000000100116a07 in Ffuncall (nargs=2, args=0x103231872) at eval.c:2824 #29 0x00000001001162b2 in Fapply ( nargs=140734799789584, args=0x7fff5fbfbe10) at eval.c:2252 #30 0x0000000100116a20 in Ffuncall (nargs=2, args=0x104801a1a) at eval.c:2756 #31 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799789872, maxdepth=32, args_template=4320145466, nargs=4300852416, args=0x100511860) at bytecode.c:900 #32 0x0000000100119367 in eval_sub (form=3) at eval.c:2146 #33 0x0000000100119f68 in internal_lisp_condition_case ( var=4320293082, bodyform=4346942950, handlers=4346941574) at eval.c:1243 #34 0x000000010014fad1 in exec_byte_code (bytestr=0, vector=140734799790592, maxdepth=48, args_template=4296348880, nargs=4300852416, args=0x100511860) at bytecode.c:1096 #35 0x0000000100119b72 in funcall_lambda ( fun=140734799790688, nargs=2, arg_vector=0x7fff5fbfc260) at eval.c:3007 #36 0x0000000100116a07 in Ffuncall (nargs=4320293082, args=0x10482da3a) at eval.c:2824 #37 0x00000001001162b2 in Fapply ( nargs=140734799790912, args=0x7fff5fbfc340) at eval.c:2252 #38 0x0000000100116a20 in Ffuncall (nargs=3, args=0x104801a1a) at eval.c:2756 #39 0x000000010014eec8 in exec_byte_code (bytestr=0, vector=140734799791232, maxdepth=64, args_template=140734799791064, nargs=4300852416, args=0x100511860) at bytecode.c:900 #40 0x0000000100119b72 in funcall_lambda ( fun=140734799791328, nargs=2, arg_vector=0x7fff5fbfc4e0) at eval.c:3007 #41 0x0000000100116a07 in Ffuncall (nargs=4, args=0x103a80b92) at eval.c:2824 #42 0x00000001001162b2 in Fapply ( nargs=140734799791552, args=0x7fff5fbfc5c0) at eval.c:2252 #43 0x0000000100119271 in eval_sub (form=3) at eval.c:2112 #44 0x0000000100118455 in internal_catch (tag=3, func=0x100118d90 , arg=3) at eval.c:1060 #45 0x000000010014fa64 in exec_byte_code (bytestr=0, vector=140734799792240, maxdepth=32, args_template=4320145466, nargs=4300852416, args=0x100511860) at bytecode.c:1081 #46 0x0000000100119367 in eval_sub (form=4347364418) at eval.c:2146 #47 0x0000000100118455 in internal_catch ( tag=4347364418, func=0x100118d90 , arg=4347364418) at eval.c:1060 #48 0x000000010014fa64 in exec_byte_code (bytestr=0, vector=140734799792928, maxdepth=64, args_template=4356361968, nargs=4300852416, args=0x100511860) at bytecode.c:1081 #49 0x0000000100119b72 in funcall_lambda ( fun=140734799793024, nargs=0, arg_vector=0x7fff5fbfcb80) at eval.c:3007 #50 0x0000000100116a07 in Ffuncall (nargs=4379989450, args=0x103087295) at eval.c:2824 #51 0x0000000100119271 in eval_sub (form=1) var=4320293082, bodyform=4345849974, handlers=4345851526) at eval.c:1243 #53 0x000000010014fad1 in exec_byte_code (bytestr=0, vector=140734799793888, maxdepth=48, args_template=4356361759, nargs=4300852416, args=0x100511860) at bytecode.c:1096 #54 0x0000000100119b72 in funcall_lambda ( fun=140734799793984, nargs=2, arg_vector=0x7fff5fbfcf40) at eval.c:3007 #55 0x0000000100116a07 in Ffuncall (nargs=4320293082, args=0x1050be41a) at eval.c:2824 #56 0x0000000100118aa2 in call2 (fn=Cannot access memory at address 0x0 ) at eval.c:2584 #57 0x00000001000d7e86 in Fverify_visited_file_modtime ( buf=4379632666) at fileio.c:5204 #58 0x0000000100119129 in eval_sub (form=4379632666) at eval.c:2088 #59 0x00000001001192e0 in eval_sub (form=4379632666) at eval.c:2125 #60 0x0000000100114279 in For (args=4379632666) at eval.c:260 #61 0x0000000100119129 in eval_sub (form=4379632666) at eval.c:2088 #62 0x00000001001142c9 in Fand (args=4379632666) at eval.c:284 #63 0x0000000100119129 in eval_sub (form=4379632666) at eval.c:2088 #64 0x0000000100114279 in For (args=4379632666) at eval.c:260 #65 0x0000000100119129 in eval_sub (form=4379632666) at eval.c:2088 #66 0x000000010011620d in Feval (form=4298492406, lexical=4320221018) at eval.c:2005 #67 0x0000000100118203 in internal_condition_case_1 ( bfun=0x1000a5e90 , arg=4379632666, handlers=4320212234, hfun=0x1000a04a0 ) at eval.c:1327 #68 0x00000001000a61bf in menu_item_eval_property [inlined] () at #/private/tmp/emacs-24.2.93/src/keyboard.c:7583 #69 0x00000001000a61bf in parse_menu_item ( item=4379632666, inmenubar=1606407936) at keyboard.c:7759 #70 0x000000010004d233 in single_menu_item ( key=140734799796064, item=4379632666, dummy=4303019493, skp_v=0x7fff5fbfd760) at menu.c:339 #71 0x00000001000b4c8c in map_keymap_item [inlined] () at /private/tmp/emacs-24.2.93/src/keymap.c:560 #72 0x00000001000b4c8c in map_keymap_internal ( map=4378911770, fun=0x10004d210 , args=4320145466, data=0x7fff5fbfd7b0) at keymap.c:600 #73 0x000000010004d1ab in single_keymap_panes ( keymap=4355477174, pane_name=4297570889, prefix=4370638410, maxdepth=10) at menu.c:305 #74 0x000000010004d6f4 in parse_single_submenu ( item_key=140734799796336, item_name=140734799796336, maps=4300841832) at menu.c:561 #75 0x0000000100198aa9 in ns_update_menubar ( f=0x7fff5fbfdb10, submenu=0x7fff5fbfdb10, deep_p=208) at nsmenu.m:256 #76 0x00007fff8a946c09 in -[NSMenu _populateFromDelegateWithEventRef:] () #77 0x00007fff8a83b38c in -[NSMenu #_populateWithEventRef:] () #78 0x00007fff8a945e33 in -[NSCarbonMenuImpl #_carbonPopulateEvent:handlerCallRef:] () #79 0x00007fff8a9459bb in NSSLMMenuEventHandler () #80 0x00007fff93202234 in DispatchEventToHandlers () #81 0x00007fff93201840 in SendEventToEventTargetInternal () #82 0x00007fff9320167a in SendEventToEventTargetWithOptions () #83 0x00007fff93233d29 in SendMenuPopulate () #84 0x00007fff93380195 in SendMenuOpening () #85 0x00007fff933836d9 in DrawTheMenu () #86 0x00007fff93383be3 in MenuChanged () #87 0x00007fff93253a2f in TrackMenuCommon () #88 0x00007fff9324ef13 in MenuSelectCore () #89 0x00007fff9324e592 in _HandleMenuSelection2 () #90 0x00007fff8a8461da in _NSHandleCarbonMenuEvent () #91 0x00007fff8a7dbcc9 in _DPSNextEvent () #92 0x00007fff8a7db07d in -[NSApplication #nextEventMatchingMask:untilDate:inMode:dequeue:] () #93 0x00007fff8a7d79b9 in -[NSApplication run] () #94 0x000000010018cc70 in ns_read_socket ( terminal=0x7fff5fbfeba8, hold_quit=0x7fff5fbfed90) at nsterm.m:3423 #95 0x00000001000a89cf in gobble_input () at keyboard.c:6767 #96 0x00000001000a8af5 in get_input_pending [inlined] () at /private/tmp/emacs-24.2.93/src/keyboard.c:6686 #97 0x00000001000a8af5 in detect_input_pending_run_timers (do_display=true) at #keyboard.c:10273 #98 0x00000001000054c2 in sit_for (timeout=140, display_option=1, reading=true) at dispnew.c:5939 #99 0x00000001000ac87a in read_char ( commandflag=1606414640, nmaps=140734799802672, maps=0x7fff5fbff130, prev_event=4768577271755702285, used_mouse_menu=0x7fff5fbff130, end_time=0x7fff5fbff130) at keyboard.c:2669 #100 0x00000001000afbcf in read_key_sequence () at keyboard.c:2800 #101 0x00000001000b1648 in command_loop_1 () at keyboard.c:1459 #102 0x0000000100118359 in internal_condition_case ( bfun=0x1000b0240 , handlers=4320212234, hfun=0x1000b16d0 ) at eval.c:1289 #103 0x00000001000b021e in command_loop_2 ( ignore=140734799803272) at keyboard.c:1168 #104 0x0000000100118455 in internal_catch ( tag=140734799803272, func=0x1000b01e0 , arg=140734799803272) at eval.c:1060 #105 0x00000001000b1c50 in command_loop [inlined] () at /private/tmp/emacs-24.2.93/src/keyboard.c:1147 #106 0x00000001000b1c50 in recursive_edit_1 () at keyboard.c:779 #107 0x00000001000a264d in Frecursive_edit () at keyboard.c:843 #108 0x000000010009f4e7 in main (argc=25241034, argv=0x7fff5fbff950) at emacs.c:1528 From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Aquamacs also crashes References: <20130228114312.GA8093@puff.ds.cam.ac.uk> In-Reply-To: <20130228114312.GA8093@puff.ds.cam.ac.uk> Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Mar 2013 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136328997615555 (code B ref 13840); Thu, 14 Mar 2013 19:40:02 +0000 Received: (at 13840) by debbugs.gnu.org; 14 Mar 2013 19:39:36 +0000 Received: from localhost ([127.0.0.1]:54678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGDzy-00042o-Bp for submit@debbugs.gnu.org; Thu, 14 Mar 2013 15:39:35 -0400 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:33833) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGDzt-00042c-U9 for 13840@debbugs.gnu.org; Thu, 14 Mar 2013 15:39:32 -0400 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:44392 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1UGDyi-0000hJ-8T (Exim 4.80_167-5a66dd3) for 13840@debbugs.gnu.org (return-path ); Thu, 14 Mar 2013 19:38:16 +0000 Date: Thu, 14 Mar 2013 19:38:16 +0000 From: "Silas S. Brown" Message-ID: <20130314193816.GA28986@snap.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -3.9 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) For what it's worth, I've now confirmed that the crash also affects Aquamacs 2.4 (in this case when I was visiting a file via Ctrl-x Ctrl-f). On http://people.ds.cam.ac.uk/ssb22/setup/emacs.html I recommend Emacs 22 for now. Silas From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Aquamacs also crashes Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Mar 2013 19:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136329037116175 (code B ref 13840); Thu, 14 Mar 2013 19:47:01 +0000 Received: (at 13840) by debbugs.gnu.org; 14 Mar 2013 19:46:11 +0000 Received: from localhost ([127.0.0.1]:54686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGE6N-0004Cq-Ks for submit@debbugs.gnu.org; Thu, 14 Mar 2013 15:46:11 -0400 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:36523) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGE6L-0004Cj-9R for 13840@debbugs.gnu.org; Thu, 14 Mar 2013 15:46:09 -0400 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:44615 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1UGE4s-0002Qg-6y (Exim 4.80_167-5a66dd3) for 13840@debbugs.gnu.org (return-path ); Thu, 14 Mar 2013 19:44:56 +0000 Date: Thu, 14 Mar 2013 19:44:38 +0000 From: "Silas S. Brown" Message-ID: <20130314194438.GB28986@snap.ds.cam.ac.uk> References: <20130314193816.GA28986@snap.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130314193816.GA28986@snap.ds.cam.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -3.9 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) On Thu, Mar 14, 2013 at 07:38:16PM +0000, Silas S. Brown wrote: > also affects Aquamacs 2.4 (in this case when I was visiting > a file via Ctrl-x Ctrl-f) I forgot to mention that the file was on my Linux box which I was connecting to via /ftp:192.168.... on find-file. From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Fix for Emacs 24.3rc3 nextstep crash (menubar + ange-ftp + ns_select = emacs_abort) References: <20130228114312.GA8093@puff.ds.cam.ac.uk> In-Reply-To: <20130228114312.GA8093@puff.ds.cam.ac.uk> Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Mar 2013 11:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: Adrian Robert , Christophe de Dinechin , Christian Limpach , 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.13633482659889 (code B ref 13840); Fri, 15 Mar 2013 11:52:02 +0000 Received: (at 13840) by debbugs.gnu.org; 15 Mar 2013 11:51:05 +0000 Received: from localhost ([127.0.0.1]:55573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGTA7-0002ZR-S2 for submit@debbugs.gnu.org; Fri, 15 Mar 2013 07:51:04 -0400 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:35094) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGTA4-0002Z0-KJ for 13840@debbugs.gnu.org; Fri, 15 Mar 2013 07:51:03 -0400 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:36759 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1UGT8m-0004HV-8V (Exim 4.80_167-5a66dd3) (return-path ); Fri, 15 Mar 2013 11:49:40 +0000 Date: Fri, 15 Mar 2013 11:49:40 +0000 From: "Silas S. Brown" Message-ID: <20130315114940.GA1561@snap.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -6.6 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) Hi, I do believe I've fixed it. (but probably broke a dozen GNU rules in the process .. sorry .. maybe a real Emacs developer can do it properly?) Patch below. I downloaded emacs-24.3-rc3.tar.xz, did ./configure --with-ns and then changed -O2 to -O0 in Makefile and */Makefile before running make install. Then I ran nextstep/Emacs.app/Contents/MacOS/Emacs inside gdb with the -q flag (so it doesn't read my configuration), and visited /ftp:192.168.0.3:/home/ssb22/wiki/WelcomePage (a text file on my Linux box that opens in Fundamental mode). Then if I click on the menu bar (Help, Buffers, etc) it crashes immediately, reproducible every time. An example backtrace is at the end of this email. As far as I can tell, some code to populate the Buffers menu is resulting in a call to verify_visited_file_modtime on the FTP file. This is calling the FTP process, which results in a call to ns_select (in src/nsterm.m) during the collection of FTP's output. ns_select then calls emacs_abort because ++apploopnr !=3D 1. The static variable 'apploopnr' is apparently designed to make sure the [NSApp run] statements in ns_read_socket and ns_select do not re-enter under any circumstances. I'm not familiar enough with Mac APIs to understand exactly what "NSApp run" does, but I guess the problem *might* be to do with the fact that we're assuming we can't re-enter the API under any circumstances but actually we're already in the API due to handling a menubar click? (just guessing.) So I tried commenting out the 2 calls to emacs_abort in ns_read_socket and ns_select. Then when I click on the menubar, it doesn't crash. But the menus are all empty, unless you first go into a non-FTP buffer and click the menubar from there. I then tried having the emacs_abort calls commented out but DON'T run NSApp under these circumstances, i.e. I did: if (++apploopnr !=3D 1) {} // do nothing else [NSApp run]; and this time it seemed the menus were less likely to be empty, but there was still a certain probability that a menu would be empty, unless you first click the menubar =66rom a non-FTP buffer. Finally, I tried going back earlier in the ns_select function, to the part that says: if (NSApp =3D=3D nil || (timeout && timeout->tv_sec =3D=3D 0 && timeout->tv_nsec =3D=3D 0)) return pselect (nfds, readfds, writefds, exceptfds, timeout, sigmask); and I added " || apploopnr !=3D 0" after NSApp =3D=3D nil.=20 (In other words, if apploopnr is wrong then just delegate to POSIX pselect and ignore the timeout, it's better than crashing.) Then all the menus started working perfectly and with no crashes so far. So, my fix is the following patch (I just did "diff -u", sorry if I should have done something else) - ---------- cut here -------------------------------- --- emacs-24.3/src/nsterm.m~ 2013-01-04 09:38:13.000000000 +0000 +++ emacs-24.3/src/nsterm.m 2013-03-15 11:29:10.000000000 +0000 @@ -3461,7 +3461,7 @@ if (writefds && FD_ISSET(k, writefds)) ++nr; } =20 - if (NSApp =3D=3D nil + if (NSApp =3D=3D nil || apploopnr !=3D 0 || (timeout && timeout->tv_sec =3D=3D 0 && timeout->tv_nsec =3D=3D 0= )) return pselect (nfds, readfds, writefds, exceptfds, timeout, sigmask); =20 ---------- cut here -------------------------------- This is sort-of "cargo cult programming" because I don't 100% understand what I'm doing. But I hope it will at least give an Emacs developer an idea. I've added a couple of emails from the top of nsterm.m to the CC list; sorry if that was the wrong thing to do. (How am I supposed to say "hey I've got a patch now"?) I really hope this issue can be fixed in time for 24.3. Thanks. Silas (below is an example traceback of the unpatched code) Program received signal SIGABRT, Aborted. 0x00007fff8986382a in __kill () (gdb) #0 0x00007fff8986382a in __kill () #1 0x0000000100126b85 in terminate_due_to_signal () #2 0x00000001001598a7 in emacs_abort () #3 0x00000001002d6600 in ns_term_shutdown () #4 0x00000001001298fc in shut_down_emacs () #5 0x0000000100126b31 in terminate_due_to_signal () #6 0x00000001001598a7 in emacs_abort () #7 0x00000001002d30c7 in ns_select () #8 0x000000010027c733 in wait_reading_process_output () #9 0x000000010027adc9 in Faccept_process_output () #10 0x000000010020380c in Ffuncall () #11 0x000000010026b2fb in exec_byte_code () #12 0x000000010026a176 in Fbyte_code () #13 0x000000010020185d in eval_sub () #14 0x00000001001feef2 in internal_lisp_condition_case () #15 0x000000010026c8f7 in exec_byte_code () #16 0x0000000100204636 in funcall_lambda () #17 0x0000000100203b46 in Ffuncall () #18 0x000000010026b2fb in exec_byte_code () #19 0x0000000100204636 in funcall_lambda () #20 0x0000000100203b46 in Ffuncall () #21 0x000000010026b2fb in exec_byte_code () #22 0x0000000100204636 in funcall_lambda () #23 0x0000000100203b46 in Ffuncall () #24 0x000000010026b2fb in exec_byte_code () #25 0x0000000100204636 in funcall_lambda () #26 0x0000000100203b46 in Ffuncall () #27 0x000000010026b2fb in exec_byte_code () #28 0x0000000100204636 in funcall_lambda () #29 0x0000000100203b46 in Ffuncall () #30 0x0000000100201f92 in Fapply () #31 0x000000010020352a in Ffuncall () #32 0x000000010026b2fb in exec_byte_code () #33 0x000000010026a176 in Fbyte_code () #34 0x000000010020185d in eval_sub () #35 0x00000001001feef2 in internal_lisp_condition_case () #36 0x000000010026c8f7 in exec_byte_code () #37 0x0000000100204636 in funcall_lambda () #38 0x0000000100203b46 in Ffuncall () #39 0x0000000100201f92 in Fapply () #40 0x000000010020352a in Ffuncall () #41 0x000000010026b2fb in exec_byte_code () #42 0x0000000100204636 in funcall_lambda () #43 0x0000000100203b46 in Ffuncall () #44 0x0000000100201f92 in Fapply () #45 0x000000010020166b in eval_sub () #46 0x00000001001fe90a in internal_catch () #47 0x000000010026c792 in exec_byte_code () #48 0x000000010026a176 in Fbyte_code () #49 0x000000010020185d in eval_sub () #50 0x00000001001fe90a in internal_catch () #51 0x000000010026c792 in exec_byte_code () #52 0x0000000100204636 in funcall_lambda () #53 0x0000000100203b46 in Ffuncall () #54 0x000000010020166b in eval_sub () #55 0x00000001001feef2 in internal_lisp_condition_case () #56 0x000000010026c8f7 in exec_byte_code () #57 0x0000000100204636 in funcall_lambda () #58 0x0000000100203b46 in Ffuncall () #59 0x0000000100202e1d in call2 () #60 0x000000010018d6aa in Fverify_visited_file_modtime () #61 0x00000001002017eb in eval_sub () #62 0x0000000100201707 in eval_sub () #63 0x00000001001fca58 in For () #64 0x00000001002013fe in eval_sub () #65 0x00000001001fcae8 in Fand () #66 0x00000001002013fe in eval_sub () #67 0x00000001001fca58 in For () #68 0x00000001002013fe in eval_sub () #69 0x0000000100201009 in Feval () #70 0x000000010013cbe5 in eval_dyn () #71 0x00000001001ff215 in internal_condition_case_1 () #72 0x000000010013cc8b in menu_item_eval_property () #73 0x000000010013d5cf in parse_menu_item () #74 0x000000010008b90b in single_menu_item () #75 0x000000010014b869 in map_keymap_item () #76 0x000000010014ba95 in map_keymap_internal () #77 0x000000010014bed5 in map_keymap_canonical () #78 0x000000010008b824 in single_keymap_panes () #79 0x000000010008c1e5 in parse_single_submenu () #80 0x00000001002f097f in ns_update_menubar () #81 0x00000001002f1c04 in -[EmacsMenu menuNeedsUpdate:] () #82 0x00007fff86a77c09 in -[NSMenu _populateFromDelegateWithEventRef:] () #83 0x00007fff8696c38c in -[NSMenu _populateWithEventRef:] () #84 0x00007fff86a76e33 in -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCa= llRef:] () #85 0x00007fff86a769bb in NSSLMMenuEventHandler () #86 0x00007fff8f333234 in DispatchEventToHandlers () #87 0x00007fff8f332840 in SendEventToEventTargetInternal () #88 0x00007fff8f33267a in SendEventToEventTargetWithOptions () #89 0x00007fff8f364d29 in SendMenuPopulate () #90 0x00007fff8f4b1195 in SendMenuOpening () #91 0x00007fff8f4b46d9 in DrawTheMenu () #92 0x00007fff8f4b4be3 in MenuChanged () #93 0x00007fff8f384a2f in TrackMenuCommon () #94 0x00007fff8f37ff13 in MenuSelectCore () #95 0x00007fff8f37f592 in _HandleMenuSelection2 () #96 0x00007fff869771da in _NSHandleCarbonMenuEvent () #97 0x00007fff8690ccc9 in _DPSNextEvent () #98 0x00007fff8690c07d in -[NSApplication nextEventMatchingMask:untilDate:i= nMode:dequeue:] () #99 0x00007fff869089b9 in -[NSApplication run] () #100 0x00000001002d30eb in ns_select () #101 0x000000010027c733 in wait_reading_process_output () #102 0x0000000100011a3f in sit_for () #103 0x00000001001304e4 in read_char () #104 0x00000001001417d5 in read_key_sequence () #105 0x000000010012cd7c in command_loop_1 () #106 0x00000001001ff07a in internal_condition_case () #107 0x000000010012c34f in command_loop_2 () #108 0x00000001001fe90a in internal_catch () #109 0x000000010012c2d2 in command_loop () #110 0x000000010012b6d7 in recursive_edit_1 () #111 0x000000010012b92a in Frecursive_edit () #112 0x0000000100128d95 in main () (gdb) #0 0x00007fff8986382a in __kill () #1 0x0000000100126b85 in terminate_due_to_signal () #2 0x00000001001598a7 in emacs_abort () #3 0x00000001002d6600 in ns_term_shutdown () #4 0x00000001001298fc in shut_down_emacs () #5 0x0000000100126b31 in terminate_due_to_signal () #6 0x00000001001598a7 in emacs_abort () #7 0x00000001002d30c7 in ns_select () #8 0x000000010027c733 in wait_reading_process_output () #9 0x000000010027adc9 in Faccept_process_output () #10 0x000000010020380c in Ffuncall () #11 0x000000010026b2fb in exec_byte_code () #12 0x000000010026a176 in Fbyte_code () #13 0x000000010020185d in eval_sub () #14 0x00000001001feef2 in internal_lisp_condition_case () #15 0x000000010026c8f7 in exec_byte_code () #16 0x0000000100204636 in funcall_lambda () #17 0x0000000100203b46 in Ffuncall () #18 0x000000010026b2fb in exec_byte_code () #19 0x0000000100204636 in funcall_lambda () #20 0x0000000100203b46 in Ffuncall () #21 0x000000010026b2fb in exec_byte_code () #22 0x0000000100204636 in funcall_lambda () #23 0x0000000100203b46 in Ffuncall () #24 0x000000010026b2fb in exec_byte_code () #25 0x0000000100204636 in funcall_lambda () #26 0x0000000100203b46 in Ffuncall () #27 0x000000010026b2fb in exec_byte_code () #28 0x0000000100204636 in funcall_lambda () #29 0x0000000100203b46 in Ffuncall () #30 0x0000000100201f92 in Fapply () #31 0x000000010020352a in Ffuncall () #32 0x000000010026b2fb in exec_byte_code () #33 0x000000010026a176 in Fbyte_code () #34 0x000000010020185d in eval_sub () #35 0x00000001001feef2 in internal_lisp_condition_case () #36 0x000000010026c8f7 in exec_byte_code () #37 0x0000000100204636 in funcall_lambda () #38 0x0000000100203b46 in Ffuncall () #39 0x0000000100201f92 in Fapply () #40 0x000000010020352a in Ffuncall () #41 0x000000010026b2fb in exec_byte_code () #42 0x0000000100204636 in funcall_lambda () #43 0x0000000100203b46 in Ffuncall () #44 0x0000000100201f92 in Fapply () #45 0x000000010020166b in eval_sub () #46 0x00000001001fe90a in internal_catch () #47 0x000000010026c792 in exec_byte_code () #48 0x000000010026a176 in Fbyte_code () #49 0x000000010020185d in eval_sub () #50 0x00000001001fe90a in internal_catch () #51 0x000000010026c792 in exec_byte_code () #52 0x0000000100204636 in funcall_lambda () #53 0x0000000100203b46 in Ffuncall () #54 0x000000010020166b in eval_sub () #55 0x00000001001feef2 in internal_lisp_condition_case () #56 0x000000010026c8f7 in exec_byte_code () #57 0x0000000100204636 in funcall_lambda () #58 0x0000000100203b46 in Ffuncall () #59 0x0000000100202e1d in call2 () #60 0x000000010018d6aa in Fverify_visited_file_modtime () #61 0x00000001002017eb in eval_sub () #62 0x0000000100201707 in eval_sub () #63 0x00000001001fca58 in For () #64 0x00000001002013fe in eval_sub () #65 0x00000001001fcae8 in Fand () #66 0x00000001002013fe in eval_sub () #67 0x00000001001fca58 in For () #68 0x00000001002013fe in eval_sub () #69 0x0000000100201009 in Feval () #70 0x000000010013cbe5 in eval_dyn () #71 0x00000001001ff215 in internal_condition_case_1 () #72 0x000000010013cc8b in menu_item_eval_property () #73 0x000000010013d5cf in parse_menu_item () #74 0x000000010008b90b in single_menu_item () #75 0x000000010014b869 in map_keymap_item () #76 0x000000010014ba95 in map_keymap_internal () #77 0x000000010014bed5 in map_keymap_canonical () #78 0x000000010008b824 in single_keymap_panes () #79 0x000000010008c1e5 in parse_single_submenu () #80 0x00000001002f097f in ns_update_menubar () #81 0x00000001002f1c04 in -[EmacsMenu menuNeedsUpdate:] () #82 0x00007fff86a77c09 in -[NSMenu _populateFromDelegateWithEventRef:] () #83 0x00007fff8696c38c in -[NSMenu _populateWithEventRef:] () #84 0x00007fff86a76e33 in -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCa= llRef:] () #85 0x00007fff86a769bb in NSSLMMenuEventHandler () #86 0x00007fff8f333234 in DispatchEventToHandlers () #87 0x00007fff8f332840 in SendEventToEventTargetInternal () #88 0x00007fff8f33267a in SendEventToEventTargetWithOptions () #89 0x00007fff8f364d29 in SendMenuPopulate () #90 0x00007fff8f4b1195 in SendMenuOpening () #91 0x00007fff8f4b46d9 in DrawTheMenu () #92 0x00007fff8f4b4be3 in MenuChanged () #93 0x00007fff8f384a2f in TrackMenuCommon () #94 0x00007fff8f37ff13 in MenuSelectCore () #95 0x00007fff8f37f592 in _HandleMenuSelection2 () #96 0x00007fff869771da in _NSHandleCarbonMenuEvent () #97 0x00007fff8690ccc9 in _DPSNextEvent () #98 0x00007fff8690c07d in -[NSApplication nextEventMatchingMask:untilDate:i= nMode:dequeue:] () #99 0x00007fff869089b9 in -[NSApplication run] () #100 0x00000001002d30eb in ns_select () #101 0x000000010027c733 in wait_reading_process_output () #102 0x0000000100011a3f in sit_for () #103 0x00000001001304e4 in read_char () #104 0x00000001001417d5 in read_key_sequence () #105 0x000000010012cd7c in command_loop_1 () #106 0x00000001001ff07a in internal_condition_case () #107 0x000000010012c34f in command_loop_2 () #108 0x00000001001fe90a in internal_catch () #109 0x000000010012c2d2 in command_loop () #110 0x000000010012b6d7 in recursive_edit_1 () #111 0x000000010012b92a in Frecursive_edit () #112 0x0000000100128d95 in main () (gdb)=20 --=20 Silas S Brown http://people.ds.cam.ac.uk/ssb22 From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Fix for Emacs 24.3rc3 nextstep crash (menubar + ange-ftp + ns_select = emacs_abort) Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Mar 2013 12:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: Christian Limpach , 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136334980612232 (code B ref 13840); Fri, 15 Mar 2013 12:17:02 +0000 Received: (at 13840) by debbugs.gnu.org; 15 Mar 2013 12:16:46 +0000 Received: from localhost ([127.0.0.1]:55610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGTYw-0003B9-01 for submit@debbugs.gnu.org; Fri, 15 Mar 2013 08:16:46 -0400 Received: from ppsw-50.csi.cam.ac.uk ([131.111.8.150]:58110) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGTYp-0003Aw-0o for 13840@debbugs.gnu.org; Fri, 15 Mar 2013 08:16:41 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.ucs.cam.ac.uk/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:53575 helo=localhost) by ppsw-50.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:25) with esmtpsa (PLAIN:ssb22) (TLSv1:DHE-RSA-AES256-SHA:256) id 1UGTXZ-0005U8-qB (Exim 4.72) (return-path ); Fri, 15 Mar 2013 12:15:17 +0000 Date: Fri, 15 Mar 2013 12:15:17 +0000 From: "Silas S. Brown" Message-ID: <20130315121517.GA20189@snap.ds.cam.ac.uk> References: <20130315114940.GA1561@snap.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130315114940.GA1561@snap.ds.cam.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -3.9 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) On Fri, Mar 15, 2013 at 11:49:40AM +0000, Silas S. Brown wrote: > I've added a couple of emails from the top of nsterm.m > to the CC list ... but Christophe de Dinechin and Adrian Robert are undeliverable. I hope SOMEbody's listening on these frequencies :-) From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Fix for Emacs 24.3rc3 nextstep crash (menubar + ange-ftp + ns_select = emacs_abort) Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Mar 2013 13:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Stefan Monnier Cc: 13840@debbugs.gnu.org Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136335268916710 (code B ref 13840); Fri, 15 Mar 2013 13:05:01 +0000 Received: (at 13840) by debbugs.gnu.org; 15 Mar 2013 13:04:49 +0000 Received: from localhost ([127.0.0.1]:55651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGUJU-0004LT-On for submit@debbugs.gnu.org; Fri, 15 Mar 2013 09:04:48 -0400 Received: from ppsw-41.csi.cam.ac.uk ([131.111.8.141]:58191) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGUJS-0004LL-9C for 13840@debbugs.gnu.org; Fri, 15 Mar 2013 09:04:47 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.ucs.cam.ac.uk/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:53452 helo=localhost) by ppsw-41.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:25) with esmtpsa (PLAIN:ssb22) (TLSv1:DHE-RSA-AES256-SHA:256) id 1UGUIC-0002FR-R6 (Exim 4.72) (return-path ); Fri, 15 Mar 2013 13:03:28 +0000 Date: Fri, 15 Mar 2013 13:03:28 +0000 From: "Silas S. Brown" Message-ID: <20130315130328.GA15345@snap.ds.cam.ac.uk> References: <20130315114940.GA1561@snap.ds.cam.ac.uk> <20130315121517.GA20189@snap.ds.cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130315121517.GA20189@snap.ds.cam.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -3.9 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) On Fri, Mar 15, 2013 at 12:15:17PM +0000, Silas S. Brown wrote: > ... but Christophe de Dinechin and Adrian Robert are undeliverable. Just got a bounce from Christian Limpach as well :-( Do we just hope someone's following this bug? From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: Fix for Emacs 24.3rc3 nextstep crash (menubar + ange-ftp + ns_select = emacs_abort) Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Mar 2013 19:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: "Silas S. Brown" Cc: "13840@debbugs.gnu.org" <13840@debbugs.gnu.org>, Stefan Monnier Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136337515319938 (code B ref 13840); Fri, 15 Mar 2013 19:20:01 +0000 Received: (at 13840) by debbugs.gnu.org; 15 Mar 2013 19:19:13 +0000 Received: from localhost ([127.0.0.1]:56746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGa9o-0005BW-1s for submit@debbugs.gnu.org; Fri, 15 Mar 2013 15:19:12 -0400 Received: from mailout.melmac.se ([62.20.26.67]:34146) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UGa9k-0005Ax-1i for 13840@debbugs.gnu.org; Fri, 15 Mar 2013 15:19:09 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 1574A9796 for <13840@debbugs.gnu.org>; Fri, 15 Mar 2013 20:17:42 +0100 (CET) Received: (qmail 6723 invoked by uid 89); 15 Mar 2013 18:17:38 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 15 Mar 2013 18:17:38 -0000 Received: from [172.20.199.240] (unknown [172.20.199.240]) by coolsville.localdomain (Postfix) with ESMTPSA id 8FD2F7FA06C; Fri, 15 Mar 2013 20:17:41 +0100 (CET) References: <20130315114940.GA1561@snap.ds.cam.ac.uk> <20130315121517.GA20189@snap.ds.cam.ac.uk> <20130315130328.GA15345@snap.ds.cam.ac.uk> Mime-Version: 1.0 (1.0) In-Reply-To: <20130315130328.GA15345@snap.ds.cam.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <39D8EE62-B002-482B-AD80-3C1A97A51CB8@swipnet.se> X-Mailer: iPhone Mail (10B146) From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Date: Fri, 15 Mar 2013 20:17:40 +0100 X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. Your patch is not correct. I'll see if I can fix it in another way. Jan D. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4999] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.7 (/) Hello. Your patch is not correct. I'll see if I can fix it in another way. Jan D. 15 mar 2013 kl. 14:03 skrev "Silas S. Brown" : > On Fri, Mar 15, 2013 at 12:15:17PM +0000, Silas S. Brown wrote: >> ... but Christophe de Dinechin and Adrian Robert are undeliverable. > > Just got a bounce from Christian Limpach as well :-( > Do we just hope someone's following this bug? > > From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 30 06:02:52 2013 Received: (at control) by debbugs.gnu.org; 30 Mar 2013 10:02:52 +0000 Received: from localhost ([127.0.0.1]:52065 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULscd-0000Zc-U9 for submit@debbugs.gnu.org; Sat, 30 Mar 2013 06:02:52 -0400 Received: from mailout.melmac.se ([62.20.26.67]:54457) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULscc-0000ZV-Cp for control@debbugs.gnu.org; Sat, 30 Mar 2013 06:02:50 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 31A74A000 for ; Sat, 30 Mar 2013 11:00:09 +0100 (CET) Received: (qmail 17345 invoked by uid 89); 30 Mar 2013 09:59:53 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 30 Mar 2013 09:59:53 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id BC6257FA058 for ; Sat, 30 Mar 2013 11:00:08 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Sat, 30 Mar 2013 11:00:17 +0100 Content-Transfer-Encoding: 7bit Message-Id: <18C6F1C9-6958-4168-BAF4-77A0A3E52C9A@swipnet.se> References: To: "control@debbugs.gnu.org" X-Mailer: Apple Mail (2.1503) X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: forcemerge 12698 13840 [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: forcemerge 12698 13840 [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4994] 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO forcemerge 12698 13840 From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Mar 2013 10:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Silas S. Brown Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org, Stefan Monnier Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.13646378102309 (code B ref 13840); Sat, 30 Mar 2013 10:04:02 +0000 Received: (at 13840) by debbugs.gnu.org; 30 Mar 2013 10:03:30 +0000 Received: from localhost ([127.0.0.1]:52070 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULsdF-0000bB-G4 for submit@debbugs.gnu.org; Sat, 30 Mar 2013 06:03:30 -0400 Received: from mailout.melmac.se ([62.20.26.67]:54469) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULsdC-0000b2-AC for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 06:03:27 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2B42C901F for <13840@debbugs.gnu.org>; Sat, 30 Mar 2013 11:00:45 +0100 (CET) Received: (qmail 17729 invoked by uid 89); 30 Mar 2013 10:00:28 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 30 Mar 2013 10:00:28 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id BCEE07FA058; Sat, 30 Mar 2013 11:00:44 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Jan =?UTF-8?Q?Dj=C3=A4rv?= In-Reply-To: <20130301224442.GC4833@puff.ds.cam.ac.uk> Date: Sat, 30 Mar 2013 11:00:53 +0100 Content-Transfer-Encoding: 7bit Message-Id: <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> References: <20130228114312.GA8093@puff.ds.cam.ac.uk> <20130301224442.GC4833@puff.ds.cam.ac.uk> X-Mailer: Apple Mail (2.1503) X-Spam-Score: 0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. This is the same bug as 12698, which has been fixed in the trunk. Jan D. 1 mar 2013 kl. 23:44 skrev Silas S. Brown : > Thanks. It didn't take long to get a crash in 24.2.93 - > I just clicked on the "Help" menu! Below is the (rather > long) backtrace (sorry if I didn't compile it with the > right options, I just did ./configure --with-ns and make > install as per the nextstep/README file). Silas > > #0 0x00007fff8d73282a in __kill () > #1 0x000000010009d019 in terminate_due_to_signal ( > sig=6, backtrace_limit=10) at emacs.c:344 > #2 0x00000001000b9a13 in emacs_abort () > at sysdep.c:2152 > #3 0x000000010018a9dd in ns_term_shutdown ( > sig= optimizations>) at nsterm.m:4259 > #4 0x000000010009d681 in shut_down_emacs (sig=6, > stuff=37711) at emacs.c:1931 > #5 0x000000010009cfdb in terminate_due_to_signal ( > sig=6, backtrace_limit=10) at emacs.c:328 > #6 0x00000001000b9a13 in emacs_abort () > at sysdep.c:2152 > #7 0x000000010018f31f in ns_select ( > nfds= optimizations>, > readfds= optimizations>, > writefds= optimizations>, > exceptfds= optimizations>, > timeout= optimizations>, > sigmask= optimizations>) at nsterm.m:3524 > #8 0x000000010015aeba in wait_reading_process_output ( > time_limit=140734799786480, nsecs=1606398448, > read_kbd=1606398448, wait_for_cell=140734799786480, > wait_proc=0x7fff5fbfb1f0, just_wait_proc=0, > do_display=false) at process.c:4635 > #9 0x0000000100156c51 in Faccept_process_output ( > process=37711, seconds=0, millisec=0, > just_this_one=34693796629315584) at process.c:4025 > #10 0x000000010011695b in Ffuncall (nargs=37711, > args=0x100116adc) at eval.c:2786 > #11 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799786848, maxdepth=32, > args_template=0, nargs=4300852416, args=0x100511860) > at bytecode.c:900 > #12 0x0000000100119367 in eval_sub (form=2) > at eval.c:2146 > #13 0x0000000100119f68 in internal_lisp_condition_case ( > var=4320145466, bodyform=4356807126, > handlers=4356628086) at eval.c:1243 > #14 0x000000010014fad1 in exec_byte_code (bytestr=0, > vector=140734799787552, maxdepth=32, > args_template=4320145466, nargs=4300852416, > args=0x100511860) at bytecode.c:1096 > #15 0x0000000100119b72 in funcall_lambda ( > fun=140734799787648, nargs=1, > arg_vector=0x7fff5fbfb680) at eval.c:3007 > #16 0x0000000100116a07 in Ffuncall (nargs=4320145466, > args=0x1030e7d62) at eval.c:2824 > #17 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799787952, maxdepth=48, > args_template=0, nargs=4300852416, args=0x100511860) > at bytecode.c:900 > #18 0x0000000100119b72 in funcall_lambda ( > fun=140734799788048, nargs=5, > arg_vector=0x7fff5fbfb810) at eval.c:3007 > #19 0x0000000100116a07 in Ffuncall (nargs=2, > args=0x1030e7d02) at eval.c:2824 > #20 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799788416, maxdepth=140734799788232, > args_template=-6, nargs=4300852416, > args=0x100511860) at bytecode.c:900 > #21 0x0000000100119b72 in funcall_lambda ( > fun=140734799788512, nargs=3, > arg_vector=0x7fff5fbfb9e0) at eval.c:3007 > #22 0x0000000100116a07 in Ffuncall (nargs=6, > args=0x1030ef802) at eval.c:2824 > #23 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799788864, maxdepth=96, > args_template=140734799788688, nargs=4300852416, > args=0x100511860) at bytecode.c:900 > #24 0x0000000100119b72 in funcall_lambda ( > fun=140734799788960, nargs=1, > arg_vector=0x7fff5fbfbba0) at eval.c:3007 > #25 0x0000000100116a07 in Ffuncall (nargs=4, > args=0x103231232) at eval.c:2824 > #26 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799789264, maxdepth=48, > args_template=4296348880, nargs=4300852416, > args=0x100511860) at bytecode.c:900 > #27 0x0000000100119b72 in funcall_lambda ( > fun=140734799789360, nargs=1, > arg_vector=0x7fff5fbfbd30) at eval.c:3007 > #28 0x0000000100116a07 in Ffuncall (nargs=2, > args=0x103231872) at eval.c:2824 > #29 0x00000001001162b2 in Fapply ( > nargs=140734799789584, args=0x7fff5fbfbe10) > at eval.c:2252 > #30 0x0000000100116a20 in Ffuncall (nargs=2, > args=0x104801a1a) at eval.c:2756 > #31 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799789872, maxdepth=32, > args_template=4320145466, nargs=4300852416, > args=0x100511860) at bytecode.c:900 > #32 0x0000000100119367 in eval_sub (form=3) > at eval.c:2146 > #33 0x0000000100119f68 in internal_lisp_condition_case ( > var=4320293082, bodyform=4346942950, > handlers=4346941574) at eval.c:1243 > #34 0x000000010014fad1 in exec_byte_code (bytestr=0, > vector=140734799790592, maxdepth=48, > args_template=4296348880, nargs=4300852416, > args=0x100511860) at bytecode.c:1096 > #35 0x0000000100119b72 in funcall_lambda ( > fun=140734799790688, nargs=2, > arg_vector=0x7fff5fbfc260) at eval.c:3007 > #36 0x0000000100116a07 in Ffuncall (nargs=4320293082, > args=0x10482da3a) at eval.c:2824 > #37 0x00000001001162b2 in Fapply ( > nargs=140734799790912, args=0x7fff5fbfc340) > at eval.c:2252 > #38 0x0000000100116a20 in Ffuncall (nargs=3, > args=0x104801a1a) at eval.c:2756 > #39 0x000000010014eec8 in exec_byte_code (bytestr=0, > vector=140734799791232, maxdepth=64, > args_template=140734799791064, nargs=4300852416, > args=0x100511860) at bytecode.c:900 > #40 0x0000000100119b72 in funcall_lambda ( > fun=140734799791328, nargs=2, > arg_vector=0x7fff5fbfc4e0) at eval.c:3007 > #41 0x0000000100116a07 in Ffuncall (nargs=4, > args=0x103a80b92) at eval.c:2824 > #42 0x00000001001162b2 in Fapply ( > nargs=140734799791552, args=0x7fff5fbfc5c0) > at eval.c:2252 > #43 0x0000000100119271 in eval_sub (form=3) > at eval.c:2112 > #44 0x0000000100118455 in internal_catch (tag=3, > func=0x100118d90 , arg=3) at eval.c:1060 > #45 0x000000010014fa64 in exec_byte_code (bytestr=0, > vector=140734799792240, maxdepth=32, > args_template=4320145466, nargs=4300852416, > args=0x100511860) at bytecode.c:1081 > #46 0x0000000100119367 in eval_sub (form=4347364418) > at eval.c:2146 > #47 0x0000000100118455 in internal_catch ( > tag=4347364418, func=0x100118d90 , > arg=4347364418) at eval.c:1060 > #48 0x000000010014fa64 in exec_byte_code (bytestr=0, > vector=140734799792928, maxdepth=64, > args_template=4356361968, nargs=4300852416, > args=0x100511860) at bytecode.c:1081 > #49 0x0000000100119b72 in funcall_lambda ( > fun=140734799793024, nargs=0, > arg_vector=0x7fff5fbfcb80) at eval.c:3007 > #50 0x0000000100116a07 in Ffuncall (nargs=4379989450, > args=0x103087295) at eval.c:2824 > #51 0x0000000100119271 in eval_sub (form=1) > var=4320293082, bodyform=4345849974, > handlers=4345851526) at eval.c:1243 > #53 0x000000010014fad1 in exec_byte_code (bytestr=0, > vector=140734799793888, maxdepth=48, > args_template=4356361759, nargs=4300852416, > args=0x100511860) at bytecode.c:1096 > #54 0x0000000100119b72 in funcall_lambda ( > fun=140734799793984, nargs=2, > arg_vector=0x7fff5fbfcf40) at eval.c:3007 > #55 0x0000000100116a07 in Ffuncall (nargs=4320293082, > args=0x1050be41a) at eval.c:2824 > #56 0x0000000100118aa2 in call2 (fn=Cannot access memory > at address 0x0 > ) at eval.c:2584 > #57 0x00000001000d7e86 in Fverify_visited_file_modtime ( > buf=4379632666) at fileio.c:5204 > #58 0x0000000100119129 in eval_sub (form=4379632666) > at eval.c:2088 > #59 0x00000001001192e0 in eval_sub (form=4379632666) > at eval.c:2125 > #60 0x0000000100114279 in For (args=4379632666) > at eval.c:260 > #61 0x0000000100119129 in eval_sub (form=4379632666) > at eval.c:2088 > #62 0x00000001001142c9 in Fand (args=4379632666) > at eval.c:284 > #63 0x0000000100119129 in eval_sub (form=4379632666) > at eval.c:2088 > #64 0x0000000100114279 in For (args=4379632666) > at eval.c:260 > #65 0x0000000100119129 in eval_sub (form=4379632666) > at eval.c:2088 > #66 0x000000010011620d in Feval (form=4298492406, > lexical=4320221018) at eval.c:2005 > #67 0x0000000100118203 in internal_condition_case_1 ( > bfun=0x1000a5e90 , arg=4379632666, > handlers=4320212234, > hfun=0x1000a04a0 ) > at eval.c:1327 > #68 0x00000001000a61bf in menu_item_eval_property > [inlined] () at > #/private/tmp/emacs-24.2.93/src/keyboard.c:7583 > #69 0x00000001000a61bf in parse_menu_item ( > item=4379632666, inmenubar=1606407936) > at keyboard.c:7759 > #70 0x000000010004d233 in single_menu_item ( > key=140734799796064, item=4379632666, > dummy=4303019493, skp_v=0x7fff5fbfd760) > at menu.c:339 > #71 0x00000001000b4c8c in map_keymap_item [inlined] () > at /private/tmp/emacs-24.2.93/src/keymap.c:560 > #72 0x00000001000b4c8c in map_keymap_internal ( > map=4378911770, fun=0x10004d210 , > args=4320145466, data=0x7fff5fbfd7b0) > at keymap.c:600 > #73 0x000000010004d1ab in single_keymap_panes ( > keymap=4355477174, pane_name=4297570889, > prefix=4370638410, maxdepth=10) at menu.c:305 > #74 0x000000010004d6f4 in parse_single_submenu ( > item_key=140734799796336, > item_name=140734799796336, maps=4300841832) > at menu.c:561 > #75 0x0000000100198aa9 in ns_update_menubar ( > f=0x7fff5fbfdb10, submenu=0x7fff5fbfdb10, > deep_p=208) at nsmenu.m:256 > #76 0x00007fff8a946c09 in -[NSMenu > _populateFromDelegateWithEventRef:] () > #77 0x00007fff8a83b38c in -[NSMenu > #_populateWithEventRef:] () > #78 0x00007fff8a945e33 in -[NSCarbonMenuImpl > #_carbonPopulateEvent:handlerCallRef:] () > #79 0x00007fff8a9459bb in NSSLMMenuEventHandler () > #80 0x00007fff93202234 in DispatchEventToHandlers () > #81 0x00007fff93201840 in SendEventToEventTargetInternal > () > #82 0x00007fff9320167a in > SendEventToEventTargetWithOptions () > #83 0x00007fff93233d29 in SendMenuPopulate () > #84 0x00007fff93380195 in SendMenuOpening () > #85 0x00007fff933836d9 in DrawTheMenu () > #86 0x00007fff93383be3 in MenuChanged () > #87 0x00007fff93253a2f in TrackMenuCommon () > #88 0x00007fff9324ef13 in MenuSelectCore () > #89 0x00007fff9324e592 in _HandleMenuSelection2 () > #90 0x00007fff8a8461da in _NSHandleCarbonMenuEvent () > #91 0x00007fff8a7dbcc9 in _DPSNextEvent () > #92 0x00007fff8a7db07d in -[NSApplication > #nextEventMatchingMask:untilDate:inMode:dequeue:] () > #93 0x00007fff8a7d79b9 in -[NSApplication run] () > #94 0x000000010018cc70 in ns_read_socket ( > terminal=0x7fff5fbfeba8, hold_quit=0x7fff5fbfed90) > at nsterm.m:3423 > #95 0x00000001000a89cf in gobble_input () > at keyboard.c:6767 > #96 0x00000001000a8af5 in get_input_pending [inlined] () > at /private/tmp/emacs-24.2.93/src/keyboard.c:6686 > #97 0x00000001000a8af5 in > detect_input_pending_run_timers (do_display=true) at > #keyboard.c:10273 > #98 0x00000001000054c2 in sit_for (timeout=140, > display_option=1, reading=true) at dispnew.c:5939 > #99 0x00000001000ac87a in read_char ( > commandflag=1606414640, nmaps=140734799802672, > maps=0x7fff5fbff130, > prev_event=4768577271755702285, > used_mouse_menu=0x7fff5fbff130, > end_time=0x7fff5fbff130) at keyboard.c:2669 > #100 0x00000001000afbcf in read_key_sequence () > at keyboard.c:2800 > #101 0x00000001000b1648 in command_loop_1 () > at keyboard.c:1459 > #102 0x0000000100118359 in internal_condition_case ( > bfun=0x1000b0240 , > handlers=4320212234, hfun=0x1000b16d0 ) > at eval.c:1289 > #103 0x00000001000b021e in command_loop_2 ( > ignore=140734799803272) at keyboard.c:1168 > #104 0x0000000100118455 in internal_catch ( > tag=140734799803272, > func=0x1000b01e0 , > arg=140734799803272) at eval.c:1060 > #105 0x00000001000b1c50 in command_loop [inlined] () > at /private/tmp/emacs-24.2.93/src/keyboard.c:1147 > #106 0x00000001000b1c50 in recursive_edit_1 () > at keyboard.c:779 > #107 0x00000001000a264d in Frecursive_edit () > at keyboard.c:843 > #108 0x000000010009f4e7 in main (argc=25241034, > argv=0x7fff5fbff950) at emacs.c:1528 > > From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Mar 2013 13:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org, Stefan Monnier Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136465117832029 (code B ref 13840); Sat, 30 Mar 2013 13:47:01 +0000 Received: (at 13840) by debbugs.gnu.org; 30 Mar 2013 13:46:18 +0000 Received: from localhost ([127.0.0.1]:52284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULw6r-0008KY-VT for submit@debbugs.gnu.org; Sat, 30 Mar 2013 09:46:18 -0400 Received: from ppsw-42.csi.cam.ac.uk ([131.111.8.142]:46534) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULw6p-0008KO-0k for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 09:46:15 -0400 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:47139 helo=localhost) by ppsw-42.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:25) with esmtpsa (PLAIN:ssb22) (TLSv1.1:DHE-RSA-AES256-SHA:256) id 1ULw4A-0004jT-6X (Exim 4.80_167-5a66dd3) (return-path ); Sat, 30 Mar 2013 13:43:30 +0000 Date: Sat, 30 Mar 2013 13:43:29 +0000 From: "Silas S. Brown" Message-ID: <20130330134329.GA27624@snap.ds.cam.ac.uk> References: <20130228114312.GA8093@puff.ds.cam.ac.uk> <20130301224442.GC4833@puff.ds.cam.ac.uk> <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.1 (----) On Sat, Mar 30, 2013 at 11:00:53AM +0100, Jan Dj=E4rv wrote: > This is the same bug as 12698, which has been fixed in the trunk. Thanks Jan. Your "fix" message on bug 12698 is 6 months old, so why was the problem still there in 24.3.1 ? Silas From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Mar 2013 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: "Silas S. Brown" Cc: jan.h.d@swipnet.se, david+emacsformacosx@porkrind.org, 13840@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.13646532423505 (code B ref 13840); Sat, 30 Mar 2013 14:21:02 +0000 Received: (at 13840) by debbugs.gnu.org; 30 Mar 2013 14:20:42 +0000 Received: from localhost ([127.0.0.1]:52838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULweA-0000uT-6j for submit@debbugs.gnu.org; Sat, 30 Mar 2013 10:20:42 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:36220) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULwe8-0000uL-0U for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 10:20:41 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MKH00I008Z72G00@a-mtaout22.012.net.il> for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 17:17:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MKH00HMX91WYQ20@a-mtaout22.012.net.il>; Sat, 30 Mar 2013 17:17:56 +0300 (IDT) Date: Sat, 30 Mar 2013 17:18:20 +0300 From: Eli Zaretskii In-reply-to: <20130330134329.GA27624@snap.ds.cam.ac.uk> Message-id: <83ip493r9v.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <20130228114312.GA8093@puff.ds.cam.ac.uk> <20130301224442.GC4833@puff.ds.cam.ac.uk> <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> <20130330134329.GA27624@snap.ds.cam.ac.uk> X-Spam-Score: 0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Sat, 30 Mar 2013 13:43:29 +0000 > From: "Silas S. Brown" > Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org >=20 > On Sat, Mar 30, 2013 at 11:00:53AM +0100, Jan Dj=E4rv wrote: > > This is the same bug as 12698, which has been fixed in the trunk. >=20 > Thanks Jan. Your "fix" message on bug 12698 is 6 months > old, so why was the problem still there in 24.3.1 ? Probably because 24.3 was released from the release branch, not the trunk, and does not include this fix. From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Jan D." Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Mar 2013 14:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: "Silas S. Brown" Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org, Stefan Monnier Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.13646551656902 (code B ref 13840); Sat, 30 Mar 2013 14:53:02 +0000 Received: (at 13840) by debbugs.gnu.org; 30 Mar 2013 14:52:45 +0000 Received: from localhost ([127.0.0.1]:52857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULx99-0001nG-Ot for submit@debbugs.gnu.org; Sat, 30 Mar 2013 10:52:44 -0400 Received: from mailout.melmac.se ([62.20.26.67]:39418) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULx96-0001n5-9V for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 10:52:41 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 0B3F5963A for <13840@debbugs.gnu.org>; Sat, 30 Mar 2013 15:49:55 +0100 (CET) Received: (qmail 12636 invoked by uid 89); 30 Mar 2013 14:49:39 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 30 Mar 2013 14:49:39 -0000 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTPSA id 8921E7FA058; Sat, 30 Mar 2013 15:49:54 +0100 (CET) Message-ID: <5156FB8E.4080308@swipnet.se> Date: Sat, 30 Mar 2013 15:49:50 +0100 From: "Jan D." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 References: <20130228114312.GA8093@puff.ds.cam.ac.uk> <20130301224442.GC4833@puff.ds.cam.ac.uk> <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> <20130330134329.GA27624@snap.ds.cam.ac.uk> In-Reply-To: <20130330134329.GA27624@snap.ds.cam.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. Silas S. Brown skrev 2013-03-30 14:43: > On Sat, Mar 30, 2013 at 11:00:53AM +0100, Jan =?UTF-8?Q?Dj=E4rv?= wrote: >> This is the same bug as 12698, which has been fixed in the trunk. > Thanks Jan. Your "fix" message on bug 12698 is 6 months > old, so why was the problem still there in 24.3.1 ? [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4997] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.7 (/) Hello. Silas S. Brown skrev 2013-03-30 14:43: > On Sat, Mar 30, 2013 at 11:00:53AM +0100, Jan Dj=E4rv wrote: >> This is the same bug as 12698, which has been fixed in the trunk. > Thanks Jan. Your "fix" message on bug 12698 is 6 months > old, so why was the problem still there in 24.3.1 ? No it is not: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12698#28 *Date:* Sat, 30 Mar 2013 10:58:06 +0100 Jan D. From unknown Sun Jun 22 04:13:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13840: OS X Emacs frequent crashes when files are open over FTP Resent-From: "Silas S. Brown" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Mar 2013 16:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13840 X-GNU-PR-Package: emacs,ns X-GNU-PR-Keywords: To: "Jan D." Cc: 13840@debbugs.gnu.org, david+emacsformacosx@porkrind.org, Stefan Monnier Received: via spool by 13840-submit@debbugs.gnu.org id=B13840.136466144117598 (code B ref 13840); Sat, 30 Mar 2013 16:38:02 +0000 Received: (at 13840) by debbugs.gnu.org; 30 Mar 2013 16:37:21 +0000 Received: from localhost ([127.0.0.1]:52931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULymL-0004Zi-EF for submit@debbugs.gnu.org; Sat, 30 Mar 2013 12:37:19 -0400 Received: from ppsw-50.csi.cam.ac.uk ([131.111.8.150]:60870) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ULymJ-0004ZZ-Gr for 13840@debbugs.gnu.org; Sat, 30 Mar 2013 12:37:16 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.ucs.cam.ac.uk/email/scanner/ Received: from snap.ds.cam.ac.uk ([131.111.8.76]:47383 helo=localhost) by ppsw-50.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.157]:25) with esmtpsa (PLAIN:ssb22) (TLSv1:DHE-RSA-AES256-SHA:256) id 1ULyje-0001ZM-ry (Exim 4.72) (return-path ); Sat, 30 Mar 2013 16:34:30 +0000 Date: Sat, 30 Mar 2013 16:34:30 +0000 From: "Silas S. Brown" Message-ID: <20130330163430.GD27624@snap.ds.cam.ac.uk> References: <20130228114312.GA8093@puff.ds.cam.ac.uk> <20130301224442.GC4833@puff.ds.cam.ac.uk> <13D7AFED-5D15-4607-B3E7-AF2E3C6BCDC4@swipnet.se> <20130330134329.GA27624@snap.ds.cam.ac.uk> <5156FB8E.4080308@swipnet.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5156FB8E.4080308@swipnet.se> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.5 (-----) On Sat, Mar 30, 2013 at 03:49:50PM +0100, Jan D. wrote: > No it is not: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12698#28 > *Date:* Sat, 30 Mar 2013 10:58:06 +0100 Oh, sorry I must have read the wrong line. Look forward to seeing the fix released. Silas