From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Brotsky Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X 10.2.2 - Need to Recompile Date: Tue, 12 Nov 2002 16:06:14 -0800 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037201577 23936 80.91.224.249 (13 Nov 2002 15:32:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:32:57 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BzCH-00044o-00 for ; Wed, 13 Nov 2002 16:12:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOE-00066k-00 for ; Wed, 13 Nov 2002 16:25:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BuRT-0006kc-00; Wed, 13 Nov 2002 05:08:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Bl3F-00036X-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 19:06:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Bl3C-00034j-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 19:06:36 -0500 Original-Received: from smtp-relay-1.adobe.com ([192.150.11.1]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bl3B-00031e-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 19:06:33 -0500 Original-Received: from inner-relay-2.corp.adobe.com (inner-relay-2 [153.32.1.52]) by smtp-relay-1.adobe.com (8.12.3/8.12.3) with ESMTP id gAD09CDr022794 for ; Tue, 12 Nov 2002 16:09:13 -0800 (PST) Original-Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192]) by inner-relay-2.corp.adobe.com (8.12.3/8.12.3) with ESMTP id gAD03bL8029542 for ; Tue, 12 Nov 2002 16:03:37 -0800 (PST) Original-Received: from brotsky.com ([153.32.159.214]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id H5HMYN00.F2K for ; Tue, 12 Nov 2002 16:06:23 -0800 Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.548) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9381 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9381 > I just updated to Mac OS X 10.2.2 and the emacs I was using (compiled > in 10.2.1) stopped working (similar to the update between 10.1 and > 10.2). This is exactly what happened to me. Unfortunately I don't have a crash log handy, but as in your case it was a realloc underneath init_display. Doing a clean recompile (make clean; make) fixed the problem (as you report happening in your case). dan > Recompiling fixed everything, so it's not a huge problem. > Seems that there is a new version of libSystem.B included in 10.2.2, > which is incompatible. > > The error I got was here: > > #0 0x90004248 in szone_size () > #1 0x000b0b0c in xrealloc (block=0x0, size=321) at alloc.c:542 > #2 0x00006240 in adjust_frame_message_buffer (f=0x63aec0) at > dispnew.c:2435 > #3 0x00005c20 in adjust_frame_glyphs (f=0x63aec0) at dispnew.c:2133 > #4 0x00005bcc in adjust_frame_glyphs_initially () at dispnew.c:2115 > #5 0x0000c6e4 in init_display () at dispnew.c:6537 > > It occurs on the first call to realloc with a non-empty block. The > darwin source is hard to follow at this point as malloc blocks are > controlled in objc code. > > Does anyone else see this problem? > -Steven