From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Garbage collector kills REPL server Date: Thu, 09 Mar 2017 22:01:38 +0100 Message-ID: <87h932upu5.fsf@pobox.com> References: <87inrtew8t.fsf@fimbulvetr.bsc.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1489093394 18590 195.159.176.226 (9 Mar 2017 21:03:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 9 Mar 2017 21:03:14 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 09 22:03:10 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cm5DJ-0004QE-Cl for guile-devel@m.gmane.org; Thu, 09 Mar 2017 22:03:09 +0100 Original-Received: from localhost ([::1]:36275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm5DP-00030V-IO for guile-devel@m.gmane.org; Thu, 09 Mar 2017 16:03:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm5Ce-0002tk-Nn for guile-devel@gnu.org; Thu, 09 Mar 2017 16:03:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cm5C1-0006Hm-Nt for guile-devel@gnu.org; Thu, 09 Mar 2017 16:02:28 -0500 Original-Received: from pb-sasl1.pobox.com ([64.147.108.66]:58103 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cm5C1-0006HG-E9 for guile-devel@gnu.org; Thu, 09 Mar 2017 16:01:49 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 9BB6C7D292 for ; Thu, 9 Mar 2017 16:01:47 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=nzKS8TjwHM5Z jRv8Td74KqRY6DE=; b=UNHEPa1M2yE06HNkDfickTAmDJ9VTqWnIkdH111FvjPJ 0i/AORGuiIXhZwM+i0jgllrv+oEO1ewjJBk6CGN00pH+g7kQtMrTg0ZZGFg056fW YIJ77OnBYoBVobq66SlFNUj95hcHSTJGLWMjw58QG3CjMDNYXObbqs9c6lLXjD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=sLARgq ZJ/0/AAJAsZvj793pdv0uVKqFfmUYXmAR7EAlZMtKCWVWLZzkI46g8fUcbq6pLoJ w9kBPLPyNqokwrtsUV0rb6dErIMYyPSRV/jjUE/x5roY6CdP064EkSGwXc0X7v7U s8mYVoqnR2veHZkAb/vIRpGT5AQreJkVzpT/o= Original-Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 94B2E7D291 for ; Thu, 9 Mar 2017 16:01:47 -0500 (EST) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 8BA197D290 for ; Thu, 9 Mar 2017 16:01:46 -0500 (EST) In-Reply-To: <87inrtew8t.fsf@fimbulvetr.bsc.es> (=?utf-8?Q?=22Llu=C3=ADs?= Vilanova"'s message of "Fri, 11 Nov 2016 18:56:18 +0100") X-Pobox-Relay-ID: 9B84B590-050B-11E7-B14F-B667064AB293-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.66 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19006 Archived-At: Hi :) On Fri 11 Nov 2016 18:56, Llu=C3=ADs Vilanova writes: > I have a program that runs "run-server" (from module "system repl server"= ) on a > separate thread (I'm using guile 2.1.4, current master; the problem did n= ot > appear with 2.0). > > The REPL server thread receives signals SIGXCPU and SIGPWR while calling > "select", and errors out saying the syscall was interrupted (raised by gu= ile's > interface to the "select" syscall). I believe I fixed this (after originally being the one to break it, doh) a week ago or so. Apologies for the inconvenience. Looking forward to actually having a stable Guile within a week or so :) Andy