X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:subject:in-reply-to:to:cc:reply-to
	:message-id:references; q=dns; s=default; b=KBvfeI7Fwhcw5EIVfOAn
	l3teEkyjjma9U7z2NBIAYEpC8Oo26f8rPRa+FSIW34F3ISfrzWcQSSH2yxQ4OirC
	A83UTIC39eUx/HeAhVInumc5+eZ8KbdkKPpHoQeUWxJ3yliBHvU3XaWG0YPpzPlu
	jOVajhLTyVECJkMZgzzNB5k=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:subject:in-reply-to:to:cc:reply-to
	:message-id:references; s=default; bh=5WeJMfEQMgvKfjLHG0rqrPCCxe
	k=; b=GkHg4LIXAnINkuVI+ItRBmA2LProhH2kOGgopXVPa3x+vku6N15ZL0Tbtj
	be8eOWUhus3F8U09D4Ge/t9pLEzuJFrZJe+1Fkps76d634ciEISRuuX19FvZKsvF
	DQ0BKTBt8J1ddoVHhqte4DrdxuliQfN24u4147JhANeCGFpE4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.2
Date: Thu, 15 Aug 2013 20:10:52 +0300
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: 64-bit emacs crashes a lot
In-reply-to: <520D089A.1020806@cornell.edu>
To: Ken Brown <kbrown@cornell.edu>
Cc: cygwin@cygwin.com
Reply-to: Eli Zaretskii <eliz@gnu.org>
Message-id: <83ioz6op5v.fsf@gnu.org>
References: <51F3151D.7040000@cs.utoronto.ca> <51F33565.1090406@cornell.edu> <51F33F52.4060405@cs.utoronto.ca> <51FB1D9E.5090102@cs.utoronto.ca> <20130802080211.GA18054@calimero.vinschen.de> <51FB9228.2020309@cornell.edu> <51FBA100.90005@cs.utoronto.ca> <51FD5462.5020400@cs.utoronto.ca> <51FFBDFF.7040501@cornell.edu> <51FFC4F2.8080909@cs.utoronto.ca> <5203D89E.6030801@cornell.edu> <5203DCCA.1010105@cs.utoronto.ca> <5205B364.8090007@cs.utoronto.ca> <52064730.50404@cornell.edu> <"52065B3C.6060104@cs.utoronto <520CCA41.3000107"@cs.utoronto.ca> <520D089A.1020806@cornell.edu>

> Date: Thu, 15 Aug 2013 12:58:02 -0400
> From: Ken Brown <kbrown@cornell.edu>
> CC: Eli Zaretskii <eliz@gnu.org>
> 
> Eli is the expert on bidi.c (he wrote it).  He can probably tell you 
> whether you've really bumped into an emacs bug here.

There's nothing wrong with bidi.c here, it just aborts because it is
handed an invalid character codepoint.  It would have been useful to
see the value of that character.

Anyway, I generally agree that this is probably some memory
corruption, as I'm guessing that the text in the window was all ASCII
in this case, so any character codepoint beyond 127 is not to be
expected.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

