all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Crash at startup in Cygwin w32 build on emacs-25 branch
Date: Fri, 27 Nov 2015 23:44:55 +0000	[thread overview]
Message-ID: <86oaef2eiw.fsf@gmail.com> (raw)
In-Reply-To: 83d1uvuawp.fsf@gnu.org

On Fri 27 Nov 2015, Eli Zaretskii wrote:

>> From: Andy Moreton <andrewjmoreton@gmail.com>
>> Date: Fri, 27 Nov 2015 00:13:16 +0000
>> Cc: Eli Zaretskii <eliz@gnu.org>
>> 
>> The changes in commit d696d62fea48 cause an instant crash at startup for
>> the cygwin w32 build, as the main Windows thread ID is not initialized.
>
> Thanks, fixed.  (I couldn't imagine Cygwin needs the thread
> information.)

Only the Cygwin w32 build, which sets HAVE_NTGUI and uses the Windows
GUI code for display (so no need for an X11 server).

The module code also uses dwMainThreadId for error checking, and may
need similar changes for the Cygwin w32 build. It may be safer to
provide the thread ID from a function to ensure that it has been
initialised before callers try to use it.

> Btw, it's high time you got write access to the repository.  Would you
> like that?

That would prbably make sense. What needs to be done to arrange that ?

    AndyM




  reply	other threads:[~2015-11-27 23:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  0:13 Crash at startup in Cygwin w32 build on emacs-25 branch Andy Moreton
2015-11-27  8:03 ` Eli Zaretskii
2015-11-27 23:44   ` Andy Moreton [this message]
2015-11-28  8:18     ` Eli Zaretskii
2015-11-28 21:18       ` Andy Moreton

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=86oaef2eiw.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.