From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add observation that ports are not thread-safe Date: Tue, 25 Mar 2014 15:14:47 +0100 Message-ID: <87lhvys6ug.fsf@pobox.com> References: <1395746068-20604-1-git-send-email-dfsr@riseup.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395756908 10666 80.91.229.3 (25 Mar 2014 14:15:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 14:15:08 +0000 (UTC) Cc: guile-devel@gnu.org To: "Diogo F. S. Ramos" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 25 15:15:18 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WSS8L-0000EE-B4 for guile-devel@m.gmane.org; Tue, 25 Mar 2014 15:15:17 +0100 Original-Received: from localhost ([::1]:41998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSS8K-0003wi-CY for guile-devel@m.gmane.org; Tue, 25 Mar 2014 10:15:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSS8B-0003lM-GN for guile-devel@gnu.org; Tue, 25 Mar 2014 10:15:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSS86-0004Zo-Mr for guile-devel@gnu.org; Tue, 25 Mar 2014 10:15:07 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:45026 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSS86-0004ZO-Ij for guile-devel@gnu.org; Tue, 25 Mar 2014 10:15:02 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E48B610BF6; Tue, 25 Mar 2014 10:15:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=zhMPv3kXbKfO5TCRm4UPKJiMjPY=; b=urR7JN sxfDMVeVAjdB9k1o0kfm/CsMEI+E99gPYWF8j/Yg9auqMDpDWDBXxWOvHfbXYOIx fVsPZN68e6AC+jko9sCfX0WNX56SlWgLNlRKn/T+8orGyEOAulE0AbX+HUq+NRPH 00p0/V09ZvuKtppVPOVzwEGw8Xb5BbPepCuSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=KXGfT7djXQ+RBVV6d2hlSPtEYF8d74n5 xilVZx8Qc4F8LkHKzvnfKZ3YM8XQInIrlsRKqypCM/y+14xw+W5OmRjKTp33LVyj OJ3FTDMBfZjy6LlGUbYvEcFHv+s6Z7EFj95fXoxte/hgm75oFs8zWEtjHY5TtBnW hU8OtB9xUS8= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id DBEA310BF5; Tue, 25 Mar 2014 10:15:01 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 32F6710BF4; Tue, 25 Mar 2014 10:14:59 -0400 (EDT) In-Reply-To: <1395746068-20604-1-git-send-email-dfsr@riseup.net> (Diogo F. S. Ramos's message of "Tue, 25 Mar 2014 08:14:28 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: DA7B6650-B427-11E3-B87C-873F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17007 Archived-At: On Tue 25 Mar 2014 12:14, "Diogo F. S. Ramos" writes: > It's not obvious that ports are not thread-safe and trying to have > multiple threads writing to one returns errors that are not > recognizable as been caused by this lack of thread-safeness. This is a bug, and it is fixed in master. FWIW. Andy -- http://wingolog.org/