X-Recipient: archive-cygwin AT delorie DOT 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=NCktsbjzXhsqTk5l hnaqwH7J0MQvkzLCHPbu8iXAdIHvb9mVEh9zl+iw2Xe+2+mCVjN5cCdSSJHRbMrc Sw0SfaT+bKXiAB1oGb1Zl9Vn2/b/Ax7HY29JD/c4f8DiwIYR2Y5tohWAlJTnLMo4 InLotUnSGEbJ3zrXt2UmKpGBtKs= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ibHp4k9zr/W2m8H6o7wGhx wwwss=; b=U7nwLNo9xTmYPiKa7lGBTL23EnVvXPYQCV7FjUuwXY58v0vhEfCutG o7I2seB78NAF/1ds6UJMwmIswyGDTOcFYVtqz6OSC0pzh5aoJrzPACivU6kXmrp2 /uZuoGoo577v7BZ2c5lfa1O0l2g6Tkrv3kFrSjQhGGwQCz9hfQC9A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_20,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:P.S, p.s, P.S, H*f:CAFn5TDNF X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Emacs will not execute, always reports 24.5.1 as version To: cygwin AT cygwin DOT com References: <39f0e00b-1cfc-f32b-6693-12de2026dd83 AT cornell DOT edu> <1fd7687a-d52a-e35a-1e2e-25222dea6631 AT cornell DOT edu> From: Ken Brown Message-ID: <5ce02a62-2a9b-b4b8-ddc1-333c134b5ec8@cornell.edu> Date: Mon, 1 Aug 2016 17:52:03 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes On 8/1/2016 5:16 PM, Brian Kuhn wrote: >>> >>> Thanks for the response. Same result with 'emacs -Q' as well, i'm afraid. >> >> >> Then maybe an strace will help. Please give the following command: >> >> strace -o strace.out /usr/bin/emacs-nox.exe -Q > > This is interseting. > > $ strace -o strace.out /usr/bin/emacs-nox.exe -Q > Segmentation fault Is it emacs that's crashing or strace? You should be able to tell by looking for a *.stackdump file in the current directory. If it's emacs, can you try running it under gdb to see if you can get a backtrace? (You would have to install gdb and emacs-debuginfo.) My best guess at this point is that your problem is caused by https://cygwin.com/faq/faq.html#faq.using.bloda . Ken P.S. I'm going on vacation tomorrow and will have limited time to help you over the next couple weeks. -- 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