From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chris Hall" Newsgroups: gmane.emacs.bugs Subject: Re: 23.0.60; Seg fault in xfaces.c at line 6703 (Emacs.app on GNUstep) Date: Tue, 05 Feb 2008 23:53:47 -1000 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: ger.gmane.org 1202291380 18597 80.91.229.12 (6 Feb 2008 09:49:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 09:49:40 +0000 (UTC) Cc: Emacs bugs , Dan Nicolaescu To: YAMAMOTO Mitsuharu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 06 10:49:58 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMguV-0000X8-SD for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 10:49:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMgu3-0004FK-Fc for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 04:49:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMgty-0004F3-M4 for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2008 04:49:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMgty-0004EG-00 for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2008 04:49:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMgtx-0004E9-Ri for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2008 04:49:09 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMgtx-0008PE-Gb for bug-gnu-emacs@gnu.org; Wed, 06 Feb 2008 04:49:09 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 58so2483114wri.10 for ; Wed, 06 Feb 2008 01:49:08 -0800 (PST) Original-Received: by 10.142.171.6 with SMTP id t6mr5043279wfe.44.1202291347601; Wed, 06 Feb 2008 01:49:07 -0800 (PST) Original-Received: from localhost.localdomain ( [75.95.220.61]) by mx.google.com with ESMTPS id m6sm24580193wrm.1.2008.02.06.01.49.04 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Feb 2008 01:49:05 -0800 (PST) In-Reply-To: User-Agent: GNUMail (Version 1.2.0) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17485 Archived-At: On 2008-02-05 15:34:37 -1000 YAMAMOTO Mitsuharu wrote: > > Also, loadup.el was changed by multi-tty so as to preload > window-system-specific initialization files such as term/x-win.el for > some reason. If this change was by necessity (i.e., to avoid some > problem that happens when they are not preloaded), not for efficiency, > then this might affect CANNOT_DUMP platforms. > It seems 'make_terminal_frame' isn't getting called at all now, only 'make_initial_frame'. I think maybe that's why only the menu is getting displayed, and no main window. Chris Hall