From unknown Wed Jun 18 23:00:14 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#968 <968@debbugs.gnu.org> To: bug#968 <968@debbugs.gnu.org> Subject: Status: 23.0.60; CVS Emacs.app crashes randomly Reply-To: bug#968 <968@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:00:14 +0000 retitle 968 23.0.60; CVS Emacs.app crashes randomly reassign 968 emacs,ns submitter 968 pat.maddox@gmail.com severity 968 normal thanks From pat.maddox@gmail.com Thu Sep 11 23:50:43 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=-4.1 required=4.0 tests=BAYES_00,FOURLA, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_SEX_L2,MURPHY_WRONG_WORD2,PHONENUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Sep 2008 06:50:44 +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 m8C6od3h029231 for ; Thu, 11 Sep 2008 23:50:40 -0700 Received: from mx10.gnu.org ([199.232.76.166]:37648) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ke2SX-0001un-Cm for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:48:49 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ke2UE-0005ka-VG for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:50:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28457) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ke2UE-0005kO-Bo for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:50:34 -0400 Received: from mail-gx0-f12.google.com ([209.85.217.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ke2UC-00059P-Ac for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 02:50:32 -0400 Received: by gxk5 with SMTP id 5so18178299gxk.18 for ; Thu, 11 Sep 2008 23:50:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to :subject; bh=+ISUXK3nwsF5iYquXvQksgEcGZEwOGIum14x/K03GT8=; b=oDRNLoc2NmPVhg8AsbU1B9PRhDiv2I2uxOl6TuMC9FCbisHEvG+fgWMXdec8QTyaET xpuiG/Aw3h6M0bwbczxhbUdXGks+qnFJrJcytOUVXUTl5Bbty2m8JZYMeBjB5KcDXjSR hLcUdHW3/P1Lq2k9Hzf9a7aXR1gsg4SotOIKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject; b=JSvRXy4QGTpfR17hBMmpVIBGQ6aWA3deIEzG049jQs+prPpQKRhuXYNAgoFjeJ8U/T Pl4o6f51mKC+iKjqW3CUJFo4D7Jikp6rUrHeXcqizAvtaNdKk0vDFIPhgchSL/FnAKBv 3JO4auOS8bapPlbW8jvffqL2R0yrpRfiQ+8B4= Received: by 10.151.141.8 with SMTP id t8mr5423771ybn.231.1221202230731; Thu, 11 Sep 2008 23:50:30 -0700 (PDT) Received: from baggio.local ( [66.108.116.141]) by mx.google.com with ESMTPS id 5sm13097371ywd.8.2008.09.11.23.50.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Sep 2008 23:50:29 -0700 (PDT) Date: Fri, 12 Sep 2008 02:50:25 -0400 Message-Id: From: pat.maddox@gmail.com To: emacs-pretest-bug@gnu.org Subject: 23.0.60; CVS Emacs.app crashes randomly X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Emacs.app randomly crashes on me when in normal use. I can be editing code, using gnus, or simply composing an email. It's happened when I try to save a file, when I switch to emacs from another app, or when I hit return a couple times. So it just seems to happen randomly. It doesn't hang, it just exits immediately (without prompting me to save any files) When I run it in gdb, instead of crashing instantly, it hangs. I assume this is the point where the crash usually happens, but gdb is preventing it from quitting entirely. Here's the message I see in gdb when it crashes: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000070 ns_free_indexed_color (idx=0, f=0x0) at nsterm.m:1302 1302 struct ns_color_table *color_table = FRAME_NS_DISPLAY_INFO (f)->color_table; *********************************** ** Output of 'bt full' (gdb) bt full #0 ns_free_indexed_color (idx=0, f=0x3a) at nsterm.m:1302 color_table = #1 0x0018917a in x_clear_image_1 (f=, img=0x2ebc2c0, pixmap_p=, mask_p=1, colors_p=1) at image.c:1627 No locals. #2 0x00188bd3 in free_image (f=0x0, img=0x2ebc2c0) at image.c:1322 c = (struct image_cache *) 0x2e11280 #3 0x0018951b in clear_image_cache (f=0x8a0510, filter=25165833) at image.c:1836 img = (struct image *) 0x2ebc2c0 t = { tv_sec = 1221201734, tv_usec = 151573 } old = 1221199934 i = 0 nfreed = 0 c = (struct image_cache *) 0x2e11280 #4 0x001895f6 in clear_image_caches (filter=25165833) at image.c:1873 tail = 4055040 #5 0x00036378 in redisplay_internal (preserve_echo_area=) at xdisp.c:11981 w = (struct window *) 0x8a0690 f = pause = 0 must_finish = 1 tlbufpos = { charpos = 1, bytepos = 25328521 } number_of_visible_frames = 1 polling_stopped_here = 1 old_frame = 9045268 consider_all_windows_p = #6 0x0009c6cc in read_char (commandflag=1, nmaps=7, maps=0xbffff210, prev_event=25165833, used_mouse_menu=0xbffff318, end_time=0x0) at keyboard.c:2649 echo_current = 1 c = 25165833 count = jmpcount = 25193345 local_getcjmp = {25165833, 594240, 25165833, 717563, 1408420, 80, 426214788, -1073745496, 1408757, 426214784, 80, 99, 965706, 966718, 25253257, -1073745544, 33359185, -1073745524} save_jump = {25193345, 426214788, 594257, 56713426, -1073745284, -1073745640, 1064427, 25278009, 25278008, -1073745608, 1064739, 25278009, 25165833, 426214784, 1, -1073745504, 3466748, 25165833} key_already_recorded = 0 tem = save = previous_echo_area_message = 25165833 also_record = 25165833 reread = 0 polling_stopped_here = orig_kboard = (struct kboard *) 0x83dec0 #7 0x0009f124 in read_key_sequence (keybuf=0xbffff3d8, bufsize=30, prompt=25165833, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9340 interrupted_kboard = (KBOARD *) 0x83dec0 key = 0 used_mouse_menu = 0 echo_local_start = 0 last_real_key_start = 0 keys_local_start = 0 local_first_binding = 0 from_string = 25165833 count = 2 t = 0 echo_start = 0 keys_start = 0 nmaps = 7 nmaps_allocated = 7 defs = (Lisp_Object * volatile) 0xbffff1e0 submaps = (Lisp_Object * volatile) 0xbffff210 orig_local_map = 20866517 orig_keymap = 25165833 localized_local_map = 0 first_binding = 0 first_unbound = 31 mock_input = 0 fkey = { parent = 8031565, map = 8031565, start = 0, end = 0 } keytran = { parent = 4140925, map = 4140925, start = 0, end = 0 } indec = { parent = 8031573, map = 8031573, start = 0, end = 0 } shift_translated = 0 delayed_switch_frame = 25165833 original_uppercase = 3202432 original_uppercase_position = -1 starting_buffer = (struct buffer *) 0x19678580 fake_prefixed_keys = 25165833 #8 0x000a164a in command_loop_1 () at keyboard.c:1621 cmd = lose = nonundocount = 0 keybuf = {104, 384, 3467432, 25165833, -1073744792, 622864, 50056877, -1073744866, -1073744840, -1880941348, 4055049, 152, -1073744866, 25165833, 17, 9, 0, -1895817508, 5258902, 1, -1073744776, -1773935801, 50389008, 0, -1073744820, -1073745008, 0, 3866624, 25165833, 33429633} i = 1 prev_modiff = 22 prev_buffer = (struct buffer *) 0x19678580 already_adjusted = 0 #9 0x0010382d in internal_condition_case (bfun=0xa1410 , handlers=25205497, hfun=0x98030 ) at eval.c:1511 val = c = { tag = 25165833, val = 25165833, next = 0xbffff58c, gcpro = 0x0, jmp = {-1073806465, -1880940836, 8098, 1062715, 25165833, 25165833, 3466684, 3466748, -1073744600, -1073744784, 31, 658, 1062858, 1245207, 3407903, 3407903, -1073807360, -1073807305}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 25205497, var = 25165833, chosen_clause = 25165881, tag = 0xbffff488, next = 0x0 } #10 0x00091528 in command_loop_2 () at keyboard.c:1338 val = 58 #11 0x0010370c in internal_catch (tag=58, func=0x914e0 , arg=25165833) at eval.c:1247 c = { tag = 25201569, val = 25165833, next = 0x0, gcpro = 0x0, jmp = {-1773993089, 0, 8098, 1062505, -1773935635, 22000, 3466816, 3466748, -1073744376, -1073744528, 25296927, 658, 1062655, 25296919, 25296927, 25165855, 5242880, 3997751}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0 } #12 0x0009127e in command_loop () at keyboard.c:1317 No locals. #13 0x00091342 in recursive_edit_1 () at keyboard.c:942 val = #14 0x000914c1 in Frecursive_edit () at keyboard.c:1004 buffer = 25165833 #15 0x0009015b in main (argc=1, argv=0xbffff7d8) at emacs.c:1693 dummy = 0 stack_bottom_variable = 0 '\000' do_initial_setlocale = 1 skip_args = 0 rlim = { rlim_cur = 8388608, rlim_max = 67104768 } no_loadup = 0 junk = 0x0 Current language: auto; currently objective-c In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-09-09 on baggio.local Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns'' 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: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t yas/minor-mode: t window-number-meta-mode: t window-number-mode: t show-paren-mode: t global-auto-revert-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f m y n u g n u y M-x e v a l - b u f M-x r e p o r - e m Recent messages: Loading /Users/pergesu/.emacs.d/site-lisp/textmate.el (source)...done Loading /Users/pergesu/.emacs.d/my-textmate.el (source)...done Ido mode enabled For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-git...done Symbolic link to Git-controlled source file; follow link? (y or n) Loading /Users/pergesu/myconfig/.emacs-project...done Followed link to /Users/pergesu/myconfig/dot.gnus.el Loading /Users/pergesu/.emacs.private.d/smtp-account-info.el (source)...done Making completion list... From pat.maddox@gmail.com Fri Sep 12 06:47:10 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.5 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 968) by emacsbugs.donarmstrong.com; 12 Sep 2008 13:47:11 +0000 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8CDl7ZT015518 for <968@emacsbugs.donarmstrong.com>; Fri, 12 Sep 2008 06:47:08 -0700 Received: by wx-out-0506.google.com with SMTP id s7so1194359wxc.13 for <968@emacsbugs.donarmstrong.com>; Fri, 12 Sep 2008 06:47:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=W5HfBntASLBN8Dsup+6WKhO6sLB775HY8sIsI5nSr40=; b=Tbu442nYqsElh03ilx6P0wcPsZEVlLhXapkDMFlj/zI4Va+mizOVKgIubZ/6s/qInT u25hHRh42nu/8JU0WYvSkIwAP2pv9cvEjunJ8uUze6D9IdPto5K1E3fsgPRsOUfhQXUp qZzhqYD8J9FWMi0eaWhW4R4Bq+rw5Tycm2AYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=kUjd6n7DCWLNyhREDUreCfNh+p786qJ0w1j3Q+fhAjLaIW1vSYuSqm22oX4HVdK5DY 80++slASIMoBZbNyZrKVGILsQLNDSpy5Y/Kqq90dWR0V+ZnWhjtbJz0NC0/YILOuIUBL FxzgWbX3wzAYAgapikDmT3jq29odbDU+V5pyo= Received: by 10.70.80.6 with SMTP id d6mr4569865wxb.53.1221227226677; Fri, 12 Sep 2008 06:47:06 -0700 (PDT) Received: from ?10.0.1.195? ( [66.108.116.141]) by mx.google.com with ESMTPS id h19sm3925145wxd.32.2008.09.12.06.47.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Sep 2008 06:47:03 -0700 (PDT) Message-Id: <89633ED4-E90B-419B-A67E-B2862292BDCA@gmail.com> From: Pat Maddox To: 968@debbugs.gnu.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: bug#968: Acknowledgement (23.0.60; CVS Emacs.app crashes randomly) Date: Fri, 12 Sep 2008 09:47:01 -0400 References: X-Mailer: Apple Mail (2.928.1) By the way, this problem is happening on at least two separate machines run OS X 10.5.4 Pat From gebp-emacs-pretest-bug@m.gmane.org Fri Sep 12 09:25:15 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=-6.9 required=4.0 tests=AWL,BAYES_00,GMAIL, HAS_BUG_NUMBER,MURPHY_SEX_L2,RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Sep 2008 16:25:15 +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 m8CGPAkQ008098 for ; Fri, 12 Sep 2008 09:25:12 -0700 Received: from mx10.gnu.org ([199.232.76.166]:47478) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KeBQV-0003gL-V3 for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 12:23:20 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KeBSE-0002gA-0U for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 12:25:09 -0400 Received: from main.gmane.org ([80.91.229.2]:53329 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KeBSD-0002g0-N9 for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 12:25:05 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KeBSA-0003Uv-Ln for emacs-pretest-bug@gnu.org; Fri, 12 Sep 2008 16:25:02 +0000 Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Sep 2008 16:25:02 +0000 Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Sep 2008 16:25:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: emacs-pretest-bug@gnu.org From: Ted Zlatanov Subject: Re: bug#968: 23.0.60; CVS Emacs.app crashes randomly Followup-To: gmane.emacs.bugs Date: Fri, 12 Sep 2008 11:17:55 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Lines: 24 Message-ID: <86od2ts5ho.fsf@lifelogs.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:juKFSEwvTyFgv841r9FMmsU39GE= Sender: news Cc: bug-gnu-emacs@gnu.org X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) On Fri, 12 Sep 2008 02:50:25 -0400 pat.maddox@gmail.com wrote: pm> Emacs.app randomly crashes on me when in normal use. I can be pm> editing code, using gnus, or simply composing an email. It's pm> happened when I try to save a file, when I switch to emacs from pm> another app, or when I hit return a couple times. So it just seems pm> to happen randomly. It doesn't hang, it just exits immediately pm> (without prompting me to save any files) pm> When I run it in gdb, instead of crashing instantly, it hangs. I pm> assume this is the point where the crash usually happens, but gdb is pm> preventing it from quitting entirely. Here's the message I see in pm> gdb when it crashes: pm> Program received signal EXC_BAD_ACCESS, Could not access memory. pm> Reason: KERN_PROTECTION_FAILURE at address: 0x00000070 pm> ns_free_indexed_color (idx=0, f=0x0) at nsterm.m:1302 pm> 1302 struct ns_color_table *color_table = FRAME_NS_DISPLAY_INFO (f)->color_table; I've seen similar behavior; it's rare (maybe once every 3-4 days) and I didn't have time to debug it so far. I can do the GDB run as well if yours is insufficient to pinpoint the problem. Ted From rgm@gnu.org Fri Sep 12 11:42:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-10.5 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,UNRESOLVED_TEMPLATE,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 968) by emacsbugs.donarmstrong.com; 12 Sep 2008 18:42:24 +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 m8CIgKRn026248 for <968@emacsbugs.donarmstrong.com>; Fri, 12 Sep 2008 11:42:22 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KeDZD-0000yw-ES; Fri, 12 Sep 2008 14:40:27 -0400 From: Glenn Morris To: Ted Zlatanov Cc: 968@debbugs.gnu.org Subject: Re: bug#968: 23.0.60; CVS Emacs.app crashes randomly References: <86k5dhs5es.fsf@lifelogs.com> X-Spook: UNSCOM top secret import eavesdropping ARPA War on X-Ran: B/"u[N&$ASq#q&Ymy3vlsY=B"diE`sb7_XR*b@@\W6*}(%TFdjF\X(_;'Y-xJ|:4C6troH X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 12 Sep 2008 14:40:27 -0400 In-Reply-To: <86k5dhs5es.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 12 Sep 2008 11:19:39 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Ted Zlatanov wrote: > This is a bug for a CVS checkout; why did it go to the pretest bug list > as well as the mainline bug list? There is now no difference at all between the pretest bug list and the normal bug list: http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01119.html No-one seemed to care at the time; I don't think I care any more. From rgm@gnu.org Fri Sep 12 11:44:58 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=-10.6 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 968) by emacsbugs.donarmstrong.com; 12 Sep 2008 18:44:58 +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 m8CIiteH026545 for <968@emacsbugs.donarmstrong.com>; Fri, 12 Sep 2008 11:44:56 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KeDbl-00012F-AX; Fri, 12 Sep 2008 14:43:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18634.47161.244114.455502@fencepost.gnu.org> Date: Fri, 12 Sep 2008 14:43:05 -0400 From: Glenn Morris To: Ted Zlatanov , 968@debbugs.gnu.org Subject: Re: bug#968: 23.0.60; CVS Emacs.app crashes randomly In-Reply-To: References: <86k5dhs5es.fsf@lifelogs.com> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: SKqZo5=}9iA<"W/Yb|[jhn2d|B0Wk=w\{12%z#`X6{YWd?l9UAFc9NMW#*)"VJ=-.[st&' Glenn Morris wrote (on Fri, 12 Sep 2008 at 14:40 -0400): > > This is a bug for a CVS checkout; why did it go to the pretest bug list > > as well as the mainline bug list? > > There is now no difference at all between the pretest bug list and the > normal bug list: Oh, you posted through gmane. I have no idea what's going on with the newsgroup interfaces. I don't think they work right now. From rgm@gnu.org Fri Sep 12 11:49:32 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=-9.5 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; 12 Sep 2008 18:49:32 +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 m8CInTWN028248 for ; Fri, 12 Sep 2008 11:49:30 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KeDgB-0001AO-4X; Fri, 12 Sep 2008 14:47:39 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18634.47435.70114.359413@fencepost.gnu.org> Date: Fri, 12 Sep 2008 14:47:39 -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: cyan X-Ran: b-95[mE-jufp~rG*4]@G5qcZzT{i.>D^]%1z`~lq*Jl"qOflKD=!-BXa[h?C*G~6&'xA'~ X-Debbugs-No-Ack: yes tags 972 moreinfo unreproducible reassign 968 emacs,ns From rgm@gnu.org Fri Oct 3 10:39:01 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.6 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 3 Oct 2008 17:39:01 +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 m93HctOU019316 for ; Fri, 3 Oct 2008 10:38:56 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KloZy-0002UG-5J; Fri, 03 Oct 2008 13:36:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18662.22566.92465.183621@fencepost.gnu.org> Date: Fri, 3 Oct 2008 13:36:38 -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: white X-Ran: VIB{hIE8+$4,:F!'Z#s,qAr~TQ,_$2AZfw]9Xf3JhOX95_bQw&N%xSQrx0Q.s=("9UGmEM X-Debbugs-No-Ack: yes merge 588 589 596 602 605 606 769 822 826 863 968 stop Wow... From unknown Wed Jun 18 23:00:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 14 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