X-Recipient: archive-cygwin AT delorie DOT 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:date:from:subject:in-reply-to:to:cc:reply-to :message-id:references; q=dns; s=default; b=pp9/sb8E+Eeir3enH0V8 ZomS+GjUsa1SmQjnNMRP31Ol5cES/hRBiYS3IowSu819hOQ4Va5qBxLiX77at1ho LDpKXUTSWD5PhJSCHLrAe0AP+z3w65mrLUhrjxZ03oSL5knTZAjo1FhjZbeLj00B m4YmD7IzFzqWcZHldwtjzNU= 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:date:from:subject:in-reply-to:to:cc:reply-to :message-id:references; s=default; bh=fuRqA/Z5H6IRy/6LudtdcwNoGD o=; b=oJZVTZQT1Zk32CjD/hyvl63k5w0x79PhzZqAKHp68MtHPpDk3O+BR8azHH dXg9fpgHHOOvn2imX1cLHzRRHnWk+zuON+R4JBtIB+saUqN6p/2+5jhFbdZPfnDo m6rsj5AwvD8pes7rLs9IMEhSshBQHsW3qv/LkGQdJDfB9eFTE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Date: Fri, 14 Jun 2013 21:16:44 +0300 From: Eli Zaretskii Subject: Re: bug#14569: 24.3.50; bootstrap fails on Cygwin In-reply-to: <51BB56CB.7030209@cs.ucla.edu> To: Paul Eggert Cc: cygwin AT cygwin DOT com, 14569 AT debbugs DOT gnu DOT org Reply-to: Eli Zaretskii Message-id: <83ppvov9pv.fsf@gnu.org> References: <51B5DA82 DOT 4010703 AT alice DOT it> <3EC77598-24B8-42DD-8983-5069E64AAB60 AT swipnet DOT se> <51B62175 DOT 10307 AT alice DOT it> <06F80BBC-D7CD-4E6C-97AD-EB8E476E2FC0 AT swipnet DOT se> <83sj0olh38 DOT fsf AT gnu DOT org> <51B7717D DOT 6060702 AT cs DOT ucla DOT edu> <51B77A00 DOT 2060908 AT cornell DOT edu> <83mwqwl903 DOT fsf AT gnu DOT org> <51B78346 DOT 3050600 AT cornell DOT edu> <2E06A322-530C-4AA2-9282-6D2E48B1D194 AT swipnet DOT se> <51B8BEFE DOT 6070309 AT cs DOT ucla DOT edu> <51B8D5ED DOT 1010407 AT alice DOT it> <51BA03CA DOT 4080804 AT cs DOT ucla DOT edu> <51BB56CB DOT 7030209 AT cs DOT ucla DOT edu> > Date: Fri, 14 Jun 2013 10:45:47 -0700 > From: Paul Eggert > Cc: 14569 AT debbugs DOT gnu DOT org > > Cygwin developers, I'm worried about a Cygwin bug where > pthread_kill may not send a signal to the correct thread. > This bug may be causing Emacs to crash. The Cygwin bug is > discussed in this thread: > > http://cygwin.com/ml/cygwin/2012-05/msg00472.html Caveat: I'm not a Cygwin developer, and don't even use Cygwin. > Emacs uses pthread_kill to redirect > SIGCHLD to the main thread; if this is sent to a random > thread instead, that could explain the random crashes. It should be easy to instrument deliver_child_signal so that it prints something when it redirects SIGCHLD, and then the Cygwin users could see if there's such a report immediately before the crash, or at all. -- 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