From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.comp.gdb.patches,gmane.lisp.guile.devel Subject: Re: [PATCH][PR guile/17247] Block SIGCHLD while initializing Guile Date: Mon, 01 Sep 2014 17:39:29 +0300 Message-ID: <83y4u3flr2.fsf@gnu.org> References: <834mwsh2nu.fsf@gnu.org> <8338ccgj78.fsf@gnu.org> <87ppffabw8.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1409582387 13439 80.91.229.3 (1 Sep 2014 14:39:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 14:39:47 +0000 (UTC) Cc: gdb-patches@sourceware.org, guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: gdb-patches-return-115426-gdb-gdb-patches=m.gmane.org@sourceware.org Mon Sep 01 16:39:41 2014 Return-path: Envelope-to: gdb-gdb-patches@plane.gmane.org Original-Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XOSld-0004jG-6I for gdb-gdb-patches@plane.gmane.org; Mon, 01 Sep 2014 16:39:37 +0200 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:mime-version:content-type:content-transfer-encoding :references; q=dns; s=default; b=MGMHzs5sOPU1hf3LSBsZ9yALwxg+PxM YH3GKSM0kB23eSVJXedsBSGxNY1jaarmzvnILoscM60krxpEZc5GSo12XO/gPQKB eMz+dbKEmYDi2TXe3fkF9g8jY9NZfWNaswscgQADM7mlfAl6se9T3gxzV6DoQcTW M5JnpnQHHGiA= 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:mime-version:content-type:content-transfer-encoding :references; s=default; bh=sY7Yi3+si9XquT3Gc/JogoWoh/0=; b=RlRz6 sbQhKDkEuneSna4KG1g+469pRp6mbOAvGkzLkUREEZsWTgM8IzUFylqvF3rcoks4 TVSMCBtJBvxXrKP5p2JEwkUdFeF587GtNjtBYO8F95EoatyVeU0qYS0k2kdPRM+W Nkak2bQixGmo9SqhxNrdAa1T2L5SJdWR9wSpDo= Original-Received: (qmail 23774 invoked by alias); 1 Sep 2014 14:39:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: gdb-patches-owner@sourceware.org Original-Received: (qmail 23757 invoked by uid 89); 1 Sep 2014 14:39:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout24.012.net.il Original-Received: from mtaout24.012.net.il (HELO mtaout24.012.net.il) (80.179.55.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Sep 2014 14:39:25 +0000 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NB8008008A3ZS00@mtaout24.012.net.il> for gdb-patches@sourceware.org; Mon, 01 Sep 2014 17:34:32 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NB8001JY8HKW380@mtaout24.012.net.il>; Mon, 01 Sep 2014 17:34:32 +0300 (IDT) In-reply-to: <87ppffabw8.fsf@gnu.org> X-IsSubscribed: yes Xref: news.gmane.org gmane.comp.gdb.patches:100407 gmane.lisp.guile.devel:17384 Archived-At: > From: ludo@gnu.org (Ludovic Courtès) > Date: Mon, 01 Sep 2014 12:11:19 +0200 > Cc: guile-devel@gnu.org > > Eli Zaretskii skribis: > > > In GDB, Guile is just an extension language. I see no catastrophe in > > saying there are some restrictions to what a Guile extension in GDB > > can and cannot do. > > That can be acceptable, but requiring users to re-build Guile and GC > without thread support is not, IMO. Perhaps we should request GC and Guile to provide capabilities to disable threads at run time, then.