public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ryan Johnson <ryan.johnson@cs.utoronto.ca>
To: cygwin@cygwin.com
Subject: Re: 64-bit emacs crashes a lot
Date: Thu, 15 Aug 2013 22:39:00 -0000	[thread overview]
Message-ID: <520D589B.9090002@cs.utoronto.ca> (raw)
In-Reply-To: <520D4F07.8050007@cornell.edu>

On 15/08/2013 5:58 PM, Ken Brown wrote:
> On 8/15/2013 5:24 PM, Ryan Johnson wrote:
>> On 15/08/2013 5:14 PM, Ken Brown wrote:
>>> On 8/15/2013 4:55 PM, Ryan Johnson wrote:
>>>> Program received signal SIGSEGV, Segmentation fault.
>>>> ___chkstk_ms () at
>>>> /usr/src/debug/gcc-4.8.1-1/libgcc/config/i386/cygwin.S:146
>>>
>>> You're not using the latest gcc, which is 4.8.1-3.  Any chance that
>>> that's your problem?
>> Heh. I actually do have the latest gcc, but somehow the upgrade didn't
>> pick up the debug package (which showed as not installed in setup.exe).
>> I have manually upgraded it now.
>
> OK.  But doesn't the above show that the crash is occurring in gcc, 
> not emacs?
It's trying to grow the stack for alloca and something went wrong, I 
believe (though I didn't see where re_match_2_internal calls alloca)

>
>> BTW, how do you compile emacs from the sources given? I tried untarring
>> and patching, but I get the message:
>>> configure: error: Emacs hasn't been ported to `x86_64-unknown-cygwin'
>>> systems.
>>> Check `etc/MACHINES' for recognized configuration names.
>
> One of the patches changes configure.ac, so you have to run autoreconf 
> after applying it.
Hmm...

$ autoreconf -if
lib/gnulib.mk:42: GL_GENERATE_ALLOCA_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:121: gl_GNULIB_ENABLED_dosname does not appear in 
AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:159: GL_GENERATE_EXECINFO_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:224: gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36 
does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:323: gl_GNULIB_ENABLED_pathmax does not appear in 
AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:482: gl_GNULIB_ENABLED_stat does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:505: GL_GENERATE_STDALIGN_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:528: GL_GENERATE_STDARG_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:556: GL_GENERATE_STDBOOL_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:579: GL_GENERATE_STDDEF_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:609: GL_GENERATE_STDINT_H does not appear in AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:901: gl_GNULIB_ENABLED_strtoll does not appear in 
AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:912: gl_GNULIB_ENABLED_strtoull does not appear in 
AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/gnulib.mk:1308: gl_GNULIB_ENABLED_verify does not appear in 
AM_CONDITIONAL
lib/Makefile.am:10:   `lib/gnulib.mk' included from here
lib/Makefile.am:5: library used but `RANLIB' is undefined
lib/Makefile.am:5:   The usual way to define `RANLIB' is to add 
`AC_PROG_RANLIB'
lib/Makefile.am:5:   to `configure.ac' and run `autoconf' again.
autoreconf-2.69: automake failed with exit status: 1

Did I miss something?

Ryan


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

  parent reply	other threads:[~2013-08-15 22:39 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-27  2:50 Ryan Johnson
2013-07-27  3:29 ` Ken Brown
2013-07-27  4:42   ` Ryan Johnson
2013-08-02  2:47     ` Ryan Johnson
2013-08-02  8:02       ` Corinna Vinschen
2013-08-02 11:04         ` Ken Brown
2013-08-02 12:07           ` Ryan Johnson
2013-08-03 19:05             ` Ryan Johnson
2013-08-03 20:13               ` Paul Allen
2013-08-05 15:00               ` Ken Brown
2013-08-05 15:30                 ` Ryan Johnson
2013-08-08 17:43                   ` Ken Brown
2013-08-08 18:01                     ` Ryan Johnson
2013-08-10  3:29                       ` Ryan Johnson
2013-08-10 13:59                         ` Ken Brown
2013-08-10 15:25                           ` Ryan Johnson
2013-08-10 18:01                             ` Ken Brown
2013-08-14 14:04                               ` Ryan Johnson
2013-08-14 14:07                                 ` Ryan Johnson
2013-08-15 12:32                                 ` Ryan Johnson
2013-08-15 16:58                                   ` Ken Brown
2013-08-15 17:11                                     ` Eli Zaretskii
2013-08-15 20:55                                       ` Ryan Johnson
2013-08-15 21:14                                         ` Ken Brown
2013-08-15 21:25                                           ` Ryan Johnson
2013-08-15 21:58                                             ` Ken Brown
2013-08-15 22:02                                               ` Ken Brown
2013-08-15 22:48                                                 ` Ryan Johnson
2013-08-15 23:07                                                   ` Ken Brown
2013-08-16  0:58                                                     ` Ryan Johnson
2013-08-16  2:00                                                       ` Ken Brown
2013-08-15 23:14                                                   ` Ryan Johnson
2013-08-15 23:41                                                     ` Ken Brown
2013-08-16  1:51                                                       ` Ryan Johnson
2013-08-15 22:39                                               ` Ryan Johnson [this message]
2013-08-15 22:51                                                 ` Ken Brown
2013-08-16  2:35                                         ` Ken Brown
2013-08-16  4:34                                           ` Ryan Johnson
2013-08-16  5:59                                             ` Ryan Johnson
2013-08-16  9:12                                               ` Eli Zaretskii
2013-08-16 11:33                                                 ` Ryan Johnson
2013-08-16  8:59                                           ` Eli Zaretskii
2013-08-16  8:56                                         ` Eli Zaretskii
2013-08-16  9:07                                         ` Bengt Larsson
2013-08-11 16:50                           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=520D589B.9090002@cs.utoronto.ca \
    --to=ryan.johnson@cs.utoronto.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).