From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: [Patch] --with-threads on MinGW Date: Thu, 14 Dec 2006 11:12:22 +1100 Message-ID: <87vekfmj2x.fsf@zip.com.au> References: <457316BF.6090003@web.de> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166055151 14731 80.91.229.10 (14 Dec 2006 00:12:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 00:12:31 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 14 01:12:29 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GueD7-0006Vt-GA for guile-bugs@m.gmane.org; Thu, 14 Dec 2006 01:12:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GueD6-0007Gw-U2 for guile-bugs@m.gmane.org; Wed, 13 Dec 2006 19:12:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GueD4-0007Fy-P1 for bug-guile@gnu.org; Wed, 13 Dec 2006 19:12:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GueD3-0007D6-CP for bug-guile@gnu.org; Wed, 13 Dec 2006 19:12:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GueD3-0007Cz-3p for bug-guile@gnu.org; Wed, 13 Dec 2006 19:12:25 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GueD2-0005GU-PD for bug-guile@gnu.org; Wed, 13 Dec 2006 19:12:25 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 186DC109A8C; Thu, 14 Dec 2006 11:12:22 +1100 (EST) Original-Received: from localhost (ppp245A.dyn.pacific.net.au [61.8.36.90]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id C673D2743A; Thu, 14 Dec 2006 11:12:22 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GueD0-0007Hw-OO; Thu, 14 Dec 2006 11:12:22 +1100 Original-To: Nils Durner In-Reply-To: <457316BF.6090003@web.de> (Nils Durner's message of "Sun, 03 Dec 2006 19:26:07 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3428 Archived-At: Nils Durner writes: > > static SCM > signal_delivery_thread (void *data) > { > - sigset_t all_sigs; > int n, sig; > char sigbyte; > > +#ifndef __MINGW32__ > + sigset_t all_sigs; > + > sigfillset (&all_sigs); > scm_i_pthread_sigmask (SIG_SETMASK, &all_sigs, NULL); > +#endif Are you sure about that? Does it mean the signal delivery thread doesn't catch any signals? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile