From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: Re: emacs crash Date: Wed, 03 Nov 2004 13:02:55 +0100 Message-ID: <4188C8EF.8060400@freemail.hu> References: <4188AB08.2000206@freemail.hu> <4188B2DB.9050005@gnu.org> <4188B7E8.2080703@freemail.hu> <4188BF42.8080900@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099485280 24290 80.91.229.6 (3 Nov 2004 12:34:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 12:34:40 +0000 (UTC) Cc: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 13:34:25 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPKLI-0007c0-00 for ; Wed, 03 Nov 2004 13:34:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKTO-0003M6-EQ for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 07:42:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPKSC-0003JO-2c for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:41:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPKSA-0003HE-Lo for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:41:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPKS9-0003Gv-QK for emacs-devel@gnu.org; Wed, 03 Nov 2004 07:41:29 -0500 Original-Received: from [81.0.70.197] (helo=evo2.evosoft.hu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CPKJV-00081f-Vi; Wed, 03 Nov 2004 07:32:35 -0500 Original-Received: from evosoft.hu (griff.evosoft.hu [172.16.110.26]) by evo2.evosoft.hu (8.12.9p2/8.12.9) with ESMTP id iA3C31Iv090030; Wed, 3 Nov 2004 13:03:01 +0100 (CET) (envelope-from banyos@freemail.hu) Original-Received: from [172.16.111.121] (banyos2.evosoft.hu [172.16.111.121]) by evosoft.hu (8.12.3/8.12.3) with ESMTP id iA3C2tLS022798; Wed, 3 Nov 2004 13:02:55 +0100 (CET) (envelope-from banyos@freemail.hu) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: <4188BF42.8080900@gnu.org> X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-evosoft-evo2-MailScanner-Information: Please contact the ISP for more information X-evosoft-evo2-MailScanner: Found to be clean 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: main.gmane.org gmane.emacs.devel:29376 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29376 Jason Rumney said the following on 11/3/2004 12:21 PM: > B. Anyos wrote: > >> tty_lookup_color() line 1320 >> tty_defined_color() line 1385 + 18 bytes > > > This looks suspicious. I don't think tty_lookup_color() should be called > if you are not starting Emacs with -nw. > > My guess is that something is trying to define a face before the initial > frame is created. > > > It is interesting, though because it's been working recently. Only today I pulled the latest sources and then it crashed. BTW, 'emacs -nw' works fine. (Note that -q is omitted intentionally)