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 05:36:59 +0300 Message-ID: <8338ccgj78.fsf@gnu.org> References: <834mwsh2nu.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1409539034 28860 80.91.229.3 (1 Sep 2014 02:37:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2014 02:37:14 +0000 (UTC) Cc: gdb-patches@sourceware.org, guile-devel@gnu.org To: Doug Evans Original-X-From: gdb-patches-return-115414-gdb-gdb-patches=m.gmane.org@sourceware.org Mon Sep 01 04:37:08 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 1XOHUR-0004fF-Sg for gdb-gdb-patches@plane.gmane.org; Mon, 01 Sep 2014 04:37:08 +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:references; q=dns; s=default; b=GylvxuWMAH6tfr4iKiWm UEmk21xr7R+wxxKoEcg5cpk6CggaMLmfJ+D4rlKYDuHqVk97JebykQSnBUk4m9lx s6+6Td1fEQ6+l7oqnkq4g88OfX6SUiwcfeY1nhc/Y1/cl1itoNBlEyGHRO5kwyi3 66lqzGMLuiTvrRIB3MhqHGI= 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=r44lq92HZ9crBUhGUXnZmj/fFn s=; b=VWJiOf1Wyw4yZOPRLrl7o2xNCof/+OQHqeLP7JLjOwY+tv9bzlxxq32bTp iCHiI4flAqaoI4QmbEkwNQ8fagyo4xY6wOMf2nn3I8UBbTGulua8tDOhSUhxdf9B yFe0pTXl5endxVQqPaZGR8T2WScdQV6KzZexN0vL2cRvJZ9JY= Original-Received: (qmail 920 invoked by alias); 1 Sep 2014 02:37:04 -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 878 invoked by uid 89); 1 Sep 2014 02:36:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Original-Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Sep 2014 02:36:56 +0000 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NB700B00B0RGZ00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 01 Sep 2014 05:36:53 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NB700BU4B9GE360@a-mtaout21.012.net.il>; Mon, 01 Sep 2014 05:36:53 +0300 (IDT) In-reply-to: X-IsSubscribed: yes Xref: news.gmane.org gmane.comp.gdb.patches:100395 gmane.lisp.guile.devel:17381 Archived-At: > Date: Sun, 31 Aug 2014 13:20:48 -0700 > From: Doug Evans > Cc: "gdb-patches@sourceware.org" , guile-devel > > Users are going to want to start threads. If users want threads in Guile, they can use Guile. 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.