From unknown Sun Jun 22 04:33:40 2025 X-Loop: don@donarmstrong.com Subject: bug#1075: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color Reply-To: Lennart Staflin , 1075@debbugs.gnu.org Resent-From: Lennart Staflin Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 03 Oct 2008 14:45:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1075 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12230447666317 (code B ref -1); Fri, 03 Oct 2008 14:45:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 3 Oct 2008 14:39:26 +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 m93EdI15006310 for ; Fri, 3 Oct 2008 07:39:19 -0700 Received: from mx10.gnu.org ([199.232.76.166]:39594) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Kllm9-0004NV-4R for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:37:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KlloH-0006uL-NB for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:39:17 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:35838) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlloH-0006tN-AZ for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:39:13 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A3ABC40018 for ; Fri, 3 Oct 2008 16:39:10 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 9756040029; Fri, 3 Oct 2008 16:39:10 +0200 (CEST) Received: from [172.17.0.4] (90-227-135-28-no52.tbcn.telia.com [90.227.135.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id F2C7840018 for ; Fri, 3 Oct 2008 16:39:07 +0200 (CEST) Message-ID: <48E62E8B.5010905@lysator.liu.se> Date: Fri, 03 Oct 2008 16:39:07 +0200 From: Lennart Staflin User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) After a crash I with ns_free_indexed_color, and x_clear_image_1 on the stack. I noticed that x_clear_image_1 calls ns_free_indexed_color with only one argument, but it takes two arguments. Perhaps that explains a number of crashes in ns_free_indexed_color. //Lennart Staflin In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) of 2008-10-03 on sin Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--enable-maintainer-mode' '--without-x' '--with-jpeg' '--with-gif' '--with-png' 'CFLAGS=-g'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t auto-insert-mode: t iswitchb-mode: t partial-completion-mode: t recentf-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x r e p o r t SPC b u g Recent messages: Loading /Users/lenst/emacs/lenst-lisp/loaddefs.el (source)...done Loading /Users/lenst/emacs/lenst-lisp/suck.el (source)...done Loading ~/emacs/lenst-lisp/lenst...done Loading /Users/lenst/emacs/lisp/loaddefs.el (source)...done Loading /Users/lenst/src/emorb/loaddefs.el (source)...done Loading /Users/lenst/.recentf...done Cleaning up the recentf list...done (0 removed) Loading paren...done Loading /Users/lenst/.emacs-records...done For information about GNU Emacs and the GNU system, type C-h C-a. From unknown Sun Jun 22 04:33:40 2025 X-Loop: don@donarmstrong.com Subject: bug#1075: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color Reply-To: Harald Maier , 1075@debbugs.gnu.org Resent-From: Harald Maier Original-Sender: news Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 03 Oct 2008 17:35:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1075 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122305474916844 (code B ref -1); Fri, 03 Oct 2008 17:35:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2, PHONENUMBER,RCVD_IN_DNSWL_LOW autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 3 Oct 2008 17:25:49 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m93HPgWt016838 for ; Fri, 3 Oct 2008 10:25:44 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KloPN-00005h-2v for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 13:25:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KloPL-00004s-G7 for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 13:25:40 -0400 Received: from [199.232.76.173] (port=51216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KloPL-0008WV-6F for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 13:25:39 -0400 Received: from main.gmane.org ([80.91.229.2]:49426 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 1KloPJ-0004Yn-N2 for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 13:25:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KloP8-0007Hi-Ok for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2008 17:25:27 +0000 Received: from p54980d1b.dip0.t-ipconnect.de ([84.152.13.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Oct 2008 17:25:26 +0000 Received: from harald by p54980d1b.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Oct 2008 17:25:26 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: Harald Maier Followup-To: gmane.emacs.pretest.bugs Date: Fri, 03 Oct 2008 19:24:54 +0200 Lines: 251 Message-ID: References: <48E62E8B.5010905@lysator.liu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54980d1b.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (darwin) Cancel-Lock: sha1:YuKOPi70NzXnbntvuiTx+B+s8jo= Sender: news Cc: emacs-pretest-bug@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Lennart Staflin writes: > After a crash I with ns_free_indexed_color, and x_clear_image_1 on the > stack. I noticed that x_clear_image_1 calls ns_free_indexed_color with > only one argument, but it takes two arguments. Perhaps that explains a > number of crashes in ns_free_indexed_color. > > //Lennart Staflin > > > In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) > of 2008-10-03 on sin > Windowing system distributor `Apple', version 49.46.48 > configured using `configure '--with-ns' '--enable-maintainer-mode' > --without-x' '--with-jpeg' '--with-gif' '--with-png' 'CFLAGS=-g'' I am facing this bug too. Here is a full backtrace. It happens for me intermittent. Harald Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000028 0x0015e306 in ns_free_indexed_color (idx=0, f=0x0) at nsterm.m:1310 (gdb) bt #0 0x0015e306 in ns_free_indexed_color (idx=0, f=0x0) at nsterm.m:1310 #1 0x0018513a in x_clear_image_1 (f=, img=0x195778f0, pixmap_p=, mask_p=1, colors_p=1) at image.c:1627 #2 0x00184b93 in free_image (f=0x0, img=0x195778f0) at image.c:1322 #3 0x001854db in clear_image_cache (f=0x8b7150, filter=25165833) at image.c:1836 #4 0x001855b6 in clear_image_caches (filter=25165833) at image.c:1873 #5 0x00035868 in redisplay_internal (preserve_echo_area=) at xdisp.c:12060 #6 0x00035d28 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:12094 #7 0x00146de7 in status_notify (deleting_process=0x0) at process.c:6906 #8 0x001498dc in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=25165833, wait_proc=0x0, just_wait_proc=0) at process.c:4678 #9 0x0000c296 in sit_for (timeout=240, reading=1, do_display=1) at dispnew.c:6619 #10 0x0009bbf8 in read_char (commandflag=1, nmaps=6, maps=0xbfffdfd0, prev_event=25165833, used_mouse_menu=0xbfffe0d8, end_time=0x0) at keyboard.c:2895 #11 0x0009dc3b in read_key_sequence (keybuf=0xbfffe198, bufsize=30, prompt=25165833, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9349 #12 0x000a012a in command_loop_1 () at keyboard.c:1620 #13 0x00101ffd in internal_condition_case (bfun=0x9fef0 , handlers=25205497, hfun=0x96ba0 ) at eval.c:1511 #14 0x0008ff38 in command_loop_2 () at keyboard.c:1338 #15 0x00101edc in internal_catch (tag=0, func=0x8fef0 , arg=25165833) at eval.c:1247 #16 0x0008fc8e in command_loop () at keyboard.c:1317 #17 0x0008fd52 in recursive_edit_1 () at keyboard.c:942 #18 0x0008fed1 in Frecursive_edit () at keyboard.c:1004 #19 0x0008eb6b in main (argc=1, argv=0xbfffe5a4) at emacs.c:1689 (gdb) bt full #0 0x0015e306 in ns_free_indexed_color (idx=0, f=0x0) at nsterm.m:1310 color_table = #1 0x0018513a in x_clear_image_1 (f=, img=0x195778f0, pixmap_p=, mask_p=1, colors_p=1) at image.c:1627 No locals. #2 0x00184b93 in free_image (f=0x0, img=0x195778f0) at image.c:1322 c = (struct image_cache *) 0x16f0c540 #3 0x001854db in clear_image_cache (f=0x8b7150, filter=25165833) at image.c:1836 img = (struct image *) 0x195778f0 t = { tv_sec = 1218913349, tv_usec = 686755 } old = 1218911549 i = 3 nfreed = 2 c = (struct image_cache *) 0x16f0c540 #4 0x001855b6 in clear_image_caches (filter=25165833) at image.c:1873 tail = 4300800 #5 0x00035868 in redisplay_internal (preserve_echo_area=) at xdisp.c:12060 w = (struct window *) 0x195978f0 f = pause = 0 must_finish = 1 tlbufpos = { charpos = 425537696, bytepos = 425537696 } number_of_visible_frames = 1 polling_stopped_here = 1 old_frame = 9138516 consider_all_windows_p = #6 0x00035d28 in redisplay_preserve_echo_area (from_where=13) at xdisp.c:12094 No locals. #7 0x00146de7 in status_notify (deleting_process=0x0) at process.c:6906 proc = 422480020 buffer = 425665812 tail = msg = 51929347 #8 0x001498dc in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=25165833, wait_proc=0x0, just_wait_proc=0) at process.c:4678 Atemp = { fds_bits = {0 } } Ctemp = { fds_bits = {0 } } timeout_reduced_for_timers = 1 channel = nfds = 1 Available = { fds_bits = {128, 0 } } Connecting = { fds_bits = {0 } } check_connect = 0 check_delay = 0 no_avail = xerrno = proc = timeout = { tv_sec = 0, tv_usec = 0 } end_time = { tv_sec = 1218913379, tv_usec = 636576 } wait_channel = -1 got_some_input = 1 #9 0x0000c296 in sit_for (timeout=240, reading=1, do_display=1) at dispnew.c:6619 sec = usec = 0 #10 0x0009bbf8 in read_char (commandflag=1, nmaps=6, maps=0xbfffdfd0, prev_event=25165833, used_mouse_menu=0xbfffe0d8, end_time=0x0) at keyboard.c:2895 tem0 = delay_level = 4 buffer_size = c = 25165833 count = jmpcount = 2 local_getcjmp = {918399, 0, 8098, 633595, 981200, 3440316, 0, 3440316, -1073750152, -1073750544, 25165855, 662, 635534, 23, 31, 31, 33554432, -1073807305} save_jump = {0 } key_already_recorded = 0 tem = save = previous_echo_area_message = 25165833 also_record = 25165833 reread = 0 polling_stopped_here = orig_kboard = (struct kboard *) 0x83b140 #11 0x0009dc3b in read_key_sequence (keybuf=0xbfffe198, bufsize=30, prompt=25165833, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9349 interrupted_kboard = (KBOARD *) 0x83b140 key = 1058327 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 = 6 nmaps_allocated = 6 defs = (Lisp_Object * volatile) 0xbfffdfa0 submaps = (Lisp_Object * volatile) 0xbfffdfd0 orig_local_map = 50222101 orig_keymap = 25165833 localized_local_map = 0 first_binding = 0 first_unbound = 31 mock_input = 0 fkey = { parent = 4941253, map = 4941253, start = 0, end = 0 } keytran = { parent = 4386685, map = 4386685, start = 0, end = 0 } indec = { parent = 4941261, map = 4941261, start = 0, end = 0 } shift_translated = 0 delayed_switch_frame = 25165833 original_uppercase = -1073749720 original_uppercase_position = -1 starting_buffer = (struct buffer *) 0x19523aa0 fake_prefixed_keys = 25165833 #12 0x000a012a in command_loop_1 () at keyboard.c:1620 cmd = lose = nonundocount = 0 keybuf = {35523785, 617387, 3441000, 25165833, -1073749464, 617600, 366757405, -1073749538, -1073749512, -1880941328, 4301001, 152, -1073749538, 25165833, 1, 10, 0, -1895817300, 6307477, 1, -1073749448, -1791741113, 50388496, 0, -1073749492, -1073749680, 0, 3866624, 25165833, 33476529} i = 1 prev_modiff = 25222 prev_buffer = (struct buffer *) 0x19523aa0 already_adjusted = 0 #13 0x00101ffd in internal_condition_case (bfun=0x9fef0 , handlers=25205497, hfun=0x96ba0 ) at eval.c:1511 val = c = { tag = 25165833, val = 25165833, next = 0xbfffe34c, gcpro = 0x0, jmp = {-1073806465, -1880940628, 8098, 1056523, 25165833, 25165833, 3440252, 3440316, -1073749272, -1073749456, 31, 662, 1056666, 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 = 0xbfffe248, next = 0x0 } #14 0x0008ff38 in command_loop_2 () at keyboard.c:1338 val = 0 #15 0x00101edc in internal_catch (tag=0, func=0x8fef0 , arg=25165833) at eval.c:1247 c = { tag = 25201569, val = 25165833, next = 0x0, gcpro = 0x0, jmp = {-1791753345, 0, 8098, 1056313, -1791740947, 19216, 3440384, 3440316, -1073749048, -1073749200, 25296927, 662, 1056463, 25296919, 25296927, 25165855, 6291456, 4259895}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0 } #16 0x0008fc8e in command_loop () at keyboard.c:1317 No locals. #17 0x0008fd52 in recursive_edit_1 () at keyboard.c:942 val = #18 0x0008fed1 in Frecursive_edit () at keyboard.c:1004 buffer = 25165833 #19 0x0008eb6b in main (argc=1, argv=0xbfffe5a4) at emacs.c:1689 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 From unknown Sun Jun 22 04:33:40 2025 X-Loop: don@donarmstrong.com Subject: bug#1075: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color Reply-To: Glenn Morris , 1075@debbugs.gnu.org Resent-From: Glenn Morris Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 03 Oct 2008 18:05:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1075 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Received: via spool by 1075-submit@emacsbugs.donarmstrong.com id=B1075.122305654724158 (code B ref 1075); Fri, 03 Oct 2008 18:05:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-12.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075) by emacsbugs.donarmstrong.com; 3 Oct 2008 17:55:47 +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 m93HtiOB024152 for <1075@emacsbugs.donarmstrong.com>; Fri, 3 Oct 2008 10:55:46 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KloqE-0003Nz-Sm; Fri, 03 Oct 2008 13:53:26 -0400 From: Glenn Morris To: Lennart Staflin Cc: 1075@debbugs.gnu.org References: <48E62E8B.5010905@lysator.liu.se> X-Spook: strategic Saudi Arabia Aladdin ARPA assassination X-Ran: 1?nsuy0*&u+3oW,36N94,fAm\q+RzPgC5$6]F]5-1Y$67&J|;.9q1Fz8RH|TE3#O2mI+0~ X-Hue: black X-Attribution: GM Date: Fri, 03 Oct 2008 13:53:26 -0400 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 Lennart Staflin wrote: > After a crash I with ns_free_indexed_color, and x_clear_image_1 on the > stack. I noticed that x_clear_image_1 calls ns_free_indexed_color with > only one argument, but it takes two arguments. Perhaps that explains a > number of crashes in ns_free_indexed_color. Wow. I have just noticed how many ns crash reports have basically the same backtrace. I for one am sorry for not noticing that before. Your observation looks good to me. From unknown Sun Jun 22 04:33:40 2025 X-Loop: don@donarmstrong.com Subject: bug#1075: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Reply-To: Adrian Robert , 1075@debbugs.gnu.org Resent-From: Adrian Robert Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , don@donarmstrong.com Resent-Date: Fri, 03 Oct 2008 18:40:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1075 X-Emacs-PR-Package: emacs,ns X-Emacs-PR-Keywords: Received: via spool by 1075-submit@emacsbugs.donarmstrong.com id=B1075.12230586741354 (code B ref 1075); Fri, 03 Oct 2008 18:40:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075) by emacsbugs.donarmstrong.com; 3 Oct 2008 18:31:14 +0000 Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m93IVBwK001348 for <1075@emacsbugs.donarmstrong.com>; Fri, 3 Oct 2008 11:31:12 -0700 Received: by yw-out-2324.google.com with SMTP id 3so314980ywj.31 for <1075@emacsbugs.donarmstrong.com>; Fri, 03 Oct 2008 11:31:10 -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 :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=pEIMkoCL4kISclpUMhWET5PjlWNI7CWTUU/mTBlWAGk=; b=hg1MeXF5GLpYxUyNYk11XspDx7H+FqbLSaW4TJXaJSoTeQ2BTgWt4ncygkiFY/9/z1 f2y5yv5XqQnUdgKrprJhAi1S7W9Dd/DE/w0e5kPBcT3a2HlLenzayyoVBZpUy42W7K5/ LHHb2BQ17dKm5WOxZYFR1kzhruFWoaloruVWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=uS/rA8CnA5sMgU5RUR8+5ecuq8P7tuOJXoG1/X2ctHEPmFbUfD68Nc0b70/xm+gtww XDGZHIWiMWy21XxHFR9SFVj+R8lp4O7AjZxT0IpBKLDX1qZ6BB32HXWNKMg/DaYzUgDm NrQrDGdlvIAvhetryzUxvcljHaPYBPk1h/aEc= Received: by 10.90.55.9 with SMTP id d9mr1680708aga.49.1223058670494; Fri, 03 Oct 2008 11:31:10 -0700 (PDT) Received: from ?10.0.1.199? ([72.169.150.82]) by mx.google.com with ESMTPS id y56sm2877639hsb.9.2008.10.03.11.30.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Oct 2008 11:31:03 -0700 (PDT) Message-Id: From: Adrian Robert To: 1075@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Fri, 3 Oct 2008 14:30:23 -0400 X-Mailer: Apple Mail (2.926) > After a crash I with ns_free_indexed_color, and x_clear_image_1 on > the stack. I noticed that x_clear_image_1 calls > ns_free_indexed_color with only one argument, but it takes two > arguments. Perhaps that explains a number of crashes in > ns_free_indexed_color Thanks for this info. I checked in a fix based on your suggestion, but am unsure whether this will solve the crash since I have not experienced it. If it seems to go away could you please let me know? thanks From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Lennart Staflin Subject: bug#1075 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <48E62E8B.5010905@lysator.liu.se> X-Emacs-PR-Message: they-closed 1075 X-Emacs-PR-Package: emacs,ns Reply-To: 1075@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588905-8566-1" This is a multi-part message in MIME format... ------------=_1227588905-8566-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_c= olor It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588905-8566-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588905-8566-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From lenst@lysator.liu.se Fri Oct 3 07:39:26 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=-7.9 required=4.0 tests=BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 3 Oct 2008 14:39:26 +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 m93EdI15006310 for ; Fri, 3 Oct 2008 07:39:19 -0700 Received: from mx10.gnu.org ([199.232.76.166]:39594) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Kllm9-0004NV-4R for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:37:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KlloH-0006uL-NB for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:39:17 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:35838) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KlloH-0006tN-AZ for emacs-pretest-bug@gnu.org; Fri, 03 Oct 2008 10:39:13 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id A3ABC40018 for ; Fri, 3 Oct 2008 16:39:10 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 9756040029; Fri, 3 Oct 2008 16:39:10 +0200 (CEST) Received: from [172.17.0.4] (90-227-135-28-no52.tbcn.telia.com [90.227.135.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id F2C7840018 for ; Fri, 3 Oct 2008 16:39:07 +0200 (CEST) Message-ID: <48E62E8B.5010905@lysator.liu.se> Date: Fri, 03 Oct 2008 16:39:07 +0200 From: Lennart Staflin User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: emacs-pretest-bug@gnu.org Subject: 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) After a crash I with ns_free_indexed_color, and x_clear_image_1 on the stack. I noticed that x_clear_image_1 calls ns_free_indexed_color with only one argument, but it takes two arguments. Perhaps that explains a number of crashes in ns_free_indexed_color. //Lennart Staflin In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) of 2008-10-03 on sin Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--enable-maintainer-mode' '--without-x' '--with-jpeg' '--with-gif' '--with-png' 'CFLAGS=-g'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t auto-insert-mode: t iswitchb-mode: t partial-completion-mode: t recentf-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x r e p o r t SPC b u g Recent messages: Loading /Users/lenst/emacs/lenst-lisp/loaddefs.el (source)...done Loading /Users/lenst/emacs/lenst-lisp/suck.el (source)...done Loading ~/emacs/lenst-lisp/lenst...done Loading /Users/lenst/emacs/lisp/loaddefs.el (source)...done Loading /Users/lenst/src/emorb/loaddefs.el (source)...done Loading /Users/lenst/.recentf...done Cleaning up the recentf list...done (0 removed) Loading paren...done Loading /Users/lenst/.emacs-records...done For information about GNU Emacs and the GNU system, type C-h C-a. ------------=_1227588905-8566-1-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Lennart Staflin Subject: bug#588 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <4884BB23.8010501@lysator.liu.se> X-Emacs-PR-Message: they-closed 588 X-Emacs-PR-Package: emacs,ns Reply-To: 588@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588906-8566-3" This is a multi-part message in MIME format... ------------=_1227588906-8566-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; with-ns emacs crash It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588906-8566-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588906-8566-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From lenst@lysator.liu.se Mon Jul 21 09:37:16 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.0 required=4.0 tests=AWL,BAYES_00,FOURLA, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD1,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; 21 Jul 2008 16:37:16 +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 m6LGbBsf015946 for ; Mon, 21 Jul 2008 09:37:12 -0700 Received: from mail.gnu.org ([199.232.76.166]:35483 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KKyNA-00062F-Vk for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 12:36:29 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KKyNk-0006Ut-Au for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 12:37:10 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:60670) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKyNj-0006Ta-Lq for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 12:37:04 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id BD8A922EBB66 for ; Mon, 21 Jul 2008 18:37:00 +0200 (CEST) Received: from mail.lysator.liu.se ([127.0.0.1]) by localhost (lenin.lysator.liu.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19561-01-31 for ; Mon, 21 Jul 2008 18:36:59 +0200 (CEST) Received: from [172.17.0.4] (90-229-134-84-no52.tbcn.telia.com [90.229.134.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id A17E322E8D51 for ; Mon, 21 Jul 2008 18:36:59 +0200 (CEST) Message-ID: <4884BB23.8010501@lysator.liu.se> Date: Mon, 21 Jul 2008 18:36:51 +0200 From: Lennart Staflin User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: emacs-pretest-bug@gnu.org Subject: 23.0.60; with-ns emacs crash Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lysator.liu.se X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Emacs crashes randomly (it seems), but with similar backtraces: #0 0x00160380 in ns_free_indexed_color (idx=0, f=0x1359230) at nsterm.m:1310 color_table = (struct ns_color_table *) 0x1 #1 0x00187200 in x_clear_image_1 (f=0x0, img=0x1359110, pixmap_p=-1073749824, mask_p=1, colors_p=1) at image.c:1709 No locals. #2 0x00186bd0 in free_image (f=0x0, img=0x1359110) at image.c:1393 c = (struct image_cache *) 0x1 #3 0x00187730 in clear_image_cache (f=0xab1410, filter=41944073) at image.c:1926 img = (struct image *) 0x1359110 t = { tv_sec = 1216657515, tv_usec = 916984 } old = 1216655715 i = 0 nfreed = 1 c = (struct image_cache *) 0xaeb9f0 #4 0x00187830 in clear_image_caches (filter=41944073) at image.c:1963 tail = 7 #5 0x00035914 in redisplay_internal (preserve_echo_area=0) at xdisp.c:12038 w = (struct window *) 0x13f55e0 f = (struct frame *) 0xa0001fac pause = 0 must_finish = 1 tlbufpos = { charpos = 1409044, bytepos = 722692 } number_of_visible_frames = 1 count = 2 count1 = 3228748 polling_stopped_here = 1 old_frame = 11211796 consider_all_windows_p = 1 #6 0x000997cc in read_char (commandflag=1, nmaps=4, maps=0xbfffefe0, prev_event=41944073, used_mouse_menu=0xbffff04c, end_time=0x0) at keyboard.c:2687 c = 41944073 count = 3442636 jmpcount = 154275 local_getcjmp = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1073747176, -1073746584, 2, 3, 1, 0, -1073747480, 0, 0, -1073747504, 8, -1073747536, 1306672, -1073747376, 0, 1311296, 0, 0, 0, 41944073, 16959901, 16959877, 0, 0, 0, 0, 0, 0, 0, 41944073, 16959901, 16959877, 0, 0, 0, 94321365, 0, -1073747504, 60870539, 94321356, 20080164, 0, 0, 0, 0, 1, 0, 0, 10, 0, 3207296, 3229032, 3, -1073746916, 0, 0, 20081524, 20081520, 94402849, 41944073, 1065108, -1073747232, 0, 1065900, 612, 0, 0, -1, 0, -1073747232, 93898752, 1, 0, 0, 13, 4, 0, 0, 3207296, 0, 2564, 3207296, 3207296, 3207296, 3207296, 3207296, 3207296, 3229032, 3229032, 3229032, 0, -1073746916, 1, 20081520, 94402849, -1073747232, 1066344, -1073747088, 603988514, 1067724, 0, 3471252, 3207216, 3229032, 3229032, 3229032, 1, 0, 1, -1073746920, 42030809, -1073746824, -1073746920, -1073746916, 0, 824, 0, 1748240, 148624, 3199596, 1401744, -1073747056, 3443808, 41974297, 3229032, 3236164, 1, 0, 41894024, -1073746920, 41944073, 3442472, 1073476, -1073746976, 603988516, 1073904, 310816, -1073746992, -1073746912, 310832, 840300, -1073746976, 1207968290, 840380, 1762032, 1, -1073746872, 1734520, 123632, -1073746928, 3207296, 3229032, 3229032, 3229032, 1, -1073746676, 1, 1, 1, -1073746676, 1074160, -1073746880, 1140859426, 1074220, 1, -1073746816, 60673953, -1073746944, 1066344, -1073746800, 603988514, 1067724, 164896, -1073746816, 41944073, 94402849, 48, -1073746832, 3238544, -1073746408, -1073746752, 3200320} save_jump = {42030809, -1073746880, 1066344, -1073746736, 0, 1067016, 0, 0, 3207216, 3207216, 3207216, 6, 1306672, 20789540, 1391024, -1073746752, 50112145, 1390204, -1073746680, -1073746676, 1, 63688, 0, -1073746720, 0, 0, 0, 0, 0, 3207296, 0, -1073746672, 148371, 148370, 1391024, -1073746672, 3470884, 1391144, 1057436, -1073746640, 603980324, 20789540, 1391024, -1073746640, 0, 1390204, 0, -1073746752, 2458443, 41944073, 3442452, -1073746608, 3243968, 3442452, 1408960, -1073746592, 0, 1409044, 0, -1073746560, 148370, 148369, 1391024, -1073746560, 3230528, 1391144, 42104953, 41944073, 3442452, 41944073, 1395520, -1073746496, 42104953, 1395748, 1419360, -1073746512, 0, 20789540, 20789536, -1073746496, 3243968, 3442452, 1408960, -1073746480, -1073745236, 1409044, 722692, 1186960, 20789536, 41944073, -1, 1, 3230528, 18475061, 41971561, 41944073, 3442452, 41944073, 1395520, -1073746400, 41971561, 1395748, 1011504, -1073746400, -1073745256, 1409228, 3197476, 3207296, 3207296, 1186960, 3239728, 20789536, 148371, 41971561, -1, -1073746336, 41971561, 20789540, 20789536, -1073746336, 1186968, -1073746224, 1011504, -1073746096, 1140851266, 1012172, 1231280, -1073746304, 1, 1231392, 3200352, -1073746272, -1073746256, -1073746220, 2, -1073746256, 148370, 148369, 1391024, -1073746256, -1073746248, 1391144, 1048004, -1073746224, 603988516, 1053708, 981216, -1073746192, 2738628, 981384, 1, -1073745872, 42030449, -1, -4, -1073746192, 3243968, 3442452, 1408960, -1073746176, 3207296, 8118472, 41944073, 50160497, 1, 50160497, 983744, -1073746144, 3230528, 983864, 42104857, 41944073, 3442452, 41944073, 1395520, -1073746096, 42104857, 1395748, 1409280, -1073746096, -2021289069, -1073746336, 40, 58730865, 1, 8118480, 677188, -1073745984, 3197476, 677440, 1, 155326} key_already_recorded = 0 tem = 20288048 save = 3442828 previous_echo_area_message = 41944073 also_record = 41944073 reread = 0 polling_stopped_here = 3442616 orig_kboard = (struct kboard *) 0xa28000 #7 0x0009d30c in read_key_sequence (keybuf=0xbffff158, bufsize=30, prompt=41944073, dont_downcase_last=3207296, can_return_switch_frame=3453936, fix_current_buffer=3207296) at keyboard.c:9431 interrupted_kboard = (KBOARD *) 0xa28000 used_mouse_menu = 4 echo_local_start = -1073745984 last_real_key_start = 4 keys_local_start = -1073745952 local_first_binding = 41869165 from_string = -1073745984 count = 641572 t = -1073745632 echo_start = 1140851266 keys_start = 642512 nmaps = 1391024 nmaps_allocated = -1073745888 defs = (Lisp_Object * volatile) 0x30fdc4 submaps = (Lisp_Object * volatile) 0x153a28 orig_local_map = 1378732 orig_keymap = 16959501 localized_local_map = 17170757 first_binding = 41869165 first_unbound = 7581005 mock_input = 20789540 fkey = { parent = 41944073, map = 0, start = 0, end = 31 } keytran = { parent = 0, map = 0, start = 41944073, end = 40 } indec = { parent = -1, map = 41944073, start = 20212048, end = 0 } shift_translated = 1186960 delayed_switch_frame = 41944073 original_uppercase = 2 original_uppercase_position = 0 starting_buffer = (struct buffer *) 0x7be33d fake_prefixed_keys = 0 #8 0x0009f4b8 in command_loop_1 () at keyboard.c:1653 cmd = 3442452 lose = 3442452 nonundocount = 0 keybuf = {41974753, 18466053, -1073745472, 603980354, 618012, 0, -1073745472, 0, 0, 0, 0, 0, 60687382, 3, 0, 0, 60687382, 3225344, 3442472, 3442452, 41944073, 41944073, 3453576, 3453572, 589116, 618080, -1073745312, 570425890, 618448, 0} i = 3442452 prev_modiff = 2564 prev_buffer = (struct buffer *) 0x13d3920 already_adjusted = 0 #9 0x001023d8 in internal_condition_case (bfun=0x9f070 , handlers=41983713, hfun=0x96e50 ) at eval.c:1511 val = 0 c = { tag = 41944073, val = 41944073, next = 0xbffff698, gcpro = 0x0, jmp = {-1073745312, 3470928, 0, 0, 3203488, 0, 3203488, 3203488, 3203488, 2, -1073743032, 2, -1073743044, 3442472, 3453680, 41944073, 41944073, 0, 0, 589116, 1057436, 1057636, 603980360, 3210684, 1057436, 1057636, -524288, -2113781760, 0, -1073745220, -524288, -2113781760, 0, -1073745204, -1073743032, 1, 40, -1610576532, -1610569748, 92274688, -1610562188, -1610576532, -1610576532, 10532848, -1610569748, -1073744944, -1610569748, 1216644346, -1610562188, 10532944, 10573616, 10, -1878845492, -1073744928, -1610599536, -1878950620, -1879034992, -1073744880, 1140884002, -1879034368, -1073743044, -1073744752, -1073742712, 3181836, 15, 3203488, -1073744760, 5563930, 8392000, -1073744816, 8388688, -1880767128, -1881079300, -1073744816, 1140851240, -1881078444, -1610569748, -1073744816, -1610569748, 1216644346, -1610562188, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, 1089333455, -1111290538, 1051532128, 0, 1089333452, -203605066, 0, 0, 1085022207, -3497184, 1068912430, -1929379840, 1085022207, -3497184, 1068912430, -1929379840, -1073743896, 6, 6, 957184, -1073744640, 8388688, 957204, -1881123184, -1073744608, 10586496, -1881123000, 1019148, -1073744592, 1140851234, 958008, -1073743044, 3442472, 3219912, -1880767128, 3219912, 8388688, 5538299, 5040, -1881077508, -1073744528, -1073742712, -1881077108, 3442452, 800, 3182732, 3471180, 1020044, -1073744464, 10586496, -1881057576, 1019148, -1073744464, -1073742712, 8392000, 1020044, 800, -1073743896, 6, 1020044, -1073744464, 1140851234, 4096, -1880795504, 0, 8388688, 73, -1881123184, -1073744432, 4, -1881123000, 6, 1, 0, 6, 6, 3203488, -1073742712, 2, 3442452, 800, 3182732, 3471180, 1020044, -1073743104, 3453680, 41944073}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 41983713, var = 41944073, chosen_clause = 41944121, tag = 0xbffff2ac, next = 0x0 } #10 0x0008fd70 in command_loop_2 () at keyboard.c:1369 No locals. #11 0x00102260 in internal_catch (tag=0, func=0x8fd30 , arg=41944073) at eval.c:1247 c = { tag = 41979785, val = 41944073, next = 0x0, gcpro = 0x0, jmp = {-1073744288, 0, 0, 0, 3203488, 0, 3203488, 3203488, 3203488, 2, -1073743032, 2, -1073743044, 3442472, 3453680, 41944073, 0, 0, 0, 3453444, 1057132, 1057352, 603980418, 56383310, 92325907, 92325907, -524288, -2113519616, 0, -1073744216, -1073743952, 0, -1073744000, 359856, -1073744000, 0, 360092, 78, -1073743776, 78, 1, 957184, -1073743968, 75, 3219604, 92325832, 0, 3219604, 3465564, 0, -1073743872, 0, 75, -1, 1, -1073743248, 0, 152, -1610599536, 9, 92274688, 9, -1610599536, -1610599536, 152, -1879034992, -1073743840, 603996706, -1879034368, 3465512, 50254456, 1104948, 1068912430, 0, -1073743776, -1073743264, 1, 588, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, -1035222635, -2021289069, 1089333455, -1111290538, 1051532128, 0, 1089333452, -203605066, 0, 0, 1085022207, -3497184, 1068912430, -1929379840, -1073743616, -1073743032, 953668, 3200, -1610599536, 1, 92274688, 10, -1610599536, -1610599536, 3200, -1879034992, -1073743600, 9, 1, -1073743044, 10, -1073742712, 10, 10, 0, 92332544, 1520, 3203488, 2, -1073743032, 2, 41, -1610599536, -1073742712, 92274688, 10, -1610599536, -1610599536, 41, -1879034992, -1073743472, 1140851234, -1879034368, 1305856, -1073743456, 22036808, 1520, 13444, -1073743504, 3203488, 953668, 0, 22035992, -1073743248, 0, -1073743288, 10, 9, 3232436, -1073743044, 3203488, -1073742712, 80, 3203488, 2, -1073743032, 2, 3203488, 2, -1073743032, 2, 172, -1073743392, -1073742712, 92274688, 3442452, -1073743392, -1610599536, 172, -1879034992, -1073743344, 1140851234}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0 } #12 0x0008fa20 in command_loop () at keyboard.c:1348 No locals. #13 0x0008fb48 in recursive_edit_1 () at keyboard.c:957 count = 1 val = 41944073 #14 0x0008fcd4 in Frecursive_edit () at keyboard.c:1019 count = 0 buffer = 41944073 #15 0x0008f320 in main (argc=800, argv=0xbffffc88) at emacs.c:1796 dummy = 0 stack_bottom_variable = -113 '\217' do_initial_setlocale = 2 skip_args = 2 rlim = { rlim_cur = 8388608, rlim_max = 67108864 } no_loadup = 0 junk = 0x0 In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) of 2008-07-21 on sin configured using `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t iswitchb-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: Recent messages: Loading ~/emacs/lenst-lisp/lenst (compiled; note, source file is newer)... Loading /Users/lenst/emacs/lenst-lisp/loaddefs.el (source)...done Loading /Users/lenst/emacs/lenst-lisp/suck.el (source)...done Loading ~/emacs/lenst-lisp/lenst (compiled; note, source file is newer)...done Loading /Users/lenst/emacs/lisp/loaddefs.el (source)...done Loading paren...done Loading /Users/lenst/.emacs-records...done For information about GNU Emacs and the GNU system, type C-h C-a. ------------=_1227588906-8566-3-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#589 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <6C78F0A9-07E8-44C3-B2E1-5CEB9F419490@gmail.com> X-Emacs-PR-Message: they-closed 589 X-Emacs-PR-Package: emacs,ns Reply-To: 589@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588907-8566-5" This is a multi-part message in MIME format... ------------=_1227588907-8566-5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; repeated crashes It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588907-8566-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588907-8566-5 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@gmail.com Mon Jul 21 11:17:35 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.7 required=4.0 tests=BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD2, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Jul 2008 18:17:35 +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 m6LIHP7H008440 for ; Mon, 21 Jul 2008 11:17:26 -0700 Received: from mail.gnu.org ([199.232.76.166]:43529 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KKzwB-0001Pt-DH for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 14:16:43 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KKzwl-0001Wj-5F for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 14:17:24 -0400 Received: from postoffice03.princeton.edu ([128.112.131.174]:38377 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKzwk-0001WP-H7 for emacs-pretest-bug@gnu.org; Mon, 21 Jul 2008 14:17:18 -0400 Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6LIH8tn012699 for ; Mon, 21 Jul 2008 14:17:13 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6LIH30f007428 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 21 Jul 2008 14:17:08 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <6C78F0A9-07E8-44C3-B2E1-5CEB9F419490@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Clifford Wulfman Subject: 23.0.60; repeated crashes Date: Mon, 21 Jul 2008 14:17:24 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Emacs crashed when I attempted to do a query/replace. Output from CrashReporter's log appended below. (NB: I've been experiencing a crash every half-hour or so since installing this build; I'm happy to send additional crash reports if they would be useful.) In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-21 on hagen.princeton.edu configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Output from CrashReporter: Emacs.crash.log ********** Host Name: hagen Date/Time: 2008-07-21 14:09:25.277 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [86] Version: Version 23.0.60 (NS 9.0) PID: 17686 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000118 Thread 0 Crashed: 0 Emacs 0x00161bab ns_free_indexed_color + 17 (nsterm.m:1310) 1 Emacs 0x00186f0d x_clear_image_1 + 143 (image.c:1709) 2 Emacs 0x001869fa free_image + 83 (image.c:1394) 3 Emacs 0x00187234 clear_image_cache + 192 (image.c:1927) 4 Emacs 0x001872f0 clear_image_caches + 53 (image.c:1961) 5 Emacs 0x00032c82 redisplay_internal + 4412 (xdisp.c:12045) 6 Emacs 0x0003318c redisplay_preserve_echo_area + 51 (xdisp.c:12079) 7 Emacs 0x0000b89d Fredisplay + 173 (dispnew.c:6650) 8 Emacs 0x0010beb9 Ffuncall + 983 (eval.c:3048) 9 Emacs 0x001451e3 Fbyte_code + 7271 (bytecode.c:678) 10 Emacs 0x0010b7c3 funcall_lambda + 200 (eval.c:3234) 11 Emacs 0x0010bca6 Ffuncall + 452 (eval.c:3099) 12 Emacs 0x001451e3 Fbyte_code + 7271 (bytecode.c:678) 13 Emacs 0x0010b7c3 funcall_lambda + 200 (eval.c:3234) 14 Emacs 0x0010bca6 Ffuncall + 452 (eval.c:3099) 15 Emacs 0x001451e3 Fbyte_code + 7271 (bytecode.c:678) 16 Emacs 0x0010b7c3 funcall_lambda + 200 (eval.c:3234) 17 Emacs 0x0010bca6 Ffuncall + 452 (eval.c:3099) 18 Emacs 0x001451e3 Fbyte_code + 7271 (bytecode.c:678) 19 Emacs 0x0010b7c3 funcall_lambda + 200 (eval.c:3234) 20 Emacs 0x0010bca6 Ffuncall + 452 (eval.c:3099) 21 Emacs 0x001451e3 Fbyte_code + 7271 (bytecode.c:678) 22 Emacs 0x0010b7c3 funcall_lambda + 200 (eval.c:3234) 23 Emacs 0x0010bca6 Ffuncall + 452 (eval.c:3099) 24 Emacs 0x0010d4c6 Fapply + 247 (eval.c:2531) 25 Emacs 0x0010d621 apply1 + 44 (eval.c:2796) 26 Emacs 0x00107964 Fcall_interactively + 525 (callint.c:389) 27 Emacs 0x0010beb9 Ffuncall + 983 (eval.c:3048) 28 Emacs 0x0010c055 call3 + 25 (eval.c:2874) 29 Emacs 0x000a4446 Fexecute_extended_command + 558 (keyboard.c:10535) 30 Emacs 0x0010beb9 Ffuncall + 983 (eval.c:3048) 31 Emacs 0x0010841a Fcall_interactively + 3267 (callint.c:859) 32 Emacs 0x0010beb9 Ffuncall + 983 (eval.c:3048) 33 Emacs 0x0010c055 call3 + 25 (eval.c:2874) 34 Emacs 0x000abbb5 command_loop_1 + 1119 (keyboard.c:1920) 35 Emacs 0x0010a0ad internal_condition_case + 245 (eval.c:1511) 36 Emacs 0x0009da24 command_loop_2 + 68 (keyboard.c:1370) 37 Emacs 0x00109f9e internal_catch + 171 (eval.c:1247) 38 Emacs 0x0009d7c6 command_loop + 170 (keyboard.c:1349) 39 Emacs 0x0009d87f recursive_edit_1 + 145 (keyboard.c:957) 40 Emacs 0x0009d9c7 Frecursive_edit + 228 (keyboard.c:1020) 41 Emacs 0x0009c6e3 main + 2477 (emacs.c:1799) 42 Emacs 0x0000234a _start + 216 43 Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x00161ba8 ecx: 0x00000003 edx: 0x043a3c80 edi: 0x00afa300 esi: 0x043a39a0 ebp: 0xbfffe1c8 esp: 0xbfffe1a0 ss: 0x0000001f efl: 0x00010286 eip: 0x00161bab cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff Emacs Version 23.0.60 (NS 9.0) /Users/cliff/ Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib ------------=_1227588907-8566-5-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#596 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <85329A42-3B78-4E75-8EE6-5A87415493BD@Princeton.EDU> X-Emacs-PR-Message: they-closed 596 X-Emacs-PR-Package: emacs,ns Reply-To: 596@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588907-8566-7" This is a multi-part message in MIME format... ------------=_1227588907-8566-7 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; crash while running visiting a file in a buffer It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588907-8566-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588907-8566-7 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@Princeton.EDU Tue Jul 22 12:41:57 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.2 required=4.0 tests=BAYES_00,FOURLA, FVGT_m_MULTI_ODD,HTML_MESSAGE,IMPRONONCABLE_1,IMPRONONCABLE_2, MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 22 Jul 2008 19:41: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 m6MJfjtw027572 for ; Tue, 22 Jul 2008 12:41:46 -0700 Received: from mail.gnu.org ([199.232.76.166]:32954 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KLNjI-0002G5-JP for emacs-pretest-bug@gnu.org; Tue, 22 Jul 2008 15:41:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KLNjq-0002SO-Ps for emacs-pretest-bug@gnu.org; Tue, 22 Jul 2008 15:41:42 -0400 Received: from postoffice04.princeton.edu ([128.112.131.112]:33726 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLNjo-0002R4-Tl for emacs-pretest-bug@gnu.org; Tue, 22 Jul 2008 15:41:34 -0400 Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6MJfQcR029010 for ; Tue, 22 Jul 2008 15:41:26 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver1.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6MJfFQ0003638 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 22 Jul 2008 15:41:25 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) To: emacs-pretest-bug@gnu.org Message-Id: <85329A42-3B78-4E75-8EE6-5A87415493BD@Princeton.EDU> Content-Type: multipart/alternative; boundary=Apple-Mail-27-77811481 From: Clifford Wulfman Subject: 23.0.60; crash while running visiting a file in a buffer Date: Tue, 22 Jul 2008 15:41:36 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. --Apple-Mail-27-77811481 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Typed C-x C-f to find a file. Output of Emacs.crash.log appended below. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-22 on hagen.princeton.edu Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: c r a s h SPC w h i l e SPC o p e n i n g SPC n e w SPC f r a C-g C-g C-x 2 C-g C-h k C-x 2 Recent messages: Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Quit [3 times] Type C-x 4 C-o RET to restore the other window, C-M-v to scroll help. ********** Host Name: hagen Date/Time: 2008-07-22 15:33:10.485 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [86] Version: Version 23.0.60 (NS 9.0) PID: 17410 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000118 Thread 0 Crashed: 0 Emacs 0x00161b93 ns_free_indexed_color + 17 (nsterm.m:1309) 1 Emacs 0x001870ed x_clear_image_1 + 143 (image.c:1709) 2 Emacs 0x00186bda free_image + 83 (image.c:1394) 3 Emacs 0x00187414 clear_image_cache + 192 (image.c:1927) 4 Emacs 0x001874d0 clear_image_caches + 53 (image.c:1961) 5 Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 Emacs 0x000331ea redisplay_preserve_echo_area + 149 (xdisp.c:12082) 7 Emacs 0x000a5d37 detect_input_pending_run_timers + 73 (keyboard.c:10634) 8 Emacs 0x0014e760 wait_reading_process_output + 2260 (process.c: 4937) 9 Emacs 0x0000b757 sit_for + 194 (dispnew.c:6626) 10 Emacs 0x000a7b36 read_char + 4300 (keyboard.c:2932) 11 Emacs 0x000a9592 read_key_sequence + 866 (keyboard.c:9431) 12 Emacs 0x000ab95c command_loop_1 + 542 (keyboard.c:1653) 13 Emacs 0x0010a095 internal_condition_case + 245 (eval.c:1511) 14 Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 15 Emacs 0x00109f86 internal_catch + 171 (eval.c:1247) 16 Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 17 Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 18 Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 19 Emacs 0x0009c6cb main + 2477 (emacs.c:1799) 20 Emacs 0x0000234a _start + 216 21 Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x00161b90 ecx: 0x00000003 edx: 0x04374ba0 edi: 0x00afa9d0 esi: 0x04397530 ebp: 0xbfffe998 esp: 0xbfffe970 ss: 0x0000001f efl: 0x00010282 eip: 0x00161b93 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff Emacs Version 23.0.60 (NS 9.0) /Users/cliff/ Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib Clifford E. Wulfman Coordinator of Library Digital Initiatives Princeton University Library cwulfman@Princeton.EDU --Apple-Mail-27-77811481 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

Typed C-x C-f to find a file.=A0 Output of Emacs.crash.log = appended below.



In GNU Emacs 23.0.60.1 = (i386-apple-darwin8.11.1, *Step 9.0)

=A0of 2008-07-22 on = hagen.princeton.edu

Windowing system = distributor `Apple', version 49.46.48

configured using = `configure=A0 '--with-ns' = '--disable-ns-self-contained''


Important settings:

=A0 value of $LC_ALL: nil

=A0 value of $LC_COLLATE: nil

=A0 value of $LC_CTYPE: nil

=A0 value of $LC_MESSAGES: = nil

=A0 value of $LC_MONETARY: = nil

=A0 value of $LC_NUMERIC: nil

=A0 value of $LC_TIME: nil

=A0 value of $LANG: nil

=A0 value of $XMODIFIERS: nil

=A0 locale-coding-system: nil

=A0 = default-enable-multibyte-characters: t


Major mode: Fundamental


Minor modes in effect:

=A0 diff-auto-refine-mode: t

=A0 tooltip-mode: t

=A0 mouse-wheel-mode: t

=A0 menu-bar-mode: t

=A0 file-name-shadow-mode: t

=A0 global-font-lock-mode: t

=A0 global-auto-composition-mode: = t

=A0 auto-encryption-mode: t

=A0 auto-compression-mode: t

=A0 line-number-mode: t

=A0 transient-mark-mode: t


Recent input:

<help-echo> = <menu-bar> <help-menu> <send-emacs-bug-report>=A0

c r a s h SPC w h i l e SPC = o p e n i n g SPC n e w=A0

SPC f r a <backspace> = C-g C-g C-x 2 <C-down-mouse-1>=A0

<menu-bar> <file> = <recover-session> <help-echo> <down-mouse-1>=A0

<mouse-1> <help-echo> = <menu-bar> <help-menu> <send-emacs-bug-report>=A0

C-g C-h k C-x 2 = <menu-bar> <help-menu> <send-emacs

-bug-report>


Recent messages:

Loading rng-auto...done

Loading xmlunicode...

Loading = /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done

Loading = xmlunicode...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...done

Loading `slime': old-style = backquotes detected!

Loading = /Users/cliff/elisp/org-setup.el (source)...done

For information about GNU = Emacs and the GNU system, type C-h C-a.

Quit [3 times]

Type C-x 4 C-o RET to = restore the other window, C-M-v to scroll help.


**********


Host Name:=A0 =A0 =A0 hagen

Date/Time:=A0 =A0 =A0 2008-07-22 = 15:33:10.485 -0400

OS Version: =A0 =A0 10.4.11 (Build = 8S2167)

Report Version: 4


Command: Emacs

Path:=A0 =A0 = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

Parent:=A0 WindowServer [86]


Version: Version 23.0.60 = (NS 9.0)


PID:=A0 =A0 17410

Thread: 0


Exception:=A0 EXC_BAD_ACCESS (0x0001)

Codes:=A0 =A0 =A0 = KERN_PROTECTION_FAILURE (0x0002) at 0x00000118


Thread 0 Crashed:

0 =A0 Emacs = 0x00161b93 ns_free_indexed_color + 17 (nsterm.m:1309)

1 =A0 Emacs = 0x001870ed x_clear_image_1 + 143 (image.c:1709)

2 =A0 Emacs = 0x00186bda free_image + 83 (image.c:1394)

3 =A0 Emacs = 0x00187414 clear_image_cache + 192 (image.c:1927)

4 =A0 Emacs = 0x001874d0 clear_image_caches + 53 (image.c:1961)

5 =A0 Emacs = 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045)

6 =A0 Emacs = 0x000331ea redisplay_preserve_echo_area + 149 (xdisp.c:12082)

7 =A0 Emacs = 0x000a5d37 detect_input_pending_run_timers + 73 = (keyboard.c:10634)

8 =A0 Emacs = 0x0014e760 wait_reading_process_output + 2260 = (process.c:4937)

9 =A0 Emacs = 0x0000b757 sit_for + 194 (dispnew.c:6626)

10=A0 Emacs = 0x000a7b36 read_char + 4300 (keyboard.c:2932)

11=A0 Emacs = 0x000a9592 read_key_sequence + 866 (keyboard.c:9431)

12=A0 Emacs = 0x000ab95c command_loop_1 + 542 (keyboard.c:1653)

13=A0 Emacs = 0x0010a095 internal_condition_case + 245 (eval.c:1511)

14=A0 Emacs = 0x0009da0c command_loop_2 + 68 (keyboard.c:1370)

15=A0 Emacs = 0x00109f86 internal_catch + 171 (eval.c:1247)

16=A0 Emacs = 0x0009d7ae command_loop + 170 (keyboard.c:1349)

17=A0 Emacs = 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957)

18=A0 Emacs = 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020)

19=A0 Emacs = 0x0009c6cb main + 2477 (emacs.c:1799)

20=A0 Emacs = 0x0000234a _start + 216

21=A0 Emacs = 0x00002271 start + 41


Thread 0 crashed with X86 = Thread State (32-bit):

=A0 eax: 0x00000000=A0 ebx: 0x00161b90=A0 ecx: 0x00000003=A0 edx: 0x04374ba0

=A0 edi: 0x00afa9d0=A0 esi: 0x04397530=A0 ebp: 0xbfffe998=A0 esp: 0xbfffe970

=A0=A0 ss: 0x0000001f=A0 efl: 0x00010282=A0 eip: 0x00161b93 =A0 cs: 0x00000017

=A0=A0 ds: 0x0000001f =A0 es: 0x0000001f =A0 fs: 0x00000000 =A0 gs: 0x00000037


Binary Images = Description:

=A0 =A0 0x1000 - =A0 0x1a4fff Emacs Version = 23.0.60 (NS 9.0) = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

=A0 0x70e000 - =A0 0x738fff libdbus-1.3.dylib = = /opt/local/lib/libdbus-1.3.dylib

=A0 0x74b000 - =A0 0x774fff libncurses.5.dylib = = /opt/local/lib/libncurses.5.dylib

=A0 0xb5d000 - =A0 0xb64fff = com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 = (1.2.1) = /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart = Crash Reports.bundle/Contents/MacOS/Smart Crash Reports

0x8fe00000 - 0x8fe4afff = dyld 46.16 = /usr/lib/dyld

0x90000000 - 0x90171fff = libSystem.B.dylib /usr/lib/libSystem.B.dylib

0x901c1000 - 0x901c3fff = libmathCommon.A.dylib = /usr/lib/system/libmathCommon.A.dylib

0x901c5000 - 0x90202fff = com.apple.CoreText 1.1.3 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreText.framework/Versions/A/CoreText

0x90229000 - 0x902fffff ATS = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ATS.framework/Versions/A/ATS

0x9031f000 - 0x90774fff = com.apple.CoreGraphics 1.258.78 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x9080b000 - 0x908d3fff = com.apple.CoreFoundation 6.4.11 (368.35) = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Core= Foundation

0x90911000 - 0x90911fff = com.apple.CoreServices 10.4 (???) = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreSe= rvices

0x90913000 - 0x90a07fff = libicucore.A.dylib /usr/lib/libicucore.A.dylib

0x90a57000 - 0x90ad6fff = libobjc.A.dylib = /usr/lib/libobjc.A.dylib

0x90aff000 - 0x90b63fff = libstdc++.6.dylib /usr/lib/libstdc++.6.dylib

0x90bd2000 - 0x90bd9fff = libgcc_s.1.dylib = /usr/lib/libgcc_s.1.dylib

0x90bde000 - 0x90c51fff = com.apple.framework.IOKit 1.4.8 (???) = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x90c66000 - 0x90c78fff = libauto.dylib = /usr/lib/libauto.dylib

0x90c7e000 - 0x90f24fff = com.apple.CoreServices.CarbonCore 682.29 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CarbonCore.framework/Versions/A/CarbonCore

0x90f67000 - 0x90fcffff = com.apple.CoreServices.OSServices 4.1 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/OSServices.framework/Versions/A/OSServices

0x91008000 - 0x91047fff = com.apple.CFNetwork 129.22 (129.23) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CFNetwork.framework/Versions/A/CFNetwork

0x9105a000 - 0x9106afff = com.apple.WebServices 1.1.3 (1.1.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/WebServicesCore.framework/Versions/A/WebServicesCore

0x91075000 - 0x910f4fff = com.apple.SearchKit 1.0.7 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/SearchKit.framework/Versions/A/SearchKit

0x9112e000 - 0x9114cfff = com.apple.Metadata 10.4.4 (121.36) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/Metadata.framework/Versions/A/Metadata

0x91158000 - 0x91166fff = libz.1.dylib = /usr/lib/libz.1.dylib

0x91169000 - 0x91308fff = com.apple.security 4.5.2 (29774) = /System/Library/Frameworks/Security.framework/Versions/A/Security

0x91406000 - 0x9140efff = com.apple.DiskArbitration 2.1.2 = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/Dis= kArbitration

0x91415000 - 0x9141cfff = libbsm.dylib = /usr/lib/libbsm.dylib

0x91420000 - 0x91446fff = com.apple.SystemConfiguration 1.8.6 = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A= /SystemConfiguration

0x91458000 - 0x914cefff = com.apple.audio.CoreAudio 3.0.5 = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio=

0x9151f000 - 0x9151ffff = com.apple.ApplicationServices 10.4 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /ApplicationServices

0x91521000 - 0x9154dfff = com.apple.AE 314 (313) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/AE.framework/Versions/A/AE

0x91560000 - 0x91634fff = com.apple.ColorSync 4.4.10 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ColorSync.framework/Versions/A/ColorSync

0x9166f000 - 0x916e2fff = com.apple.print.framework.PrintCore 4.6 (177.13) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/PrintCore.framework/Versions/A/PrintCore

0x91710000 - 0x917b9fff = com.apple.QD 3.10.25 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/QD.framework/Versions/A/QD

0x917df000 - 0x9182afff = com.apple.HIServices 1.5.2 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/HIServices.framework/Versions/A/HIServices

0x91849000 - 0x9185ffff = com.apple.LangAnalysis 1.6.3 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x9186b000 - 0x91886fff = com.apple.FindByContent 1.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/FindByContent.framework/Versions/A/FindByContent

0x91891000 - 0x918cefff = com.apple.LaunchServices 183 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x918e2000 - 0x918eefff = com.apple.speech.synthesis.framework 3.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x918f5000 - 0x91935fff = com.apple.ImageIO.framework 1.5.7 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/ImageIO

0x91948000 - 0x919fafff = libcrypto.0.9.7.dylib = /usr/lib/libcrypto.0.9.7.dylib

0x91a40000 - 0x91a56fff = libcups.2.dylib = /usr/lib/libcups.2.dylib

0x91a5b000 - 0x91a79fff = libJPEG.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x91a7e000 - 0x91addfff = libJP2.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x91aef000 - 0x91af3fff = libGIF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x91af5000 - 0x91b7dfff = libRaw.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib

0x91b81000 - 0x91bbefff = libTIFF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x91bc4000 - 0x91bdffff = libPng.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x91be4000 - 0x91be6fff = libRadiance.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x91be8000 - 0x91cc6fff = libxml2.2.dylib = /usr/lib/libxml2.2.dylib

0x91ce3000 - 0x91ce3fff = com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelera= te

0x91ce5000 - 0x91d73fff = com.apple.vImage 2.5 = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vImage.framework/Versions/A/vImage

0x91d7a000 - 0x91d7afff = com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/vecLib

0x91d7c000 - 0x91dd5fff = libvMisc.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvMisc.dylib

0x91dde000 - 0x91e02fff = libvDSP.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvDSP.dylib

0x91e0a000 - 0x92213fff = libBLAS.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libBLAS.dylib

0x9224d000 - 0x92601fff = libLAPACK.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libLAPACK.dylib

0x9262e000 - 0x9271bfff = libiconv.2.dylib = /usr/lib/libiconv.2.dylib

0x9271d000 - 0x9279bfff = com.apple.DesktopServices 1.3.7 = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Ver= sions/A/DesktopServicesPriv

0x927dc000 - 0x92a0cfff = com.apple.Foundation 6.4.10 (567.37) = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundati= on

0x92b26000 - 0x92b41fff = libGL.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGL.dylib

0x92b4d000 - 0x92ba5fff = libGLU.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLU.dylib

0x92bda000 - 0x92be2fff = com.apple.speech.recognition.framework 3.6 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/S= peechRecognition.framework/Versions/A/SpeechRecognition

0x92dce000 - 0x92ddcfff = com.apple.audio.SoundManager 3.9.1 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/C= arbonSound.framework/Versions/A/CarbonSound

0x92ded000 - 0x930e2fff = com.apple.HIToolbox 1.4.10 (???) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/H= IToolbox.framework/Versions/A/HIToolbox

0x931e8000 - 0x931f4fff = com.apple.opengl 1.5.1 = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x93284000 - 0x93284fff = com.apple.Cocoa 6.4 (???) = /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x93286000 - 0x9393cfff = com.apple.AppKit 6.4.10 (824.48) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x93cbd000 - 0x93d38fff = com.apple.CoreData 91 (92.1) = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x93d71000 - 0x93e2afff = com.apple.audio.toolbox.AudioToolbox 1.4.7 = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioT= oolbox

0x93e6d000 - 0x93e6dfff = com.apple.audio.units.AudioUnit 1.4.3 = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit=

0x93e6f000 - 0x94030fff = com.apple.QuartzCore 1.4.12 = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCo= re

0x94076000 - 0x940b7fff = libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

0x940bf000 - 0x94102fff = libGLImage.dylib = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLImage.dylib

0x94106000 - 0x9411cfff = com.apple.CoreVideo 1.4.2 = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo=

0x9412c000 - 0x945e8fff = libGLProgrammability.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLProgrammability.dylib

0x94867000 - 0x94876fff = libCGATS.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib

0x9487d000 - 0x94888fff = libCSync.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x948d4000 - 0x948eefff = libRIP.A.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

=

0x94fed000 - 0x9500afff = libresolv.9.dylib /usr/lib/libresolv.9.dylib




Clifford E. Wulfman
Coordinator of Library Digital Initiatives
Princeton University Library

= --Apple-Mail-27-77811481-- ------------=_1227588907-8566-7-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#602 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <76FED75A-4E7D-4D19-B3BC-39150D3631D0@Princeton.EDU> X-Emacs-PR-Message: they-closed 602 X-Emacs-PR-Package: emacs,ns Reply-To: 602@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588908-8566-9" This is a multi-part message in MIME format... ------------=_1227588908-8566-9 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; Emacs.app crashes when trying to open new frame It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588908-8566-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588908-8566-9 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@Princeton.EDU Thu Jul 24 07:11:57 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.3 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,HTML_MESSAGE,HTML_OBFUSCATE_05_10,IMPRONONCABLE_1, IMPRONONCABLE_2,MURPHY_WRONG_WORD2,RCVD_IN_DNSWL_MED autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Jul 2008 14:11: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 m6OEBehj010494 for ; Thu, 24 Jul 2008 07:11:41 -0700 Received: from mail.gnu.org ([199.232.76.166]:32950 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KM1Ww-00034H-Hy for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 10:10:54 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KM1XX-00042A-Vw for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 10:11:39 -0400 Received: from postoffice05.princeton.edu ([128.112.133.189]:50354 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM1XW-00041a-P6 for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 10:11:31 -0400 Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6OEBLId029519 for ; Thu, 24 Jul 2008 10:11:25 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6OEBG0f024445 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 24 Jul 2008 10:11:21 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) To: emacs-pretest-bug@gnu.org Message-Id: <76FED75A-4E7D-4D19-B3BC-39150D3631D0@Princeton.EDU> Content-Type: multipart/alternative; boundary=Apple-Mail-6-230792035 From: Clifford Wulfman Subject: 23.0.60; Emacs.app crashes when trying to open new frame Date: Thu, 24 Jul 2008 10:11:16 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. --Apple-Mail-6-230792035 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Typed C-x 5 2 to make a new frame and emacs crashed. Output from Emacs.crash.log appended below. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-23 on hagen.princeton.edu Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-24 10:07:55.137 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 291 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0xa1b1c243 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161ae5 ns_free_indexed_color + 23 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ecd x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869ba free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x001871f4 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872b0 clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00082c4c recompute_basic_faces + 29 (xfaces.c:964) 6 org.gnu.Emacs 0x00011a22 x_set_font + 344 (frame.c:3399) 7 org.gnu.Emacs 0x00010d01 x_set_frame_parameters + 1625 (frame.c: 2998) 8 org.gnu.Emacs 0x000111a8 Fmodify_frame_parameters + 205 (frame.c: 2542) 9 org.gnu.Emacs 0x00080161 Finternal_set_lisp_face_attribute + 2567 (xfaces.c:3568) 10 org.gnu.Emacs 0x0010bec8 Ffuncall + 1022 (eval.c:3052) 11 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 12 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 13 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 14 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 15 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 16 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 17 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 18 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 19 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 20 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 21 org.gnu.Emacs 0x0010b376 Feval + 1039 (eval.c:2383) 22 org.gnu.Emacs 0x0010d95f internal_lisp_condition_case + 432 (eval.c:1456) 23 org.gnu.Emacs 0x0014404d Fbyte_code + 2973 (bytecode.c:868) 24 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 25 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 26 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 27 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 28 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 29 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 30 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 31 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 32 org.gnu.Emacs 0x00145117 Fbyte_code + 7271 (bytecode.c:678) 33 org.gnu.Emacs 0x0010b7ab funcall_lambda + 200 (eval.c:3234) 34 org.gnu.Emacs 0x0010bc8e Ffuncall + 452 (eval.c:3099) 35 org.gnu.Emacs 0x0010d622 apply1 + 69 (eval.c:2796) 36 org.gnu.Emacs 0x0010794c Fcall_interactively + 525 (callint.c:389) 37 org.gnu.Emacs 0x0010bea1 Ffuncall + 983 (eval.c:3048) 38 org.gnu.Emacs 0x0010c03d call3 + 25 (eval.c:2874) 39 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 40 org.gnu.Emacs 0x0010a095 internal_condition_case + 245 (eval.c: 1511) 41 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 42 org.gnu.Emacs 0x00109f86 internal_catch + 171 (eval.c:1247) 43 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 44 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 45 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 46 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1799) 47 org.gnu.Emacs 0x0000234a _start + 216 48 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0xa1b1c1d3 ebx: 0x00161adc ecx: 0x00000003 edx: 0x0459a270 edi: 0x05163990 esi: 0x04599f50 ebp: 0xbfffe3a8 esp: 0xbfffe380 ss: 0x0000001f efl: 0x00010282 eip: 0x00161ae5 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) / Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib Clifford E. Wulfman Coordinator of Library Digital Initiatives Princeton University Library cwulfman@Princeton.EDU --Apple-Mail-6-230792035 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

Typed C-x 5 2 to make a new frame and emacs crashed.=A0 Output from Emacs.crash.log = appended below.



In GNU Emacs 23.0.60.1 = (i386-apple-darwin8.11.1, *Step 9.0)

=A0of 2008-07-23 on = hagen.princeton.edu

Windowing system = distributor `Apple', version 49.46.48

configured using = `configure=A0 '--with-ns' = '--disable-ns-self-contained''


Important settings:

=A0 value of $LC_ALL: nil

=A0 value of $LC_COLLATE: nil

=A0 value of $LC_CTYPE: nil

=A0 value of $LC_MESSAGES: = nil

=A0 value of $LC_MONETARY: = nil

=A0 value of $LC_NUMERIC: nil

=A0 value of $LC_TIME: nil

=A0 value of $LANG: nil

=A0 value of $XMODIFIERS: nil

=A0 locale-coding-system: nil

=A0 = default-enable-multibyte-characters: t


Major mode: Fundamental


Minor modes in effect:

=A0 diff-auto-refine-mode: t

=A0 tooltip-mode: t

=A0 mouse-wheel-mode: t

=A0 menu-bar-mode: t

=A0 file-name-shadow-mode: t

=A0 global-font-lock-mode: t

=A0 global-auto-composition-mode: = t

=A0 auto-encryption-mode: t

=A0 auto-compression-mode: t

=A0 line-number-mode: t

=A0 transient-mark-mode: t


Recent input:

<menu-bar> = <help-menu> <send-emacs-bug-report>


Recent messages:

Loading psvn...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...

Loading rng-auto...done

Loading xmlunicode...

Loading = /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done

Loading = xmlunicode...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...done

Loading `slime': old-style = backquotes detected!

Loading = /Users/cliff/elisp/org-setup.el (source)...done

For information about GNU = Emacs and the GNU system, type C-h C-a.



**********


Host Name:=A0 =A0 =A0 hagen

Date/Time:=A0 =A0 =A0 2008-07-24 = 10:07:55.137 -0400

OS Version: =A0 =A0 10.4.11 (Build = 8S2167)

Report Version: 4


Command: Emacs

Path:=A0 =A0 = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

Parent:=A0 WindowServer [62]


Version: Version 23.0.60 = (NS 9.0)


PID:=A0 =A0 291

Thread: 0


Exception:=A0 EXC_BAD_ACCESS (0x0001)

Codes:=A0 =A0 =A0 KERN_INVALID_ADDRESS = (0x0001) at 0xa1b1c243


Thread 0 Crashed:

0 =A0 org.gnu.Emacs = 0x00161ae5 ns_free_indexed_color + 23 (nsterm.m:1309)

1 =A0 org.gnu.Emacs = 0x00186ecd x_clear_image_1 + 143 (image.c:1709)

2 =A0 org.gnu.Emacs = 0x001869ba free_image + 83 (image.c:1394)

3 =A0 org.gnu.Emacs = 0x001871f4 clear_image_cache + 192 (image.c:1927)

4 =A0 org.gnu.Emacs = 0x001872b0 clear_image_caches + 53 (image.c:1961)

5 =A0 org.gnu.Emacs = 0x00082c4c recompute_basic_faces + 29 (xfaces.c:964)

6 =A0 org.gnu.Emacs = 0x00011a22 x_set_font + 344 (frame.c:3399)

7 =A0 org.gnu.Emacs = 0x00010d01 x_set_frame_parameters + 1625 (frame.c:2998)

8 =A0 org.gnu.Emacs = 0x000111a8 Fmodify_frame_parameters + 205 (frame.c:2542)

9 =A0 org.gnu.Emacs = 0x00080161 Finternal_set_lisp_face_attribute + 2567 = (xfaces.c:3568)

10=A0 org.gnu.Emacs = 0x0010bec8 Ffuncall + 1022 (eval.c:3052)

11=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

12=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

13=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

14=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

15=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

16=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

17=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

18=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

19=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

20=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

21=A0 org.gnu.Emacs = 0x0010b376 Feval + 1039 (eval.c:2383)

22=A0 org.gnu.Emacs = 0x0010d95f internal_lisp_condition_case + 432 (eval.c:1456)

23=A0 org.gnu.Emacs = 0x0014404d Fbyte_code + 2973 (bytecode.c:868)

24=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

25=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

26=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

27=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

28=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

29=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

30=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

31=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

32=A0 org.gnu.Emacs = 0x00145117 Fbyte_code + 7271 (bytecode.c:678)

33=A0 org.gnu.Emacs = 0x0010b7ab funcall_lambda + 200 (eval.c:3234)

34=A0 org.gnu.Emacs = 0x0010bc8e Ffuncall + 452 (eval.c:3099)

35=A0 org.gnu.Emacs = 0x0010d622 apply1 + 69 (eval.c:2796)

36=A0 org.gnu.Emacs = 0x0010794c Fcall_interactively + 525 (callint.c:389)

37=A0 org.gnu.Emacs = 0x0010bea1 Ffuncall + 983 (eval.c:3048)

38=A0 org.gnu.Emacs = 0x0010c03d call3 + 25 (eval.c:2874)

39=A0 org.gnu.Emacs = 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920)

40=A0 org.gnu.Emacs = 0x0010a095 internal_condition_case + 245 (eval.c:1511)

41=A0 org.gnu.Emacs = 0x0009da0c command_loop_2 + 68 (keyboard.c:1370)

42=A0 org.gnu.Emacs = 0x00109f86 internal_catch + 171 (eval.c:1247)

43=A0 org.gnu.Emacs = 0x0009d7ae command_loop + 170 (keyboard.c:1349)

44=A0 org.gnu.Emacs = 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957)

45=A0 org.gnu.Emacs = 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020)

46=A0 org.gnu.Emacs = 0x0009c6cb main + 2477 (emacs.c:1799)

47=A0 org.gnu.Emacs = 0x0000234a _start + 216

48=A0 org.gnu.Emacs = 0x00002271 start + 41


Thread 0 crashed with X86 = Thread State (32-bit):

=A0 eax: 0xa1b1c1d3=A0 ebx: 0x00161adc=A0 ecx: 0x00000003=A0 edx: 0x0459a270

=A0 edi: 0x05163990=A0 esi: 0x04599f50=A0 ebp: 0xbfffe3a8=A0 esp: 0xbfffe380

=A0=A0 ss: 0x0000001f=A0 efl: 0x00010282=A0 eip: 0x00161ae5 =A0 cs: 0x00000017

=A0=A0 ds: 0x0000001f =A0 es: 0x0000001f =A0 fs: 0x00000000 =A0 gs: 0x00000037


Binary Images = Description:

=A0 =A0 0x1000 - =A0 0x1a4fff org.gnu.Emacs = Version 23.0.60 (NS 9.0) = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

=A0 0x70e000 - =A0 0x738fff libdbus-1.3.dylib = = /opt/local/lib/libdbus-1.3.dylib

=A0 0x74b000 - =A0 0x774fff libncurses.5.dylib = = /opt/local/lib/libncurses.5.dylib

=A0 0xb5d000 - =A0 0xb64fff = com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 = (1.2.1) = /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart = Crash Reports.bundle/Contents/MacOS/Smart Crash Reports

0x8fe00000 - 0x8fe4afff = dyld 46.16 = /usr/lib/dyld

0x90000000 - 0x90171fff = libSystem.B.dylib /usr/lib/libSystem.B.dylib

0x901c1000 - 0x901c3fff = libmathCommon.A.dylib = /usr/lib/system/libmathCommon.A.dylib

0x901c5000 - 0x90202fff = com.apple.CoreText 1.1.3 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreText.framework/Versions/A/CoreText

0x90229000 - 0x902fffff ATS = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ATS.framework/Versions/A/ATS

0x9031f000 - 0x90774fff = com.apple.CoreGraphics 1.258.78 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x9080b000 - 0x908d3fff = com.apple.CoreFoundation 6.4.11 (368.35) = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Core= Foundation

0x90911000 - 0x90911fff = com.apple.CoreServices 10.4 (???) = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreSe= rvices

0x90913000 - 0x90a07fff = libicucore.A.dylib /usr/lib/libicucore.A.dylib

0x90a57000 - 0x90ad6fff = libobjc.A.dylib = /usr/lib/libobjc.A.dylib

0x90aff000 - 0x90b63fff = libstdc++.6.dylib /usr/lib/libstdc++.6.dylib

0x90bd2000 - 0x90bd9fff = libgcc_s.1.dylib = /usr/lib/libgcc_s.1.dylib

0x90bde000 - 0x90c51fff = com.apple.framework.IOKit 1.4.8 (???) = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x90c66000 - 0x90c78fff = libauto.dylib = /usr/lib/libauto.dylib

0x90c7e000 - 0x90f24fff = com.apple.CoreServices.CarbonCore 682.29 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CarbonCore.framework/Versions/A/CarbonCore

0x90f67000 - 0x90fcffff = com.apple.CoreServices.OSServices 4.1 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/OSServices.framework/Versions/A/OSServices

0x91008000 - 0x91047fff = com.apple.CFNetwork 129.22 (129.23) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CFNetwork.framework/Versions/A/CFNetwork

0x9105a000 - 0x9106afff = com.apple.WebServices 1.1.3 (1.1.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/WebServicesCore.framework/Versions/A/WebServicesCore

0x91075000 - 0x910f4fff = com.apple.SearchKit 1.0.7 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/SearchKit.framework/Versions/A/SearchKit

0x9112e000 - 0x9114cfff = com.apple.Metadata 10.4.4 (121.36) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/Metadata.framework/Versions/A/Metadata

0x91158000 - 0x91166fff = libz.1.dylib = /usr/lib/libz.1.dylib

0x91169000 - 0x91308fff = com.apple.security 4.5.2 (29774) = /System/Library/Frameworks/Security.framework/Versions/A/Security

0x91406000 - 0x9140efff = com.apple.DiskArbitration 2.1.2 = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/Dis= kArbitration

0x91415000 - 0x9141cfff = libbsm.dylib = /usr/lib/libbsm.dylib

0x91420000 - 0x91446fff = com.apple.SystemConfiguration 1.8.6 = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A= /SystemConfiguration

0x91458000 - 0x914cefff = com.apple.audio.CoreAudio 3.0.5 = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio=

0x9151f000 - 0x9151ffff = com.apple.ApplicationServices 10.4 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /ApplicationServices

0x91521000 - 0x9154dfff = com.apple.AE 314 (313) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/AE.framework/Versions/A/AE

0x91560000 - 0x91634fff = com.apple.ColorSync 4.4.10 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ColorSync.framework/Versions/A/ColorSync

0x9166f000 - 0x916e2fff = com.apple.print.framework.PrintCore 4.6 (177.13) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/PrintCore.framework/Versions/A/PrintCore

0x91710000 - 0x917b9fff = com.apple.QD 3.10.25 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/QD.framework/Versions/A/QD

0x917df000 - 0x9182afff = com.apple.HIServices 1.5.2 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/HIServices.framework/Versions/A/HIServices

0x91849000 - 0x9185ffff = com.apple.LangAnalysis 1.6.3 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x9186b000 - 0x91886fff = com.apple.FindByContent 1.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/FindByContent.framework/Versions/A/FindByContent

0x91891000 - 0x918cefff = com.apple.LaunchServices 183 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x918e2000 - 0x918eefff = com.apple.speech.synthesis.framework 3.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x918f5000 - 0x91935fff = com.apple.ImageIO.framework 1.5.7 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/ImageIO

0x91948000 - 0x919fafff = libcrypto.0.9.7.dylib = /usr/lib/libcrypto.0.9.7.dylib

0x91a40000 - 0x91a56fff = libcups.2.dylib = /usr/lib/libcups.2.dylib

0x91a5b000 - 0x91a79fff = libJPEG.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x91a7e000 - 0x91addfff = libJP2.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x91aef000 - 0x91af3fff = libGIF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x91af5000 - 0x91b7dfff = libRaw.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib

0x91b81000 - 0x91bbefff = libTIFF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x91bc4000 - 0x91bdffff = libPng.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x91be4000 - 0x91be6fff = libRadiance.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x91be8000 - 0x91cc6fff = libxml2.2.dylib = /usr/lib/libxml2.2.dylib

0x91ce3000 - 0x91ce3fff = com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelera= te

0x91ce5000 - 0x91d73fff = com.apple.vImage 2.5 = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vImage.framework/Versions/A/vImage

0x91d7a000 - 0x91d7afff = com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/vecLib

0x91d7c000 - 0x91dd5fff = libvMisc.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvMisc.dylib

0x91dde000 - 0x91e02fff = libvDSP.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvDSP.dylib

0x91e0a000 - 0x92213fff = libBLAS.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libBLAS.dylib

0x9224d000 - 0x92601fff = libLAPACK.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libLAPACK.dylib

0x9262e000 - 0x9271bfff = libiconv.2.dylib = /usr/lib/libiconv.2.dylib

0x9271d000 - 0x9279bfff = com.apple.DesktopServices 1.3.7 = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Ver= sions/A/DesktopServicesPriv

0x927dc000 - 0x92a0cfff = com.apple.Foundation 6.4.10 (567.37) = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundati= on

0x92b26000 - 0x92b41fff = libGL.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGL.dylib

0x92b4d000 - 0x92ba5fff = libGLU.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLU.dylib

0x92bda000 - 0x92be2fff = com.apple.speech.recognition.framework 3.6 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/S= peechRecognition.framework/Versions/A/SpeechRecognition

0x92dce000 - 0x92ddcfff = com.apple.audio.SoundManager 3.9.1 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/C= arbonSound.framework/Versions/A/CarbonSound

0x92ded000 - 0x930e2fff = com.apple.HIToolbox 1.4.10 (???) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/H= IToolbox.framework/Versions/A/HIToolbox

0x931e8000 - 0x931f4fff = com.apple.opengl 1.5.1 = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x93284000 - 0x93284fff = com.apple.Cocoa 6.4 (???) = /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x93286000 - 0x9393cfff = com.apple.AppKit 6.4.10 (824.48) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x93cbd000 - 0x93d38fff = com.apple.CoreData 91 (92.1) = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x93d71000 - 0x93e2afff = com.apple.audio.toolbox.AudioToolbox 1.4.7 = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioT= oolbox

0x93e6d000 - 0x93e6dfff = com.apple.audio.units.AudioUnit 1.4.3 = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit=

0x93e6f000 - 0x94030fff = com.apple.QuartzCore 1.4.12 = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCo= re

0x94076000 - 0x940b7fff = libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

0x940bf000 - 0x94102fff = libGLImage.dylib = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLImage.dylib

0x94106000 - 0x9411cfff = com.apple.CoreVideo 1.4.2 = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo=

0x9412c000 - 0x945e8fff = libGLProgrammability.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLProgrammability.dylib

0x94867000 - 0x94876fff = libCGATS.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib

0x9487d000 - 0x94888fff = libCSync.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x948d4000 - 0x948eefff = libRIP.A.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

=

0x94fed000 - 0x9500afff = libresolv.9.dylib /usr/lib/libresolv.9.dylib




Clifford E. Wulfman
Coordinator of Library Digital Initiatives
Princeton University Library

= --Apple-Mail-6-230792035-- ------------=_1227588908-8566-9-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#605 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <962369FE-4356-4EF5-91A6-CF8998A3B539@brown.edu> X-Emacs-PR-Message: they-closed 605 X-Emacs-PR-Package: emacs,ns Reply-To: 605@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588910-8566-11" This is a multi-part message in MIME format... ------------=_1227588910-8566-11 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; Cocoa Emacs crashes when Cmd-H is typed It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588910-8566-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588910-8566-11 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From clifford_wulfman@brown.edu Thu Jul 24 10:29:47 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.2 required=4.0 tests=BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,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; 24 Jul 2008 17:29:48 +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 m6OHTbIc026429 for ; Thu, 24 Jul 2008 10:29:38 -0700 Received: from mx10.gnu.org ([199.232.76.166]:47688) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KM4cV-0000cA-4E for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 13:28:51 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KM4d5-0006MQ-Li for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 13:29:36 -0400 Received: from postoffice05.princeton.edu ([128.112.133.189]:53137 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM4d5-0006JZ-5a for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 13:29:27 -0400 Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6OHT6Ar022317 for ; Thu, 24 Jul 2008 13:29:06 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver1.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6OHT5Q0013214 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 24 Jul 2008 13:29:05 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Transfer-Encoding: 7bit Message-Id: <962369FE-4356-4EF5-91A6-CF8998A3B539@brown.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: emacs-pretest-bug@gnu.org From: Clifford Wulfman Subject: 23.0.60; Cocoa Emacs crashes when Cmd-H is typed Date: Thu, 24 Jul 2008 13:29:05 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Typed Cmd-H; emacs crashed. Output from Emacs.crash.log appended. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-24 on hagen.princeton.edu Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-24 13:26:49.771 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 20169 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000118 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x000a7165 read_char + 1787 (keyboard.c:2687) 7 org.gnu.Emacs 0x000a9592 read_key_sequence + 866 (keyboard.c:9431) 8 org.gnu.Emacs 0x000ab95c command_loop_1 + 542 (keyboard.c:1653) 9 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 10 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 11 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 12 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 13 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 14 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 15 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 16 org.gnu.Emacs 0x0000234a _start + 216 17 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x04599aa0 edi: 0x00af3180 esi: 0x045997a0 ebp: 0xbfffed18 esp: 0xbfffecf0 ss: 0x0000001f efl: 0x00010286 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) / Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib ------------=_1227588910-8566-11-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#606 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <52EC132D-11F0-48CF-A277-8CD799F933FD@Princeton.EDU> X-Emacs-PR-Message: they-closed 606 X-Emacs-PR-Package: emacs,ns Reply-To: 606@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588911-8566-13" This is a multi-part message in MIME format... ------------=_1227588911-8566-13 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; Cocoa Emacs crashes in ns_free_indexed_color It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588911-8566-13 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588911-8566-13 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@Princeton.EDU Thu Jul 24 13:13:18 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.5 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,HTML_MESSAGE,HTML_OBFUSCATE_05_10,IMPRONONCABLE_1, IMPRONONCABLE_2,MURPHY_WRONG_WORD2,PHONENUMBER,RCVD_IN_DNSWL_MED autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 24 Jul 2008 20:13:18 +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 m6OKD473002619 for ; Thu, 24 Jul 2008 13:13:05 -0700 Received: from mail.gnu.org ([199.232.76.166]:34036 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KM7Af-000605-S3 for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 16:12:18 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KM7BI-0003pf-Fg for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 16:13:02 -0400 Received: from postoffice04.princeton.edu ([128.112.131.112]:41515 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KM7BH-0003pT-LT for emacs-pretest-bug@gnu.org; Thu, 24 Jul 2008 16:12:56 -0400 Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6OKCsRI003415 for ; Thu, 24 Jul 2008 16:12:54 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver1.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6OKCrQ0004395 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 24 Jul 2008 16:12:54 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) To: emacs-pretest-bug@gnu.org Message-Id: <52EC132D-11F0-48CF-A277-8CD799F933FD@Princeton.EDU> Content-Type: multipart/alternative; boundary=Apple-Mail-23-252488131 From: Clifford Wulfman Subject: 23.0.60; Cocoa Emacs crashes in ns_free_indexed_color Date: Thu, 24 Jul 2008 16:12:52 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. --Apple-Mail-23-252488131 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Another somewhat random crash that appears from the crash log to occur in a call to ns_free-indexed_color. Output of Emacs.crash.log appended. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-24 on hagen.princeton.edu Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-24 16:05:48.199 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 20198 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x0000053d Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c: 1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c: 1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c: 1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x000a7165 read_char + 1787 (keyboard.c:2687) 7 org.gnu.Emacs 0x000a9592 read_key_sequence + 866 (keyboard.c:9431) 8 org.gnu.Emacs 0x000ab95c command_loop_1 + 542 (keyboard.c: 1653) 9 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c:1511) 10 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c: 1370) 11 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 12 org.gnu.Emacs 0x0009d750 command_loop + 76 (keyboard.c:1335) 13 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 14 org.gnu.Emacs 0x000c7a2d read_minibuf + 1726 (minibuf.c:738) 15 org.gnu.Emacs 0x000c8729 Fcompleting_read + 396 (minibuf.c:1804) 16 org.gnu.Emacs 0x000a432b Fexecute_extended_command + 299 (keyboard.c:10482) 17 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 18 org.gnu.Emacs 0x0010841e Fcall_interactively + 3267 (callint.c:859) 19 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 20 org.gnu.Emacs 0x0010c059 call3 + 25 (eval.c:2874) 21 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 22 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c:1511) 23 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c: 1370) 24 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 25 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c: 1349) 26 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 27 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 28 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 29 org.gnu.Emacs 0x0000234a _start + 216 30 org.gnu.Emacs 0x00002271 start + 41 Thread 1: 0 libSystem.B.dylib 0x900248c7 semaphore_wait_signal_trap + 7 1 com.apple.Foundation 0x9284f2fc -[NSConditionLock lockWhenCondition:] + 39 2 com.apple.AppKit 0x93373cb4 -[NSUIHeartBeat _heartBeatThread:] + 377 3 com.apple.Foundation 0x927f939c forkThreadForFunction + 123 4 libSystem.B.dylib 0x90024227 _pthread_body + 84 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000425 ebx: 0x00161af8 ecx: 0x05800038 edx: 0x04399a40 edi: 0x00af3130 esi: 0x04399740 ebp: 0xbfffe5a8 esp: 0xbfffe580 ss: 0x0000001f efl: 0x00010282 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) / Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib Clifford E. Wulfman Coordinator of Library Digital Initiatives Princeton University Library cwulfman@Princeton.EDU --Apple-Mail-23-252488131 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

Another somewhat random crash that appears from the crash = log to occur in a call to ns_free-indexed_color.=A0 Output of Emacs.crash.log = appended.




In GNU Emacs 23.0.60.1 = (i386-apple-darwin8.11.1, *Step 9.0)

=A0of 2008-07-24 on = hagen.princeton.edu

Windowing system = distributor `Apple', version 49.46.48

configured using = `configure=A0 '--with-ns' = '--disable-ns-self-contained''


Important settings:

=A0 value of $LC_ALL: nil

=A0 value of $LC_COLLATE: nil

=A0 value of $LC_CTYPE: nil

=A0 value of $LC_MESSAGES: = nil

=A0 value of $LC_MONETARY: = nil

=A0 value of $LC_NUMERIC: nil

=A0 value of $LC_TIME: nil

=A0 value of $LANG: nil

=A0 value of $XMODIFIERS: nil

=A0 locale-coding-system: nil

=A0 = default-enable-multibyte-characters: t


Major mode: Fundamental


Minor modes in effect:

=A0 diff-auto-refine-mode: t

=A0 tooltip-mode: t

=A0 mouse-wheel-mode: t

=A0 menu-bar-mode: t

=A0 file-name-shadow-mode: t

=A0 global-font-lock-mode: t

=A0 global-auto-composition-mode: = t

=A0 auto-encryption-mode: t

=A0 auto-compression-mode: t

=A0 line-number-mode: t

=A0 transient-mark-mode: t


Recent input:

<menu-bar> = <help-menu> <send-emacs-bug-report>


Recent messages:

Loading psvn...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...

Loading rng-auto...done

Loading xmlunicode...

Loading = /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done

Loading = xmlunicode...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...done

Loading `slime': old-style = backquotes detected!

Loading = /Users/cliff/elisp/org-setup.el (source)...done

For information about GNU = Emacs and the GNU system, type C-h C-a.


**********


Host Name:=A0 =A0 =A0 hagen

Date/Time:=A0 =A0 =A0 2008-07-24 = 16:05:48.199 -0400

OS Version: =A0 =A0 10.4.11 (Build = 8S2167)

Report Version: 4


Command: Emacs

Path:=A0 =A0 = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

Parent:=A0 WindowServer [62]


Version: Version 23.0.60 = (NS 9.0)


PID:=A0 =A0 20198

Thread: 0


Exception:=A0 EXC_BAD_ACCESS (0x0001)

Codes:=A0 =A0 =A0 = KERN_PROTECTION_FAILURE (0x0002) at 0x0000053d


Thread 0 Crashed:

0 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309)

1 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00186ee9 x_clear_image_1 + 143 (image.c:1709)

2 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x001869d6 free_image + 83 (image.c:1394)

3 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00187210 clear_image_cache + 192 (image.c:1927)

4 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x001872cc clear_image_caches + 53 (image.c:1961)

5 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045)

6 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000a7165 read_char + 1787 (keyboard.c:2687)

7 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000a9592 read_key_sequence + 866 (keyboard.c:9431)

8 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000ab95c command_loop_1 + 542 (keyboard.c:1653)

9 =A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010a0b1 internal_condition_case + 245 (eval.c:1511)

10=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009da0c command_loop_2 + 68 (keyboard.c:1370)

11=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00109fa2 internal_catch + 171 (eval.c:1247)

12=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009d750 command_loop + 76 (keyboard.c:1335)

13=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957)

14=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000c7a2d read_minibuf + 1726 (minibuf.c:738)

15=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000c8729 Fcompleting_read + 396 (minibuf.c:1804)

16=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000a432b Fexecute_extended_command + 299 = (keyboard.c:10482)

17=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010bebd Ffuncall + 983 (eval.c:3048)

18=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010841e Fcall_interactively + 3267 (callint.c:859)

19=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010bebd Ffuncall + 983 (eval.c:3048)

20=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010c059 call3 + 25 (eval.c:2874)

21=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920)

22=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0010a0b1 internal_condition_case + 245 (eval.c:1511)

23=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009da0c command_loop_2 + 68 (keyboard.c:1370)

24=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00109fa2 internal_catch + 171 (eval.c:1247)

25=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009d7ae command_loop + 170 (keyboard.c:1349)

26=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957)

27=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020)

28=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0009c6cb main + 2477 (emacs.c:1800)

29=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x0000234a _start + 216

30=A0 org.gnu.Emacs=A0 =A0 =A0 =A0 = 0x00002271 start + 41


Thread 1:

0 =A0 libSystem.B.dylib=A0 =A0 0x900248c7 = semaphore_wait_signal_trap + 7

1 =A0 com.apple.Foundation = 0x9284f2fc -[NSConditionLock lockWhenCondition:] + 39

2 =A0 com.apple.AppKit =A0 =A0 0x93373cb4 -[NSUIHeartBeat = _heartBeatThread:] + 377

3 =A0 com.apple.Foundation = 0x927f939c forkThreadForFunction + 123

4 =A0 libSystem.B.dylib=A0 =A0 0x90024227 _pthread_body + = 84


Thread 0 crashed with X86 = Thread State (32-bit):

=A0 eax: 0x00000425=A0 ebx: 0x00161af8=A0 ecx: 0x05800038=A0 edx: 0x04399a40

=A0 edi: 0x00af3130=A0 esi: 0x04399740=A0 ebp: 0xbfffe5a8=A0 esp: 0xbfffe580

=A0=A0 ss: 0x0000001f=A0 efl: 0x00010282=A0 eip: 0x00161afb =A0 cs: 0x00000017

=A0=A0 ds: 0x0000001f =A0 es: 0x0000001f =A0 fs: 0x00000000 =A0 gs: 0x00000037


Binary Images = Description:

=A0 =A0 0x1000 - =A0 0x1a4fff org.gnu.Emacs = Version 23.0.60 (NS 9.0) = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

=A0 0x70e000 - =A0 0x738fff libdbus-1.3.dylib = = /opt/local/lib/libdbus-1.3.dylib

=A0 0x74b000 - =A0 0x774fff libncurses.5.dylib = = /opt/local/lib/libncurses.5.dylib

=A0 0xb5d000 - =A0 0xb64fff = com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 = (1.2.1) = /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart = Crash Reports.bundle/Contents/MacOS/Smart Crash Reports

0x8fe00000 - 0x8fe4afff = dyld 46.16 = /usr/lib/dyld

0x90000000 - 0x90171fff = libSystem.B.dylib /usr/lib/libSystem.B.dylib

0x901c1000 - 0x901c3fff = libmathCommon.A.dylib = /usr/lib/system/libmathCommon.A.dylib

0x901c5000 - 0x90202fff = com.apple.CoreText 1.1.3 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreText.framework/Versions/A/CoreText

0x90229000 - 0x902fffff ATS = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ATS.framework/Versions/A/ATS

0x9031f000 - 0x90774fff = com.apple.CoreGraphics 1.258.78 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x9080b000 - 0x908d3fff = com.apple.CoreFoundation 6.4.11 (368.35) = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Core= Foundation

0x90911000 - 0x90911fff = com.apple.CoreServices 10.4 (???) = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreSe= rvices

0x90913000 - 0x90a07fff = libicucore.A.dylib /usr/lib/libicucore.A.dylib

0x90a57000 - 0x90ad6fff = libobjc.A.dylib = /usr/lib/libobjc.A.dylib

0x90aff000 - 0x90b63fff = libstdc++.6.dylib /usr/lib/libstdc++.6.dylib

0x90bd2000 - 0x90bd9fff = libgcc_s.1.dylib = /usr/lib/libgcc_s.1.dylib

0x90bde000 - 0x90c51fff = com.apple.framework.IOKit 1.4.8 (???) = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x90c66000 - 0x90c78fff = libauto.dylib = /usr/lib/libauto.dylib

0x90c7e000 - 0x90f24fff = com.apple.CoreServices.CarbonCore 682.29 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CarbonCore.framework/Versions/A/CarbonCore

0x90f67000 - 0x90fcffff = com.apple.CoreServices.OSServices 4.1 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/OSServices.framework/Versions/A/OSServices

0x91008000 - 0x91047fff = com.apple.CFNetwork 129.22 (129.23) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CFNetwork.framework/Versions/A/CFNetwork

0x9105a000 - 0x9106afff = com.apple.WebServices 1.1.3 (1.1.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/WebServicesCore.framework/Versions/A/WebServicesCore

0x91075000 - 0x910f4fff = com.apple.SearchKit 1.0.7 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/SearchKit.framework/Versions/A/SearchKit

0x9112e000 - 0x9114cfff = com.apple.Metadata 10.4.4 (121.36) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/Metadata.framework/Versions/A/Metadata

0x91158000 - 0x91166fff = libz.1.dylib = /usr/lib/libz.1.dylib

0x91169000 - 0x91308fff = com.apple.security 4.5.2 (29774) = /System/Library/Frameworks/Security.framework/Versions/A/Security

0x91406000 - 0x9140efff = com.apple.DiskArbitration 2.1.2 = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/Dis= kArbitration

0x91415000 - 0x9141cfff = libbsm.dylib = /usr/lib/libbsm.dylib

0x91420000 - 0x91446fff = com.apple.SystemConfiguration 1.8.6 = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A= /SystemConfiguration

0x91458000 - 0x914cefff = com.apple.audio.CoreAudio 3.0.5 = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio=

0x9151f000 - 0x9151ffff = com.apple.ApplicationServices 10.4 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /ApplicationServices

0x91521000 - 0x9154dfff = com.apple.AE 314 (313) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/AE.framework/Versions/A/AE

0x91560000 - 0x91634fff = com.apple.ColorSync 4.4.10 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ColorSync.framework/Versions/A/ColorSync

0x9166f000 - 0x916e2fff = com.apple.print.framework.PrintCore 4.6 (177.13) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/PrintCore.framework/Versions/A/PrintCore

0x91710000 - 0x917b9fff = com.apple.QD 3.10.25 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/QD.framework/Versions/A/QD

0x917df000 - 0x9182afff = com.apple.HIServices 1.5.2 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/HIServices.framework/Versions/A/HIServices

0x91849000 - 0x9185ffff = com.apple.LangAnalysis 1.6.3 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x9186b000 - 0x91886fff = com.apple.FindByContent 1.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/FindByContent.framework/Versions/A/FindByContent

0x91891000 - 0x918cefff = com.apple.LaunchServices 183 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x918e2000 - 0x918eefff = com.apple.speech.synthesis.framework 3.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x918f5000 - 0x91935fff = com.apple.ImageIO.framework 1.5.7 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/ImageIO

0x91948000 - 0x919fafff = libcrypto.0.9.7.dylib = /usr/lib/libcrypto.0.9.7.dylib

0x91a40000 - 0x91a56fff = libcups.2.dylib = /usr/lib/libcups.2.dylib

0x91a5b000 - 0x91a79fff = libJPEG.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x91a7e000 - 0x91addfff = libJP2.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x91aef000 - 0x91af3fff = libGIF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x91af5000 - 0x91b7dfff = libRaw.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib

0x91b81000 - 0x91bbefff = libTIFF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x91bc4000 - 0x91bdffff = libPng.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x91be4000 - 0x91be6fff = libRadiance.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x91be8000 - 0x91cc6fff = libxml2.2.dylib = /usr/lib/libxml2.2.dylib

0x91ce3000 - 0x91ce3fff = com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelera= te

0x91ce5000 - 0x91d73fff = com.apple.vImage 2.5 = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vImage.framework/Versions/A/vImage

0x91d7a000 - 0x91d7afff = com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/vecLib

0x91d7c000 - 0x91dd5fff = libvMisc.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvMisc.dylib

0x91dde000 - 0x91e02fff = libvDSP.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvDSP.dylib

0x91e0a000 - 0x92213fff = libBLAS.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libBLAS.dylib

0x9224d000 - 0x92601fff = libLAPACK.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libLAPACK.dylib

0x9262e000 - 0x9271bfff = libiconv.2.dylib = /usr/lib/libiconv.2.dylib

0x9271d000 - 0x9279bfff = com.apple.DesktopServices 1.3.7 = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Ver= sions/A/DesktopServicesPriv

0x927dc000 - 0x92a0cfff = com.apple.Foundation 6.4.10 (567.37) = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundati= on

0x92b26000 - 0x92b41fff = libGL.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGL.dylib

0x92b4d000 - 0x92ba5fff = libGLU.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLU.dylib

0x92bda000 - 0x92be2fff = com.apple.speech.recognition.framework 3.6 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/S= peechRecognition.framework/Versions/A/SpeechRecognition

0x92dce000 - 0x92ddcfff = com.apple.audio.SoundManager 3.9.1 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/C= arbonSound.framework/Versions/A/CarbonSound

0x92ded000 - 0x930e2fff = com.apple.HIToolbox 1.4.10 (???) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/H= IToolbox.framework/Versions/A/HIToolbox

0x931e8000 - 0x931f4fff = com.apple.opengl 1.5.1 = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x93284000 - 0x93284fff = com.apple.Cocoa 6.4 (???) = /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x93286000 - 0x9393cfff = com.apple.AppKit 6.4.10 (824.48) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x93cbd000 - 0x93d38fff = com.apple.CoreData 91 (92.1) = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x93d71000 - 0x93e2afff = com.apple.audio.toolbox.AudioToolbox 1.4.7 = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioT= oolbox

0x93e6d000 - 0x93e6dfff = com.apple.audio.units.AudioUnit 1.4.3 = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit=

0x93e6f000 - 0x94030fff = com.apple.QuartzCore 1.4.12 = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCo= re

0x94076000 - 0x940b7fff = libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

0x940bf000 - 0x94102fff = libGLImage.dylib = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLImage.dylib

0x94106000 - 0x9411cfff = com.apple.CoreVideo 1.4.2 = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo=

0x9412c000 - 0x945e8fff = libGLProgrammability.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLProgrammability.dylib

0x94867000 - 0x94876fff = libCGATS.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib

0x9487d000 - 0x94888fff = libCSync.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x948d4000 - 0x948eefff = libRIP.A.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

=

0x94fed000 - 0x9500afff = libresolv.9.dylib /usr/lib/libresolv.9.dylib




Clifford E. Wulfman
Coordinator of Library Digital Initiatives
Princeton University Library

= --Apple-Mail-23-252488131-- ------------=_1227588911-8566-13-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#609 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <8AB4D4B9-DA92-4116-A768-CFD47181F7ED@princeton.edu> X-Emacs-PR-Message: they-closed 609 X-Emacs-PR-Package: emacs,ns Reply-To: 609@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588913-8566-15" This is a multi-part message in MIME format... ------------=_1227588913-8566-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; Cocoa Emacs crashes in ns_free_indexed_color It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588913-8566-15 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588913-8566-15 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@Princeton.EDU Fri Jul 25 10:26:54 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.3 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,HTML_MESSAGE,IMPRONONCABLE_1,IMPRONONCABLE_2, MURPHY_WRONG_WORD2,PHONENUMBER,RCVD_IN_DNSWL_MED autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 25 Jul 2008 17:26:54 +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 m6PHQfQr025197 for ; Fri, 25 Jul 2008 10:26:43 -0700 Received: from mail.gnu.org ([199.232.76.166]:41004 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KMR3C-0007LV-Ap for emacs-pretest-bug@gnu.org; Fri, 25 Jul 2008 13:25:54 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KMR3q-0007GB-D2 for emacs-pretest-bug@gnu.org; Fri, 25 Jul 2008 13:26:40 -0400 Received: from postoffice03.princeton.edu ([128.112.131.174]:58132 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMR3p-0007Ej-GR for emacs-pretest-bug@gnu.org; Fri, 25 Jul 2008 13:26:34 -0400 Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m6PHQGC0021599 for ; Fri, 25 Jul 2008 13:26:20 -0400 (EDT) Received: from [128.112.202.26] (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m6PHQG0f013019 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 25 Jul 2008 13:26:16 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) To: emacs-pretest-bug@gnu.org Message-Id: <8AB4D4B9-DA92-4116-A768-CFD47181F7ED@princeton.edu> Content-Type: multipart/alternative; boundary=Apple-Mail-7-328892166 From: Clifford Wulfman Subject: 23.0.60; Cocoa Emacs crashes in ns_free_indexed_color Date: Fri, 25 Jul 2008 13:26:16 -0400 X-Mailer: Apple Mail (2.753.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. --Apple-Mail-7-328892166 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Typing C-x C-f crashed Emacs; output from Emacs.crash.log appended. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, *Step 9.0) of 2008-07-25 on hagen.princeton.edu Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-25 13:20:51.779 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 271 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfff84505 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161b01 ns_free_indexed_color + 23 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x000a7165 read_char + 1787 (keyboard.c:2687) 7 org.gnu.Emacs 0x000a9592 read_key_sequence + 866 (keyboard.c:9431) 8 org.gnu.Emacs 0x000ab95c command_loop_1 + 542 (keyboard.c:1653) 9 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 10 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 11 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 12 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 13 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 14 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 15 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 16 org.gnu.Emacs 0x0000234a _start + 216 17 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0xfff84495 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x0439b3f0 edi: 0x00af5780 esi: 0x0439b0d0 ebp: 0xbfffed18 esp: 0xbfffecf0 ss: 0x0000001f efl: 0x00010286 eip: 0x00161b01 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) / Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/ libncurses.5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/ Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/ Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/ vImage.framework/Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ A/libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib Clifford E. Wulfman Coordinator of Library Digital Initiatives Princeton University Library cwulfman@Princeton.EDU --Apple-Mail-7-328892166 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1

Typing C-x C-f crashed Emacs; output from Emacs.crash.log = appended.



In GNU Emacs 23.0.60.1 = (i386-apple-darwin8.11.1, *Step 9.0)

=A0of 2008-07-25 on = hagen.princeton.edu

Windowing system = distributor `Apple', version 49.46.48

configured using = `configure=A0 '--with-ns' = '--disable-ns-self-contained''


Important settings:

=A0 value of $LC_ALL: nil

=A0 value of $LC_COLLATE: nil

=A0 value of $LC_CTYPE: nil

=A0 value of $LC_MESSAGES: = nil

=A0 value of $LC_MONETARY: = nil

=A0 value of $LC_NUMERIC: nil

=A0 value of $LC_TIME: nil

=A0 value of $LANG: nil

=A0 value of $XMODIFIERS: nil

=A0 locale-coding-system: nil

=A0 = default-enable-multibyte-characters: t


Major mode: Fundamental


Minor modes in effect:

=A0 diff-auto-refine-mode: t

=A0 tooltip-mode: t

=A0 mouse-wheel-mode: t

=A0 menu-bar-mode: t

=A0 file-name-shadow-mode: t

=A0 global-font-lock-mode: t

=A0 global-auto-composition-mode: = t

=A0 auto-encryption-mode: t

=A0 auto-compression-mode: t

=A0 line-number-mode: t

=A0 transient-mark-mode: t


Recent input:

<menu-bar> = <help-menu> <send-emacs-bug-report>


Recent messages:

Loading psvn...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...

Loading rng-auto...done

Loading xmlunicode...

Loading = /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done

Loading = xmlunicode...done

Loading = /usr/local/share/emacs/site-lisp/xml-site.el (source)...done

Loading `slime': old-style = backquotes detected!

Loading = /Users/cliff/elisp/org-setup.el (source)...done

For information about GNU = Emacs and the GNU system, type C-h C-a.


**********


Host Name:=A0 =A0 =A0 hagen

Date/Time:=A0 =A0 =A0 2008-07-25 = 13:20:51.779 -0400

OS Version: =A0 =A0 10.4.11 (Build = 8S2167)

Report Version: 4


Command: Emacs

Path:=A0 =A0 = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

Parent:=A0 WindowServer [62]


Version: Version 23.0.60 = (NS 9.0)


PID:=A0 =A0 271

Thread: 0


Exception:=A0 EXC_BAD_ACCESS (0x0001)

Codes:=A0 =A0 =A0 KERN_INVALID_ADDRESS = (0x0001) at 0xfff84505


Thread 0 Crashed:

0 =A0 org.gnu.Emacs = 0x00161b01 ns_free_indexed_color + 23 (nsterm.m:1309)

1 =A0 org.gnu.Emacs = 0x00186ee9 x_clear_image_1 + 143 (image.c:1709)

2 =A0 org.gnu.Emacs = 0x001869d6 free_image + 83 (image.c:1394)

3 =A0 org.gnu.Emacs = 0x00187210 clear_image_cache + 192 (image.c:1927)

4 =A0 org.gnu.Emacs = 0x001872cc clear_image_caches + 53 (image.c:1961)

5 =A0 org.gnu.Emacs = 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045)

6 =A0 org.gnu.Emacs = 0x000a7165 read_char + 1787 (keyboard.c:2687)

7 =A0 org.gnu.Emacs = 0x000a9592 read_key_sequence + 866 (keyboard.c:9431)

8 =A0 org.gnu.Emacs = 0x000ab95c command_loop_1 + 542 (keyboard.c:1653)

9 =A0 org.gnu.Emacs = 0x0010a0b1 internal_condition_case + 245 (eval.c:1511)

10=A0 org.gnu.Emacs = 0x0009da0c command_loop_2 + 68 (keyboard.c:1370)

11=A0 org.gnu.Emacs = 0x00109fa2 internal_catch + 171 (eval.c:1247)

12=A0 org.gnu.Emacs = 0x0009d7ae command_loop + 170 (keyboard.c:1349)

13=A0 org.gnu.Emacs = 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957)

14=A0 org.gnu.Emacs = 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020)

15=A0 org.gnu.Emacs = 0x0009c6cb main + 2477 (emacs.c:1800)

16=A0 org.gnu.Emacs = 0x0000234a _start + 216

17=A0 org.gnu.Emacs = 0x00002271 start + 41


Thread 0 crashed with X86 = Thread State (32-bit):

=A0 eax: 0xfff84495=A0 ebx: 0x00161af8=A0 ecx: 0x00000003=A0 edx: 0x0439b3f0

=A0 edi: 0x00af5780=A0 esi: 0x0439b0d0=A0 ebp: 0xbfffed18=A0 esp: 0xbfffecf0

=A0=A0 ss: 0x0000001f=A0 efl: 0x00010286=A0 eip: 0x00161b01 =A0 cs: 0x00000017

=A0=A0 ds: 0x0000001f =A0 es: 0x0000001f =A0 fs: 0x00000000 =A0 gs: 0x00000037


Binary Images = Description:

=A0 =A0 0x1000 - =A0 0x1a4fff org.gnu.Emacs = Version 23.0.60 (NS 9.0) = /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs

=A0 0x70e000 - =A0 0x738fff libdbus-1.3.dylib = = /opt/local/lib/libdbus-1.3.dylib

=A0 0x74b000 - =A0 0x774fff libncurses.5.dylib = = /opt/local/lib/libncurses.5.dylib

=A0 0xb5d000 - =A0 0xb64fff = com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 = (1.2.1) = /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart = Crash Reports.bundle/Contents/MacOS/Smart Crash Reports

0x8fe00000 - 0x8fe4afff = dyld 46.16 = /usr/lib/dyld

0x90000000 - 0x90171fff = libSystem.B.dylib /usr/lib/libSystem.B.dylib

0x901c1000 - 0x901c3fff = libmathCommon.A.dylib = /usr/lib/system/libmathCommon.A.dylib

0x901c5000 - 0x90202fff = com.apple.CoreText 1.1.3 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreText.framework/Versions/A/CoreText

0x90229000 - 0x902fffff ATS = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ATS.framework/Versions/A/ATS

0x9031f000 - 0x90774fff = com.apple.CoreGraphics 1.258.78 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x9080b000 - 0x908d3fff = com.apple.CoreFoundation 6.4.11 (368.35) = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/Core= Foundation

0x90911000 - 0x90911fff = com.apple.CoreServices 10.4 (???) = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreSe= rvices

0x90913000 - 0x90a07fff = libicucore.A.dylib /usr/lib/libicucore.A.dylib

0x90a57000 - 0x90ad6fff = libobjc.A.dylib = /usr/lib/libobjc.A.dylib

0x90aff000 - 0x90b63fff = libstdc++.6.dylib /usr/lib/libstdc++.6.dylib

0x90bd2000 - 0x90bd9fff = libgcc_s.1.dylib = /usr/lib/libgcc_s.1.dylib

0x90bde000 - 0x90c51fff = com.apple.framework.IOKit 1.4.8 (???) = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x90c66000 - 0x90c78fff = libauto.dylib = /usr/lib/libauto.dylib

0x90c7e000 - 0x90f24fff = com.apple.CoreServices.CarbonCore 682.29 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CarbonCore.framework/Versions/A/CarbonCore

0x90f67000 - 0x90fcffff = com.apple.CoreServices.OSServices 4.1 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/OSServices.framework/Versions/A/OSServices

0x91008000 - 0x91047fff = com.apple.CFNetwork 129.22 (129.23) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/CFNetwork.framework/Versions/A/CFNetwork

0x9105a000 - 0x9106afff = com.apple.WebServices 1.1.3 (1.1.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/WebServicesCore.framework/Versions/A/WebServicesCore

0x91075000 - 0x910f4fff = com.apple.SearchKit 1.0.7 = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/SearchKit.framework/Versions/A/SearchKit

0x9112e000 - 0x9114cfff = com.apple.Metadata 10.4.4 (121.36) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Framew= orks/Metadata.framework/Versions/A/Metadata

0x91158000 - 0x91166fff = libz.1.dylib = /usr/lib/libz.1.dylib

0x91169000 - 0x91308fff = com.apple.security 4.5.2 (29774) = /System/Library/Frameworks/Security.framework/Versions/A/Security

0x91406000 - 0x9140efff = com.apple.DiskArbitration 2.1.2 = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/Dis= kArbitration

0x91415000 - 0x9141cfff = libbsm.dylib = /usr/lib/libbsm.dylib

0x91420000 - 0x91446fff = com.apple.SystemConfiguration 1.8.6 = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A= /SystemConfiguration

0x91458000 - 0x914cefff = com.apple.audio.CoreAudio 3.0.5 = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio=

0x9151f000 - 0x9151ffff = com.apple.ApplicationServices 10.4 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /ApplicationServices

0x91521000 - 0x9154dfff = com.apple.AE 314 (313) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/AE.framework/Versions/A/AE

0x91560000 - 0x91634fff = com.apple.ColorSync 4.4.10 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ColorSync.framework/Versions/A/ColorSync

0x9166f000 - 0x916e2fff = com.apple.print.framework.PrintCore 4.6 (177.13) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/PrintCore.framework/Versions/A/PrintCore

0x91710000 - 0x917b9fff = com.apple.QD 3.10.25 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/QD.framework/Versions/A/QD

0x917df000 - 0x9182afff = com.apple.HIServices 1.5.2 (???) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/HIServices.framework/Versions/A/HIServices

0x91849000 - 0x9185ffff = com.apple.LangAnalysis 1.6.3 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x9186b000 - 0x91886fff = com.apple.FindByContent 1.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/FindByContent.framework/Versions/A/FindByContent

0x91891000 - 0x918cefff = com.apple.LaunchServices 183 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x918e2000 - 0x918eefff = com.apple.speech.synthesis.framework 3.5 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x918f5000 - 0x91935fff = com.apple.ImageIO.framework 1.5.7 = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/ImageIO

0x91948000 - 0x919fafff = libcrypto.0.9.7.dylib = /usr/lib/libcrypto.0.9.7.dylib

0x91a40000 - 0x91a56fff = libcups.2.dylib = /usr/lib/libcups.2.dylib

0x91a5b000 - 0x91a79fff = libJPEG.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x91a7e000 - 0x91addfff = libJP2.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x91aef000 - 0x91af3fff = libGIF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x91af5000 - 0x91b7dfff = libRaw.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib

0x91b81000 - 0x91bbefff = libTIFF.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x91bc4000 - 0x91bdffff = libPng.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x91be4000 - 0x91be6fff = libRadiance.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x91be8000 - 0x91cc6fff = libxml2.2.dylib = /usr/lib/libxml2.2.dylib

0x91ce3000 - 0x91ce3fff = com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelera= te

0x91ce5000 - 0x91d73fff = com.apple.vImage 2.5 = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vImage.framework/Versions/A/vImage

0x91d7a000 - 0x91d7afff = com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/vecLib

0x91d7c000 - 0x91dd5fff = libvMisc.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvMisc.dylib

0x91dde000 - 0x91e02fff = libvDSP.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libvDSP.dylib

0x91e0a000 - 0x92213fff = libBLAS.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libBLAS.dylib

0x9224d000 - 0x92601fff = libLAPACK.dylib = /System/Library/Frameworks/Accelerate.framework/Versions/A/Framewor= ks/vecLib.framework/Versions/A/libLAPACK.dylib

0x9262e000 - 0x9271bfff = libiconv.2.dylib = /usr/lib/libiconv.2.dylib

0x9271d000 - 0x9279bfff = com.apple.DesktopServices 1.3.7 = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Ver= sions/A/DesktopServicesPriv

0x927dc000 - 0x92a0cfff = com.apple.Foundation 6.4.10 (567.37) = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundati= on

0x92b26000 - 0x92b41fff = libGL.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGL.dylib

0x92b4d000 - 0x92ba5fff = libGLU.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLU.dylib

0x92bda000 - 0x92be2fff = com.apple.speech.recognition.framework 3.6 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/S= peechRecognition.framework/Versions/A/SpeechRecognition

0x92dce000 - 0x92ddcfff = com.apple.audio.SoundManager 3.9.1 = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/C= arbonSound.framework/Versions/A/CarbonSound

0x92ded000 - 0x930e2fff = com.apple.HIToolbox 1.4.10 (???) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/H= IToolbox.framework/Versions/A/HIToolbox

0x931e8000 - 0x931f4fff = com.apple.opengl 1.5.1 = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x93284000 - 0x93284fff = com.apple.Cocoa 6.4 (???) = /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x93286000 - 0x9393cfff = com.apple.AppKit 6.4.10 (824.48) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x93cbd000 - 0x93d38fff = com.apple.CoreData 91 (92.1) = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x93d71000 - 0x93e2afff = com.apple.audio.toolbox.AudioToolbox 1.4.7 = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioT= oolbox

0x93e6d000 - 0x93e6dfff = com.apple.audio.units.AudioUnit 1.4.3 = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit=

0x93e6f000 - 0x94030fff = com.apple.QuartzCore 1.4.12 = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCo= re

0x94076000 - 0x940b7fff = libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib

0x940bf000 - 0x94102fff = libGLImage.dylib = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLImage.dylib

0x94106000 - 0x9411cfff = com.apple.CoreVideo 1.4.2 = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo=

0x9412c000 - 0x945e8fff = libGLProgrammability.dylib = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/li= bGLProgrammability.dylib

0x94867000 - 0x94876fff = libCGATS.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib

0x9487d000 - 0x94888fff = libCSync.A.dylib = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib

0x948d4000 - 0x948eefff = libRIP.A.dylib = /System/Library/Frameworks/ApplicationServices.framework/Versions/A= /Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

=

0x94fed000 - 0x9500afff = libresolv.9.dylib /usr/lib/libresolv.9.dylib




Clifford E. Wulfman
Coordinator of Library Digital Initiatives
Princeton University Library

= --Apple-Mail-7-328892166-- ------------=_1227588913-8566-15-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#769 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> X-Emacs-PR-Message: they-closed 769 X-Emacs-PR-Package: emacs,ns Reply-To: 769@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588914-8566-17" This is a multi-part message in MIME format... ------------=_1227588914-8566-17 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; crashing after sleep It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588914-8566-17 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588914-8566-17 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@gmail.com Sat Aug 23 15:22:47 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.0 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,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; 23 Aug 2008 22:22:47 +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 m7NMMd8L027251 for ; Sat, 23 Aug 2008 15:22:41 -0700 Received: from mail.gnu.org ([199.232.76.166]:55069 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KX1Tu-0006nv-No for emacs-pretest-bug@gnu.org; Sat, 23 Aug 2008 18:21:15 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KX1VA-0002Lf-Eo for emacs-pretest-bug@gnu.org; Sat, 23 Aug 2008 18:22:38 -0400 Received: from wr-out-0506.google.com ([64.233.184.224]:17867) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KX1V9-0002LH-RB for emacs-pretest-bug@gnu.org; Sat, 23 Aug 2008 18:22:32 -0400 Received: by wr-out-0506.google.com with SMTP id c30so1075413wra.14 for ; Sat, 23 Aug 2008 15:22:30 -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 :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=tufKcXrAoGTImOTpOFLZ1NeByUSqd+7cnGfWqEsL59Q=; b=TUaoOPBEppljlHvW9QU//mXxMp7IBowZeCz/eAzO/70PRnfYUUGPRv3KGWDII8AM6V K2AOQp/FLCD97C1RPFyEAYbJwmpKy7GXHNxelh/uNzc8RtVk3dTTglxXLI23awZBlHHU noz+6ZHXWOvrUjvC5TEC+Q+FtAh3aarQnvCrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=rKY3Pd6ah18o4Wmdx4tw0IQ5o3cpfFCkKcZGLYYz3dSI94QfkJYetuGaUKS5p12Dak yncMqncmkjyDP5LKarb2j4hoKIhmwwnPsDnHJNEm2SgQo6RGKxiJ8jvx8mpqrgOnrwdE 8ocaI/3TNP+N+uZaJ4ZiEPwXizO/IjJvJbsOE= Received: by 10.90.96.15 with SMTP id t15mr3437275agb.100.1219530150592; Sat, 23 Aug 2008 15:22:30 -0700 (PDT) Received: from ?10.0.1.199? ( [98.221.168.227]) by mx.google.com with ESMTPS id 11sm4903303wrl.7.2008.08.23.15.22.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 23 Aug 2008 15:22:29 -0700 (PDT) Message-Id: From: Clifford Wulfman To: emacs-pretest-bug@gnu.org 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: 23.0.60; crashing after sleep Date: Sat, 23 Aug 2008 18:22:18 -0400 X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) I'm sorry I can't be more specific about the exact circumstances of these crashes, but they seem to be occuring rather regularly shortly after I wake my MacBook from sleep. I've appended the output from Emacs.crash.log below; if I notice anything more specific, I'll post it. -C In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-08-22 on hagen.local Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Host Name: hagen Date/Time: 2008-07-25 13:58:01.154 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 360 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000f90 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x00033188 redisplay_preserve_echo_area + 51 (xdisp.c:12079) 7 org.gnu.Emacs 0x0000b89d Fredisplay + 173 (dispnew.c:6650) 8 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 9 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 10 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 11 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 12 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 13 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 14 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 15 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 16 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 17 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 18 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 19 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 20 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 21 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 22 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 23 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 24 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 25 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 26 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 27 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 28 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 29 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 30 org.gnu.Emacs 0x0010d63e apply1 + 69 (eval.c:2796) 31 org.gnu.Emacs 0x00107968 Fcall_interactively + 525 (callint.c:389) 32 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 33 org.gnu.Emacs 0x0010c059 call3 + 25 (eval.c:2874) 34 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 35 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 36 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 37 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 38 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 39 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 40 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 41 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 42 org.gnu.Emacs 0x0000234a _start + 216 43 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000e78 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x0439b570 edi: 0x045ac720 esi: 0x0439b250 ebp: 0xbfffe328 esp: 0xbfffe300 ss: 0x0000001f efl: 0x00010286 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) /Users/ cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/libncurses. 5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) / System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib ------------=_1227588914-8566-17-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#822 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <2FF5105A-28B9-4992-85F3-08960D4CA977@gmail.com> X-Emacs-PR-Message: they-closed 822 X-Emacs-PR-Package: emacs,ns Reply-To: 822@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588914-8566-19" This is a multi-part message in MIME format... ------------=_1227588914-8566-19 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; crash on font-panel selection It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588914-8566-19 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588914-8566-19 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@gmail.com Fri Aug 29 10:21:05 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-4.9 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,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; 29 Aug 2008 17:21:06 +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 m7THKtOD030301 for ; Fri, 29 Aug 2008 10:20:56 -0700 Received: from mx10.gnu.org ([199.232.76.166]:49792) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KZ7d4-0005a8-SA for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 13:19:23 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KZ7eT-0004zw-N9 for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 13:20:54 -0400 Received: from qw-out-1920.google.com ([74.125.92.146]:12710) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZ7eT-0004z6-6A for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 13:20:49 -0400 Received: by qw-out-1920.google.com with SMTP id 4so123549qwk.24 for ; Fri, 29 Aug 2008 10:20:47 -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 :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=9jlp0Oi9XXz83haKG6esonP8wqr39ySmISNOn4x04rc=; b=qALOOdHzqqaFKqP5xYWzK4zkMilav/HKmXtYiGzamwqQawujuZMJM/LHrd/w2qrEFN FoIimyKsPvk+vmh9cKaKqMvbdmTCX2bc52Cuhk8ZlvbwTc8w5W0pfMou8rgbeFvLo63M sRzRLcu8SSmqpmIEJ8F9Ku2Rj4FM5ZuKmn43c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=QGOLH6IxA++bsdRej1hOzKQrAJlgA8oFrtgNeZgdCCd0IaYTQATI2SHJJ7C4L+JTAt Q2GPzwPb3xW20MbTHKYa/Ihw/C5Z7rl7WTzFjNmtaxmO29CkyyHBBMf2CFy7//N+/gMZ 8K8uAjjBlRtlSFcl4lX5y5MCLr7kI9T3+Zq3g= Received: by 10.214.114.16 with SMTP id m16mr4005212qac.41.1220030447215; Fri, 29 Aug 2008 10:20:47 -0700 (PDT) Received: from hagen.Princeton.EDU ( [128.112.202.26]) by mx.google.com with ESMTPS id 6sm5588967qwd.4.2008.08.29.10.20.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Aug 2008 10:20:46 -0700 (PDT) Message-Id: <2FF5105A-28B9-4992-85F3-08960D4CA977@gmail.com> From: Clifford Wulfman To: emacs-pretest-bug@gnu.org 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: 23.0.60; crash on font-panel selection Date: Fri, 29 Aug 2008 13:20:43 -0400 X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Opened font panel, selected a font. Output from Emacs crash reporter below. In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-08-28 on hagen.Princeton.EDU Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-25 13:58:01.154 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 360 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000f90 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x00033188 redisplay_preserve_echo_area + 51 (xdisp.c:12079) 7 org.gnu.Emacs 0x0000b89d Fredisplay + 173 (dispnew.c:6650) 8 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 9 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 10 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 11 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 12 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 13 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 14 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 15 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 16 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 17 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 18 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 19 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 20 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 21 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 22 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 23 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 24 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 25 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 26 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 27 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 28 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 29 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 30 org.gnu.Emacs 0x0010d63e apply1 + 69 (eval.c:2796) 31 org.gnu.Emacs 0x00107968 Fcall_interactively + 525 (callint.c:389) 32 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 33 org.gnu.Emacs 0x0010c059 call3 + 25 (eval.c:2874) 34 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 35 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 36 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 37 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 38 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 39 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 40 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 41 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 42 org.gnu.Emacs 0x0000234a _start + 216 43 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000e78 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x0439b570 edi: 0x045ac720 esi: 0x0439b250 ebp: 0xbfffe328 esp: 0xbfffe300 ss: 0x0000001f efl: 0x00010286 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) /Users/ cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/libncurses. 5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) / System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib ------------=_1227588914-8566-19-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#826 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <02EA9D7A-60B8-4363-AD35-01F3747B5957@Princeton.EDU> X-Emacs-PR-Message: they-closed 826 X-Emacs-PR-Package: emacs,ns Reply-To: 826@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588915-8566-21" This is a multi-part message in MIME format... ------------=_1227588915-8566-21 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; emacs crashing after idle It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588915-8566-21 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588915-8566-21 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@Princeton.EDU Fri Aug 29 12:41:53 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.3 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,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; 29 Aug 2008 19:41:54 +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 m7TJfgL1012911 for ; Fri, 29 Aug 2008 12:41:44 -0700 Received: from mail.gnu.org ([199.232.76.166]:49093 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KZ9pK-0007vm-DL for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 15:40:10 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KZ9qi-0001MS-Sv for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 15:41:41 -0400 Received: from postoffice03.princeton.edu ([128.112.131.174]:44342 helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZ9qg-0001LY-S1 for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 15:41:35 -0400 Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.13.8/8.13.8) with ESMTP id m7TJfXWQ008226 for ; Fri, 29 Aug 2008 15:41:33 -0400 (EDT) Received: from hagen.Princeton.EDU (hagen.Princeton.EDU [128.112.202.26]) (authenticated bits=0) by smtpserver1.Princeton.EDU (8.12.9/8.12.9) with ESMTP id m7TJfVQ0015512 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 29 Aug 2008 15:41:33 -0400 (EDT) Message-Id: <02EA9D7A-60B8-4363-AD35-01F3747B5957@Princeton.EDU> From: Clifford Wulfman To: emacs-pretest-bug@gnu.org 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: 23.0.60; emacs crashing after idle Date: Fri, 29 Aug 2008 15:41:29 -0400 X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. The pattern seems to be crashes after the screen saver has been on or the laptop has emerged from sleep: just about any action seems to trigger a crash. Crash report appended below. In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-08-28 on hagen.Princeton.EDU Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-25 13:58:01.154 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 360 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000f90 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x00033188 redisplay_preserve_echo_area + 51 (xdisp.c:12079) 7 org.gnu.Emacs 0x0000b89d Fredisplay + 173 (dispnew.c:6650) 8 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 9 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 10 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 11 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 12 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 13 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 14 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 15 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 16 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 17 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 18 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 19 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 20 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 21 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 22 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 23 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 24 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 25 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 26 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 27 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 28 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 29 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 30 org.gnu.Emacs 0x0010d63e apply1 + 69 (eval.c:2796) 31 org.gnu.Emacs 0x00107968 Fcall_interactively + 525 (callint.c:389) 32 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 33 org.gnu.Emacs 0x0010c059 call3 + 25 (eval.c:2874) 34 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 35 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 36 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 37 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 38 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 39 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 40 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 41 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 42 org.gnu.Emacs 0x0000234a _start + 216 43 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000e78 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x0439b570 edi: 0x045ac720 esi: 0x0439b250 ebp: 0xbfffe328 esp: 0xbfffe300 ss: 0x0000001f efl: 0x00010286 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) /Users/ cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/libncurses. 5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) / System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib Clifford E. Wulfman Coordinator of Library Digital Initiatives Princeton University Library cwulfman@Princeton.EDU ------------=_1227588915-8566-21-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Clifford Wulfman Subject: bug#863 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> <25DFA5D6-F3B9-4AC3-84BD-EA41CAFD314B@gmail.com> X-Emacs-PR-Message: they-closed 863 X-Emacs-PR-Package: emacs,ns Reply-To: 863@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588916-8566-23" This is a multi-part message in MIME format... ------------=_1227588916-8566-23 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; Crash in normal operation It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588916-8566-23 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588916-8566-23 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cwulfman@gmail.com Tue Sep 2 08:00:52 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.0 required=4.0 tests=AWL,BAYES_00,FOURLA, FVGT_m_MULTI_ODD,IMPRONONCABLE_1,IMPRONONCABLE_2,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; 2 Sep 2008 15:00:53 +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 m82F0g4m030897 for ; Tue, 2 Sep 2008 08:00:43 -0700 Received: from mx10.gnu.org ([199.232.76.166]:37810) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KaXLV-00042Y-Di for emacs-pretest-bug@gnu.org; Tue, 02 Sep 2008 10:59:05 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KaXMx-00043Y-QC for emacs-pretest-bug@gnu.org; Tue, 02 Sep 2008 11:00:41 -0400 Received: from qw-out-1920.google.com ([74.125.92.150]:65477) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaXMx-00042q-6r for emacs-pretest-bug@gnu.org; Tue, 02 Sep 2008 11:00:35 -0400 Received: by qw-out-1920.google.com with SMTP id 4so243100qwk.24 for ; Tue, 02 Sep 2008 08:00:33 -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 :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=pR3qY17LRgGJLLFxBzAURH/ibgAMCBRDN0Bv4QjGaqI=; b=fZnGbhUNENfuih11W4gtyEwt3XN7c9PPj3o0KSgUC7NB92As4UsWq9+f3q/4tVA1ZV nOAsOjg26f/vnxFrxNZoVWjKYjoIbCYDGUujtfAxkXZduF0vn3s6lRDP+SemJKWgtybB apFSjItjzy3qk66sq4qI/H0c9QxA9L5Ko/MrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=CNtZhVOZ2PODgadspoNlnijHtLAUCjv7+Dz0GEtavzYEtgkc241Pz/dIen7Y1SJ02Q kk3kruWRBunpZA9dE3pAk2/LsspHNna1+xMye9nEuvdiaf1E7QqaaZd4ksb9SWtbKqIl 9b+xoksJauJQkDZwHW1PvUbOz0tE79iyKT3jY= Received: by 10.214.46.10 with SMTP id t10mr6439694qat.80.1220367633428; Tue, 02 Sep 2008 08:00:33 -0700 (PDT) Received: from hagen.Princeton.EDU ( [128.112.202.26]) by mx.google.com with ESMTPS id 6sm8841848qwd.4.2008.09.02.08.00.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Sep 2008 08:00:32 -0700 (PDT) Message-Id: <25DFA5D6-F3B9-4AC3-84BD-EA41CAFD314B@gmail.com> From: Clifford Wulfman To: emacs-pretest-bug@gnu.org 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: 23.0.60; Crash in normal operation Date: Tue, 2 Sep 2008 11:00:24 -0400 X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Just scrolling in a buffer caused this crash (Crash log appended below). In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-08-28 on hagen.Princeton.EDU Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' 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: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t global-auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading psvn...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)... Loading rng-auto...done Loading xmlunicode... Loading /usr/local/share/emacs/site-lisp/xml/unichars.el (source)...done Loading xmlunicode...done Loading /usr/local/share/emacs/site-lisp/xml-site.el (source)...done Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. ********** Host Name: hagen Date/Time: 2008-07-25 13:58:01.154 -0400 OS Version: 10.4.11 (Build 8S2167) Report Version: 4 Command: Emacs Path: /Users/cliff/Applications/Emacs.app/Contents/MacOS/Emacs Parent: WindowServer [62] Version: Version 23.0.60 (NS 9.0) PID: 360 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000f90 Thread 0 Crashed: 0 org.gnu.Emacs 0x00161afb ns_free_indexed_color + 17 (nsterm.m:1309) 1 org.gnu.Emacs 0x00186ee9 x_clear_image_1 + 143 (image.c:1709) 2 org.gnu.Emacs 0x001869d6 free_image + 83 (image.c:1394) 3 org.gnu.Emacs 0x00187210 clear_image_cache + 192 (image.c:1927) 4 org.gnu.Emacs 0x001872cc clear_image_caches + 53 (image.c:1961) 5 org.gnu.Emacs 0x00032c7e redisplay_internal + 4412 (xdisp.c:12045) 6 org.gnu.Emacs 0x00033188 redisplay_preserve_echo_area + 51 (xdisp.c:12079) 7 org.gnu.Emacs 0x0000b89d Fredisplay + 173 (dispnew.c:6650) 8 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 9 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 10 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 11 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 12 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 13 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 14 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 15 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 16 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 17 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 18 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 19 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 20 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 21 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 22 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 23 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 24 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 25 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 26 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 27 org.gnu.Emacs 0x00145133 Fbyte_code + 7271 (bytecode.c:678) 28 org.gnu.Emacs 0x0010b7c7 funcall_lambda + 200 (eval.c:3234) 29 org.gnu.Emacs 0x0010bcaa Ffuncall + 452 (eval.c:3099) 30 org.gnu.Emacs 0x0010d63e apply1 + 69 (eval.c:2796) 31 org.gnu.Emacs 0x00107968 Fcall_interactively + 525 (callint.c:389) 32 org.gnu.Emacs 0x0010bebd Ffuncall + 983 (eval.c:3048) 33 org.gnu.Emacs 0x0010c059 call3 + 25 (eval.c:2874) 34 org.gnu.Emacs 0x000abb9d command_loop_1 + 1119 (keyboard.c:1920) 35 org.gnu.Emacs 0x0010a0b1 internal_condition_case + 245 (eval.c: 1511) 36 org.gnu.Emacs 0x0009da0c command_loop_2 + 68 (keyboard.c:1370) 37 org.gnu.Emacs 0x00109fa2 internal_catch + 171 (eval.c:1247) 38 org.gnu.Emacs 0x0009d7ae command_loop + 170 (keyboard.c:1349) 39 org.gnu.Emacs 0x0009d867 recursive_edit_1 + 145 (keyboard.c:957) 40 org.gnu.Emacs 0x0009d9af Frecursive_edit + 228 (keyboard.c:1020) 41 org.gnu.Emacs 0x0009c6cb main + 2477 (emacs.c:1800) 42 org.gnu.Emacs 0x0000234a _start + 216 43 org.gnu.Emacs 0x00002271 start + 41 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000e78 ebx: 0x00161af8 ecx: 0x00000003 edx: 0x0439b570 edi: 0x045ac720 esi: 0x0439b250 ebp: 0xbfffe328 esp: 0xbfffe300 ss: 0x0000001f efl: 0x00010286 eip: 0x00161afb cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 Binary Images Description: 0x1000 - 0x1a4fff org.gnu.Emacs Version 23.0.60 (NS 9.0) /Users/ cliff/Applications/Emacs.app/Contents/MacOS/Emacs 0x70e000 - 0x738fff libdbus-1.3.dylib /opt/local/lib/ libdbus-1.3.dylib 0x74b000 - 0x774fff libncurses.5.dylib /opt/local/lib/libncurses. 5.dylib 0xb5d000 - 0xb64fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/cliff/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText 0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ Versions/A/ATS 0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.78 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics 0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) / System/Library/Frameworks/CoreFoundation.framework/Versions/A/ CoreFoundation 0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/ Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/ Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib 0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.29 / System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CarbonCore.framework/Versions/A/CarbonCore 0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ OSServices.framework/Versions/A/OSServices 0x91008000 - 0x91047fff com.apple.CFNetwork 129.22 (129.23) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ CFNetwork.framework/Versions/A/CFNetwork 0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ WebServicesCore.framework/Versions/A/WebServicesCore 0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.7 /System/Library/ Frameworks/CoreServices.framework/Versions/A/Frameworks/ SearchKit.framework/Versions/A/SearchKit 0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/ Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ Metadata.framework/Versions/A/Metadata 0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib 0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/ Library/Frameworks/Security.framework/Versions/A/Security 0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/ Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib 0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/ Library/Frameworks/SystemConfiguration.framework/Versions/A/ SystemConfiguration 0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/ Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ ApplicationServices 0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE 0x91560000 - 0x91634fff com.apple.ColorSync 4.4.10 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x91710000 - 0x917b9fff com.apple.QD 3.10.25 (???) /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent 0x91891000 - 0x918cefff com.apple.LaunchServices 183 /System/Library/ Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices 0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 / System/Library/Frameworks/ApplicationServices.framework/Versions/A/ Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.7 /System/ Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO 0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto. 0.9.7.dylib 0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJPEG.dylib 0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libJP2.dylib 0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libGIF.dylib 0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRaw.dylib 0x91b81000 - 0x91bbefff libTIFF.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libTIFF.dylib 0x91bc4000 - 0x91bdffff libPng.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libPng.dylib 0x91be4000 - 0x91be6fff libRadiance.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/Resources/libRadiance.dylib 0x91be8000 - 0x91cc6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91ce3000 - 0x91ce3fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) / System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91ce5000 - 0x91d73fff com.apple.vImage 2.5 /System/Library/ Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ Versions/A/vImage 0x91d7a000 - 0x91d7afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/ Frameworks/vecLib.framework/Versions/A/vecLib 0x91d7c000 - 0x91dd5fff libvMisc.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib 0x91dde000 - 0x91e02fff libvDSP.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib 0x91e0a000 - 0x92213fff libBLAS.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libBLAS.dylib 0x9224d000 - 0x92601fff libLAPACK.dylib /System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libLAPACK.dylib 0x9262e000 - 0x9271bfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7 /System/ Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ DesktopServicesPriv 0x927dc000 - 0x92a0cfff com.apple.Foundation 6.4.10 (567.37) /System/ Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92b26000 - 0x92b41fff libGL.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92b4d000 - 0x92ba5fff libGLU.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92bda000 - 0x92be2fff com.apple.speech.recognition.framework 3.6 / System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92dce000 - 0x92ddcfff com.apple.audio.SoundManager 3.9.1 /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ CarbonSound.framework/Versions/A/CarbonSound 0x92ded000 - 0x930e2fff com.apple.HIToolbox 1.4.10 (???) /System/ Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ HIToolbox.framework/Versions/A/HIToolbox 0x931e8000 - 0x931f4fff com.apple.opengl 1.5.1 /System/Library/ Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93284000 - 0x93284fff com.apple.Cocoa 6.4 (???) /System/Library/ Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93286000 - 0x9393cfff com.apple.AppKit 6.4.10 (824.48) /System/ Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x93cbd000 - 0x93d38fff com.apple.CoreData 91 (92.1) /System/Library/ Frameworks/CoreData.framework/Versions/A/CoreData 0x93d71000 - 0x93e2afff com.apple.audio.toolbox.AudioToolbox 1.4.7 / System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x93e6d000 - 0x93e6dfff com.apple.audio.units.AudioUnit 1.4.3 /System/ Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x93e6f000 - 0x94030fff com.apple.QuartzCore 1.4.12 /System/Library/ Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94076000 - 0x940b7fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x940bf000 - 0x94102fff libGLImage.dylib /System/Library/Frameworks/ OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x94106000 - 0x9411cfff com.apple.CoreVideo 1.4.2 /System/Library/ Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9412c000 - 0x945e8fff libGLProgrammability.dylib /System/Library/ Frameworks/OpenGL.framework/Versions/A/Libraries/ libGLProgrammability.dylib 0x94867000 - 0x94876fff libCGATS.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9487d000 - 0x94888fff libCSync.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x948d4000 - 0x948eefff libRIP.A.dylib /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94fed000 - 0x9500afff libresolv.9.dylib /usr/lib/libresolv.9.dylib ------------=_1227588916-8566-23-- From unknown Sun Jun 22 04:33:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: pat.maddox@gmail.com Subject: bug#968 closed by Adrian Robert (#1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs) Message-ID: References: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> X-Emacs-PR-Message: they-closed 968 X-Emacs-PR-Package: emacs,ns Reply-To: 968@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1227588917-8566-25" This is a multi-part message in MIME format... ------------=_1227588917-8566-25 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs,ns package: #1075: 23.0.60; CVS Emacs.app crashes randomly It has been closed by Adrian Robert . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Adrian Robert by replying to this email. --=20 1075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1075 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1227588917-8566-25 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From adrian.b.robert@gmail.com Mon Nov 24 20:46: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=-4.2 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1075-done) by emacsbugs.donarmstrong.com; 25 Nov 2008 04:46:23 +0000 Received: from smtprelay.b.hostedemail.com (smtprelay0187.b.hostedemail.com [64.98.42.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAP4kKc8007174 for <1075-done@emacsbugs.donarmstrong.com>; Mon, 24 Nov 2008 20:46:21 -0800 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay05.b.hostedemail.com (Postfix) with SMTP id E093AD9D62A for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:19 +0000 (UTC) X-SpamScore: 1 Received: from [10.0.1.198] (unknown [72.169.150.82]) (Authenticated sender: arobert@hughes.net) by omf08.b.hostedemail.com (Postfix) with ESMTP for <1075-done@emacsbugs.donarmstrong.com>; Tue, 25 Nov 2008 04:46:15 +0000 (UTC) Message-Id: <0419D148-710C-48C8-9817-2D323CE8C693@gmail.com> From: Adrian Robert To: 1075-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: #1075 - 23.0.60; [NS] wrong number of arguments in call to ns_free_indexed_color - Emacs bug report logs Date: Mon, 24 Nov 2008 23:46:03 -0500 X-Mailer: Apple Mail (2.929.2) X-session-marker: 61726F62657274406875676865732E6E6574 I am closing this bug. The call to ns_free_indexed_color() in x_clear_image_1() (image.c:1625) had no business being there -- that color is not indexed, but a long RGB value derived from four_corners_best() or x_alloc_image_color() (which eventually calls ns_defined_color() with makeIndex=0). I checked in a removal as of 11/24, after closer examination prompted by yet another posting bug #1362. Hopefully this is the end of this! ------------=_1227588917-8566-25 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >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... ------------=_1227588917-8566-25--