Corrupt Cygwin64 install?

Ken Brown kbrown@cornell.edu
Wed Sep 21 22:09:00 GMT 2016


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



More information about the Cygwin mailing list