From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24206 invoked by alias); 18 Feb 2015 13:14:25 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 24198 invoked by uid 89); 18 Feb 2015 13:14:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 18 Feb 2015 13:14:23 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 44D5D209B6 for ; Wed, 18 Feb 2015 08:14:21 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 18 Feb 2015 08:14:21 -0500 Received: from [192.168.1.102] (unknown [86.179.113.106]) by mail.messagingengine.com (Postfix) with ESMTPA id C59F2C0028C; Wed, 18 Feb 2015 08:14:20 -0500 (EST) Message-ID: <54E4902C.3050908@dronecode.org.uk> Date: Wed, 18 Feb 2015 13:14:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com CC: moss@cs.umass.edu Subject: Re: weird xemacs crash References: <54E3A609.6000508@cs.umass.edu> In-Reply-To: <54E3A609.6000508@cs.umass.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg00047.txt.bz2 On 17/02/2015 20:35, Eliot Moss wrote: > Dear Cygwin X -- > > I have a situation where cygwin xemacs, both 21.4.23-1 and the newer > -2 crash when trying to open a file with certain content. (I copied > the file; opening it under the other name fails too.) It's a > relatively small file, some .c source. The characters used are all > reasonable ASCII: newline plus space through 175 octal. The length > is 2601 bytes. > > Here is the stackdump: > > Stack trace: > Frame Function Args > 002899C4 61030F12 (000002E0, 0000EA60, 000000A4, 00289A24) > 00289AE4 610E468A (6119EE10, 00000000, 00289B18, 00000000) > > What's the next step? Assuming I have the same cygwin DLL as you... > $ cat stackdump | awk '/^[0-9]/{print $2}' | addr2line -asf -e /usr/lib/debug/usr/bin/cygwin1.dbg | paste - - - | column -t > 0x61030f12 _ZN7_cygtls19call_signal_handlerEv@4 exceptions.cc:1490 > 0x610e468a _Z8sig_sendP6_pinfoR9siginfo_tP7_cygtls@12 sigproc.cc:714 But are you sure this isn't the problem mentioned in [1]? [1] https://cygwin.com/ml/cygwin/2015-02/msg00339.html -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/