From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John covici Newsgroups: gmane.emacs.devel Subject: Re: loading vm reader causes fatal error Date: Wed, 21 May 2003 17:32:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16075.61555.550640.460557@ccs.covici.com> References: <3rn0hgurnb.fsf@xpc14.ast.cam.ac.uk> Reply-To: covici@ccs.covici.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053555802 27183 80.91.224.249 (21 May 2003 22:23:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 May 2003 22:23:22 +0000 (UTC) Cc: John Covici Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 22 00:23:20 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19IbyE-0006wP-00 for ; Thu, 22 May 2003 00:22:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Ic9C-0004Qq-00 for ; Thu, 22 May 2003 00:33:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IbMI-0002xl-Qh for emacs-devel@quimby.gnus.org; Wed, 21 May 2003 17:42:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IbM5-0002xJ-Oc for emacs-devel@gnu.org; Wed, 21 May 2003 17:42:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IbEM-00018c-4p for emacs-devel@gnu.org; Wed, 21 May 2003 17:35:10 -0400 Original-Received: from va-leesburg1b-227.stngva.adelphia.net ([68.64.41.227] helo=ccs.covici.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IbCZ-0000lH-ID; Wed, 21 May 2003 17:32:47 -0400 Original-Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.12.8p1/8.12.8) with ESMTP id h4LLWeuh027956; Wed, 21 May 2003 17:32:40 -0400 Original-Received: (from covici@localhost) by ccs.covici.com (8.12.8p1/8.12.8/Submit) id h4LLWb1c027953; Wed, 21 May 2003 17:32:37 -0400 Original-To: Glenn Morris In-Reply-To: <3rn0hgurnb.fsf@xpc14.ast.cam.ac.uk> X-Mailer: VM 7.15 under Emacs 21.3.50.3 Original-cc: Richard Stallman Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14066 Well, I can verify that at least with the cvs of May 18, vm has no problems working. Thanks Glenn for saving me a lot of work! on Wednesday 05/21/2003 Glenn Morris(gmorris@ast.cam.ac.uk) wrote > > John Covici wrote: > > > When I load the vm mail reader version 7.15 I get fatal error number > > 6 -- aborting and it goes back to the shell prompt. This is with the > > latest cvs emacs (checked out this morning.) > > I get the same behaviour. The CVS from 18th May was OK, that from 19th > May is not. Here's the start of a backtrace: > > #0 abort () at emacs.c:413 > #1 0x080b0de7 in realize_default_face (f=0x8c6fa00) at xfaces.c:6597 > #2 0x080b0c4b in realize_basic_faces (f=0x8c6fa00) at xfaces.c:6549 > #3 0x080a8a36 in init_frame_faces (f=0x8c6fa00) at xfaces.c:909 > #4 0x08058144 in make_terminal_frame () at frame.c:539 > #5 0x080581ad in Fmake_terminal_frame (parms=405453316) at frame.c:574 > > It seems to be due to Richard's change in xfaces.c from 19th May. > > I get the same crash if I do: > > emacs -nw -q --no-site-file > M-x make-frame > > So it's probably not a VM problem. -- John Covici covici@ccs.covici.com