From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: Crashes with recent build on MACOSX Date: Thu, 13 Oct 2005 15:42:05 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129212191 21309 80.91.229.2 (13 Oct 2005 14:03:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 14:03:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 16:03:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ3bH-0007aX-Gl for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 15:58:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ3bG-0001vV-EI for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2005 09:58:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQ3Lg-0005Rx-4O for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:42:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQ3Lb-0005Qk-1k for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:42:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQ3LY-0005Px-Ei for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:42:13 -0400 Original-Received: from [131.211.80.10] (helo=mail.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQ3LY-00081w-8Y for emacs-devel@gnu.org; Thu, 13 Oct 2005 09:42:12 -0400 Original-Received: from mail.cs.uu.nl (localhost.localdomain [127.0.0.1]) by mail.cs.uu.nl (Postfix) with ESMTP id EB665A35E7 for ; Thu, 13 Oct 2005 15:42:09 +0200 (CEST) Original-Received: from ordesa.cs.uu.nl (ordesa.cs.uu.nl [131.211.81.146]) by mail.cs.uu.nl (Postfix) with ESMTP id E0D22A35E0 for ; Thu, 13 Oct 2005 15:42:09 +0200 (CEST) Original-Received: from ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id 9AE1C47DAA9 for ; Thu, 13 Oct 2005 15:42:08 +0200 (CEST) X-Mailer: emacs 22.0.50.5 (via feedmail 8 I) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-AV-Checked: ClamAV using ClamSMTP at cs.uu.nl X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:43983 Archived-At: The emacs version I built last Sunday from a fresh CVS checkout crashes much more often than the one before (a couple of months old). Here are a few stack traces: Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x014d8000 Thread 0 Crashed: 0 <<00000000>> 0xffff8a60 __memcpy + 0x2c0 1 libSystem.B.dylib 0x9731b9f8 szone_realloc + 0x8b0 2 libSystem.B.dylib 0x9731dba0 malloc_zone_realloc + 0x6c 3 libSystem.B.dylib 0x9731bc74 realloc + 0xfc 4 org.gnu.Emacs 0x00112f08 unexec_realloc + 0x74 (unexmacosx.c:1082) 5 org.gnu.Emacs 0x000cada4 xrealloc + 0x48 (alloc.c:792) 6 org.gnu.Emacs 0x0009aa84 enlarge_buffer_text + 0x50 (buffer.c:4889) 7 org.gnu.Emacs 0x0009d6c0 make_gap_larger + 0x68 (insdel.c:540) 8 org.gnu.Emacs 0x0009e3b4 insert_from_string_1 + 0xdc (insdel.c:1123) 9 org.gnu.Emacs 0x0009e1f8 insert_from_string + 0x40 (insdel.c:1066) 10 org.gnu.Emacs 0x000dc1dc general_insert_function + 0x134 (editfns.c:2093) 11 org.gnu.Emacs 0x000dc270 Finsert + 0x38 (editfns.c:2142) 12 org.gnu.Emacs 0x00114d4c Fbyte_code + 0x1c9c (bytecode.c:1279) 13 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 14 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 15 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 16 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 17 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 18 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 19 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 20 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 21 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 22 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 23 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 24 org.gnu.Emacs 0x000e6180 apply1 + 0x40 (eval.c:2609) 25 org.gnu.Emacs 0x000e0fb4 Fcall_interactively + 0x39c (callint.c:412) 26 org.gnu.Emacs 0x00087ccc Fcommand_execute + 0x274 (keyboard.c:9718) 27 org.gnu.Emacs 0x0007c560 command_loop_1 + 0x10c4 (keyboard.c:1779) 28 org.gnu.Emacs 0x000e44c8 internal_condition_case + 0x140 (eval.c:1453) 29 org.gnu.Emacs 0x0007b254 command_loop_2 + 0x40 (keyboard.c:1315) 30 org.gnu.Emacs 0x000e3ee0 internal_catch + 0xf8 (eval.c:1211) 31 org.gnu.Emacs 0x0007b1ac command_loop + 0x90 (keyboard.c:1298) 32 org.gnu.Emacs 0x0007ab94 recursive_edit_1 + 0xa8 (keyboard.c:988) 33 org.gnu.Emacs 0x0007ad2c Frecursive_edit + 0xdc (keyboard.c:1049) 34 org.gnu.Emacs 0x0007982c main + 0xc38 (emacs.c:1783) 35 org.gnu.Emacs 0x0000a010 _start + 0x188 (crt.c:267) 36 org.gnu.Emacs 0x00009e84 start + 0x30 ************************************************************************ Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x80040907 Thread 0 Crashed: 0 org.gnu.Emacs 0x000cc388 Fcons + 0x34 (alloc.c:2700) 1 org.gnu.Emacs 0x000cc744 Fmake_list + 0xec (alloc.c:2829) 2 org.gnu.Emacs 0x000eb6a0 concat + 0x370 (fns.c:656) 3 org.gnu.Emacs 0x000ec684 Fcopy_alist + 0x78 (fns.c:1224) 4 org.gnu.Emacs 0x00016d30 Fframe_parameters + 0x9c (frame.c:2090) 5 org.gnu.Emacs 0x000172d0 Fframe_parameter + 0x230 (frame.c:2237) 6 org.gnu.Emacs 0x000e6674 Ffuncall + 0x300 (eval.c:2866) 7 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 8 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 9 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 10 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 11 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 12 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 13 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 14 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 15 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 16 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 17 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 18 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 19 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 20 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 21 org.gnu.Emacs 0x000e67c4 Ffuncall + 0x450 (eval.c:2917) 22 org.gnu.Emacs 0x00113a2c Fbyte_code + 0x97c (bytecode.c:691) 23 org.gnu.Emacs 0x000e6cb8 funcall_lambda + 0x2e8 (eval.c:3054) 24 org.gnu.Emacs 0x000e6968 apply_lambda + 0xfc (eval.c:2974) 25 org.gnu.Emacs 0x000e5adc Feval + 0x564 (eval.c:2262) 26 org.gnu.Emacs 0x000e2804 Fand + 0x48 (eval.c:354) 27 org.gnu.Emacs 0x000e592c Feval + 0x3b4 (eval.c:2205) 28 org.gnu.Emacs 0x000e4634 internal_condition_case_1 + 0x148 (eval.c:1494) 29 org.gnu.Emacs 0x00083cc0 menu_item_eval_property + 0x7c (keyboard.c:7160) 30 org.gnu.Emacs 0x00084db0 parse_tool_bar_item + 0x3e0 (keyboard.c:7837) 31 org.gnu.Emacs 0x000849b0 process_tool_bar_item + 0xbc (keyboard.c:7667) 32 org.gnu.Emacs 0x000848a4 tool_bar_items + 0x1e8 (keyboard.c:7619) 33 org.gnu.Emacs 0x00028680 update_tool_bar + 0x1b4 (xdisp.c:8996) 34 org.gnu.Emacs 0x00027fdc prepare_menu_bars + 0x170 (xdisp.c:8668) 35 org.gnu.Emacs 0x0002aa74 redisplay_internal + 0x36c (xdisp.c:10384) 36 org.gnu.Emacs 0x0002b9a0 redisplay_preserve_echo_area + 0x50 (xdisp.c:10989) 37 org.gnu.Emacs 0x0011acfc wait_reading_process_output + 0x3c0 (process.c:4167) 38 org.gnu.Emacs 0x00012eac sit_for + 0xcc (dispnew.c:6419) 39 org.gnu.Emacs 0x0007e138 read_char + 0xa1c (keyboard.c:2765) 40 org.gnu.Emacs 0x000863f4 read_key_sequence + 0x790 (keyboard.c:8829) 41 org.gnu.Emacs 0x0007b8c8 command_loop_1 + 0x42c (keyboard.c:1529) 42 org.gnu.Emacs 0x000e44c8 internal_condition_case + 0x140 (eval.c:1453) 43 org.gnu.Emacs 0x0007b254 command_loop_2 + 0x40 (keyboard.c:1315) 44 org.gnu.Emacs 0x000e3ee0 internal_catch + 0xf8 (eval.c:1211) 45 org.gnu.Emacs 0x0007b1ac command_loop + 0x90 (keyboard.c:1298) 46 org.gnu.Emacs 0x0007ab94 recursive_edit_1 + 0xa8 (keyboard.c:988) 47 org.gnu.Emacs 0x0007ad2c Frecursive_edit + 0xdc (keyboard.c:1049) 48 org.gnu.Emacs 0x0007982c main + 0xc38 (emacs.c:1783) 49 org.gnu.Emacs 0x0000a010 _start + 0x188 (crt.c:267) 50 org.gnu.Emacs 0x00009e84 start + 0x30 -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org