From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: It is time for a feature freeze (it is NOW or never). Date: Thu, 08 Apr 2004 13:25:22 +0900 Organization: Faculty of Science, Chiba University Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87eks0654s.fsf@sno.mundell.ukfsn.org> <87n06bp4ng.fsf@sno.mundell.ukfsn.org> <8765cwkejr.fsf@mail.jurta.org> <200404071157.UAA25094@etlken.m17n.org> <200404071312.WAA25268@etlken.m17n.org> <87zn9nqras.fsf@emacswiki.org> <200404080203.LAA26847@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1081398480 7351 80.91.224.253 (8 Apr 2004 04:28:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2004 04:28:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 08 06:27:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBR8o-00082x-00 for ; Thu, 08 Apr 2004 06:27:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBR8n-000642-00 for ; Thu, 08 Apr 2004 06:27:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBR8C-0005W0-KZ for emacs-devel@quimby.gnus.org; Thu, 08 Apr 2004 00:27:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBR7y-0005UZ-5S for emacs-devel@gnu.org; Thu, 08 Apr 2004 00:26:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBR7P-0005AI-TE for emacs-devel@gnu.org; Thu, 08 Apr 2004 00:26:56 -0400 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBR6W-0004re-9a; Thu, 08 Apr 2004 00:25:28 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 7A3231A6394; Thu, 8 Apr 2004 13:25:22 +0900 (JST) Original-To: John Wiegley In-Reply-To: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21345 >>>>> On Wed, 07 Apr 2004 20:13:04 -0700, John Wiegley said: > I would note too that I'm currently trying to identify a frequent > crash that occurs on Mac OS/X (1-4 times daily). This is a new > breakage, as earlier versions of Emacs were quite stable. I guess some of them are related to repeated C-g. Is that right? I think mac_check_for_quit_char (in macterm.c) needs some changes so that it reflects the recent changes on kbd_buffer_store_event_hold (in keyboard.c). > I'm still watching for another crash, to find if it's all the same > source. The last one was at: > XDrawString (display=0xbfffd6a4, w=0xffffffff, gc=0xbfffd69c, x=1, y=-1441792, buf=0xffea0000
, nchars=25559642) at macterm.c:779 > 779 mac_draw_string_common (display, w, gc, x, y, buf, nchars, srcOr, 1); Seems like you compiled with `-O2 -g'. In my experience, gdb in Mac OS X sometimes shows wrong values about function arguments if emacs is compiled with optimization options. Maybe you can obtain more correct information if compiled without `-O2'. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp