bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14569: 24.3.50; bootstrap fails on Cygwin


From: Ken Brown
Subject: bug#14569: 24.3.50; bootstrap fails on Cygwin
Date: Thu, 27 Jun 2013 15:32:16 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 6/27/2013 10:56 AM, Paul Eggert wrote:
On 06/24/2013 04:50 PM, Angelo Graziosi wrote:
the bootstrap completed *without* errors!

OK, thanks, as trunk bzr 113206 I installed a change
to skip the gnulib tickling on Cygwin.

Although this should fix the bootstrap failure, I expect that
this reintroduces a bug into Cygwin Emacs, namely,
Emacs can sometimes lose track of subprocesses and/or kill off
unrelated processes; see Bug#12980 and Bug#8855.
Fixing this will require someone with access to Cygwin
and knowledge of how to debug threads under Cygwin,
neither of which I have.  Since the issue appears only
under Cygwin it could well be a Cygwin bug rather than an
Emacs or glib bug.

Another alternative is to replace

    if (! noninteractive || initialized)

by

    if (! noninteractive)

at least on Cygwin. That allows the bootstrap to complete without errors. Assuming this doesn't cause other problems, we wouldn't have to worry about reintroducing bugs into (interactive) Cygwin Emacs.

Ken





reply via email to

[Prev in Thread] Current Thread [Next in Thread]