From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: Emacs (HEAD) crash on M$ (XP) built with MinGW Date: Mon, 27 Oct 2008 10:00:33 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225081855 16166 80.91.229.12 (27 Oct 2008 04:30:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 04:30:55 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 05:31:56 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuJlh-00066Y-US for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 05:31:54 +0100 Original-Received: from localhost ([127.0.0.1]:41506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuJkb-0002SK-TH for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 00:30:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuJkX-0002QZ-1U for emacs-devel@gnu.org; Mon, 27 Oct 2008 00:30:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuJkU-0002QM-MS for emacs-devel@gnu.org; Mon, 27 Oct 2008 00:30:39 -0400 Original-Received: from [199.232.76.173] (port=33472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuJkU-0002QJ-FO for emacs-devel@gnu.org; Mon, 27 Oct 2008 00:30:38 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.184]:37453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuJkU-0000JR-6n for emacs-devel@gnu.org; Mon, 27 Oct 2008 00:30:38 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so1108401tia.10 for ; Sun, 26 Oct 2008 21:30:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dH5JqTe7kE93jmNlZPsFNa6YMJxpAddRXJWvG+9AVc8=; b=qCE70UlYQ0gb3A47mgGxS7c34hSodbHHpnB2ssrsr9sVmYmQR9XwaijjWKs4rbGBb6 N1kmmN5jB2QsEH4W2cNZeDKCWnfnHAWORhFO1EqIMcFaG0+2P61VUfu/I6HuEL/gP8IO 0S+nQv8DZGnI/Flo044J70eJAYD8AIZo5tIgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YefpJiVAJew30bgqoe1tB9ecgMEe4cwb8pYjSUaiasNYoC03dllOtwwTbaYaalVpCb MU74JGEKu2h5crWDfuIxaghjjMwtA8eDxjdiN2nkcqqy2DCQFVPfq4miY0qYmlAVjsDq jN2UdwkSrclOZHkuAWTHTDaovpi1gkKqrmj40= Original-Received: by 10.110.41.17 with SMTP id o17mr3169579tio.27.1225081833302; Sun, 26 Oct 2008 21:30:33 -0700 (PDT) Original-Received: by 10.110.93.2 with HTTP; Sun, 26 Oct 2008 21:30:33 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.devel:105027 Archived-At: Hello, On Sat, Oct 25, 2008 at 10:26 PM, dhruva wrote: > Hi, > > On Sat, Oct 25, 2008 at 10:21 PM, dhruva wrote: >> I am able to narrow down to the minimum configuration you need in your >> .emacs file to get this crash (following the steps I had mentioned >> earlier). >> >> I put the following lines in my .emacs, opened xdisp.c file and used >> the arrow button to move down the lines. Once the cursor reached the >> last visible line, the crash happens (before pulling the new lines >> into visible frame). >> >> This crash does not happen with a different font though (like courier)! >> >> (setq inhibit-splash-screen t) >> (setq *def-font >> "-*-Lucida Sans Typewriter-normal-*-*-mono-13-*-*-*-c-*-*-*") >> (if (boundp '*def-font) >> (add-to-list 'default-frame-alist `(font . ,*def-font))) >> > > The crash does not happen with (increased the font size by 1 point): > (setq inhibit-splash-screen t) > (setq *def-font > "-*-Lucida Sans Typewriter-normal-*-*-mono-14-*-*-*-c-*-*-*") > (if (boundp '*def-font) > (add-to-list 'default-frame-alist `(font . ,*def-font))) Could anyone reproduce the crash? Due to lack of knowledge of the display source code, I am not able to further analyze. -dhruva -- Contents reflect my personal views only!