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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=T6UaE7q
	5I283ZJP/esUisx2y+ZcMpKlW60Lt4K9PCROXsyp+WWivqTynoogsMMQVAKd3Mxb
	fYBUMk+62IDXFucZ+5vAK1NK8Ah3mdkdOoTpr/pOX4DpXcfPAkOCSXOfEcCSY6fp
	ja3fgIqY7iDKJENPnrCMoNAtnQcPuMueTHVI=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=vhpgwRa9WgEUT
	ScnyFpvGpmlrvg=; b=gnq/nJVOfEpZ1fX6MVol9zBaOklHifo/ngxHlWlwPgFcY
	v5fC1+JixmnlWWyVqFSAowW/Vewds4FjE3BZr9H6JYvo2nGfJPHBRIs9V2blguNs
	2fsEGYFPlr2FpWwdFe1hRLy0wBEq1zN4oThUWaYhGSXUxWoIApYwfCHwf9Ua/4=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*i:sk:1fd7687, H*f:sk:1fd7687
X-HELO: mail-ua0-f173.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=otQs0Gjr+OwESW944p2ZrUBvuRzB44nGexTQrPtyww4=;        b=kY+qQVlDB2Nmth80ZGPbev1O6eC3r8KqvpbsIKnQhhh1myuedfGmneai/+1p6tB06h         h0DjvyBWMiFmNRrd4FHDgCpP5KKfaFDfl8X/ImMV6W3NkWEcLwJK+rsKRyrWAwyPTkGB         bks1xAWNgzp2JOT1AluVnCLxZu5Zof/5tLEOI5GLKgl77kDPqeXr/vzKyLKRjZ9U9Cgk         aszE7YjJ24GparUDNJhXmlX7S/OjmPkh/atPHAja+s2RxSpr3qKybJqf7I9t/DhWPIFF         Y3pNATL08tKuXJxKfHu8EKdqm/G0fiMUh82oJRScuMt4i5HHYS17/g5WjvnTCqgU+y4M         7uqQ==
X-Gm-Message-State: AEkooutZRzxjjzZJ6cWTNgqM4vIGQtsdWumx9miRW8OFBewV01wxBbyFnrxe34l9cS6t1LxwPFKKuwBoZ8++3A==
X-Received: by 10.159.53.2 with SMTP id o2mr23223322uao.18.1470086174697; Mon, 01 Aug 2016 14:16:14 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <1fd7687a-d52a-e35a-1e2e-25222dea6631@cornell.edu>
References: <CAFn5TDPG4o-Lxbjn_1Z7mH=DEK693Y0pfpRWTFVK5PqD5DoC5A@mail.gmail.com> <39f0e00b-1cfc-f32b-6693-12de2026dd83@cornell.edu> <CAFn5TDOAB7voPMEZLpwkHxjnseZ189GrTjRaJSjOU4cywxHvdA@mail.gmail.com> <1fd7687a-d52a-e35a-1e2e-25222dea6631@cornell.edu>
From: Brian Kuhn <brian.kuhn@gmail.com>
Date: Mon, 1 Aug 2016 16:16:14 -0500
Message-ID: <CAFn5TDNF=qcrTkfwyFaGC3HONH2+RJ_xaEV0ubOCcBs+VbnqXg@mail.gmail.com>
Subject: Re: Emacs will not execute, always reports 24.5.1 as version
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

>>
>> 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



>
> Then look at the output file strace.out to see if it provides a clue as to
> what's going wrong.  If you don't see anything, compress the file and send
> it to me as an attachment off list.
>

I could send that, but it would just be a zero-byte file.   :-)

$ ls -l | grep strace.out
-rwxr-xr-x 1 MEEEEE Domain Users 0 Aug  1 15:43 strace.out
>
> Ken
>

--
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

