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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=KvXyJ6rSpBRw1D67
	EBDNfnyFBdYWCQ2mjXAf+3KJ3Ptzstp83wN4KgSf4qrw5SJ+1uiYpv17Ze6NoJqk
	rZZX1yrdiLkxOhqrk/u7ENqQvMO5cqT3E4HwUBEMhocQwa8aBbkG4qwzdz2i5KBV
	2TfnhYSl2g0743tYD2xy9Y47JYQ=
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=5fw9Y62picic3Y6rP+wVxK
	lf5CQ=; b=PkW2jkX9LQyBdUTWqLK868gY1tHVaCW9iO5RHhAZ/N4ivz6L7QDVKc
	67rv27OZcAiJRY5oiWWGVpZBfiw4Q46qu2IVgaAJV+1hFiC9+9yK14F3hVF9iJGP
	qI74v+GcqUQ0bM/3IEyQYSvoIlzjCzsKk9pzxN4NKfZ5gSOjH6LgE=
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=-3.5 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=mccarty, McCarty, whichever, H*MI:sk:Og@mail
X-HELO: limerock01.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: Corrupt Cygwin64 install?
To: cygwin@cygwin.com
References: <CACt7iw=dixzLm_uu7H5Lc2FpjBSmFzjjGt=ryPr9FN0sanD+Og@mail.gmail.com>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <af1fbd86-ab87-0cbb-d1b2-a2f8b993637a@cornell.edu>
Date: Wed, 21 Sep 2016 18:03:57 -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: <CACt7iw=dixzLm_uu7H5Lc2FpjBSmFzjjGt=ryPr9FN0sanD+Og@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Cornell-Gauge: Gauge=XXXXX
X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none;
X-IsSubscribed: yes

On 9/21/2016 5:14 PM, Mike McCarty wrote:
> I have cygwin64 installed and up until recently, everything was
> working fine. However, I updated a while back and now I notice that
> emacs doesn't run:
>
> $ which emacs
> /usr/bin/emacs
> $ emacs
> $ emacs --version
> GNU Emacs 25.1.1
> Copyright (C) 2016 Free Software Foundation, Inc.
> GNU Emacs comes with ABSOLUTELY NO WARRANTY.
> You may redistribute copies of GNU Emacs
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING.
> $ emacs a.txt
>
> It doesn't really crash, it just returns immediately. So I thought I'd
> see what strace reported...
>
> $ strace /usr/bin/emacs
>       0 [main] strace 5196 D:\cygwin64\bin\strace.exe: *** fatal error
> - Internal error: TP_NUM_W_BUFS too small: 50.
>     614 [main] strace 5196 cygwin_exception::open_stackdumpfile:
> Dumping stack trace to strace.exe.stackdump

You can't run strace on a symlink.  Try 'strace /usr/bin/emacs-w32.exe' 
(or whichever emacs binary the symlink resolves to).

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

