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: possible hash deadlock with recent changes Date: Thu, 16 Jun 2011 14:30:30 +0200 Message-ID: <874o3qgdqx.fsf@pobox.com> References: <20110507145803.DOWDN.34939.root@cdptpa-web21-z02> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308231935 29871 80.91.229.12 (16 Jun 2011 13:45:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 13:45:35 +0000 (UTC) Cc: guile-devel@gnu.org To: Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 16 15:45:30 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXCsz-0005xV-Um for guile-devel@m.gmane.org; Thu, 16 Jun 2011 15:45:30 +0200 Original-Received: from localhost ([::1]:33319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCsz-0008Hj-4g for guile-devel@m.gmane.org; Thu, 16 Jun 2011 09:45:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCbG-0003WH-NG for guile-devel@gnu.org; Thu, 16 Jun 2011 09:27:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXCb5-0003vT-PY for guile-devel@gnu.org; Thu, 16 Jun 2011 09:27:10 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:54603 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCb5-0003sZ-Bw for guile-devel@gnu.org; Thu, 16 Jun 2011 09:26:59 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 687FB57C9; Thu, 16 Jun 2011 08:32:46 -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=VCLDrcjlzTG/lUqlPjmALh/MM2E=; b=pufI5I wnqPobHfRozFLCLupRPr7PlpOm4s65EBE+3am0tPJ/wY0ST7nEmxxOiu/UeS+yXo AIlyusqhXhLTvpIOmNqdg4x814+u9Gbk60/BIjR8ZOTr01eqS9x2EkWqxQJWllvy QXMod8OG76/VELeTtP9gd/DBrOR6rZ6I6zY2A= 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=DpN61rJgS9osm7bO8JNsDNYqWOhjZHwM KuVSfCAiAZ/6+a7V2b5RbkSxgpsgfa4tL35wDpM7JbRla/6K6PInUEPAGbk6Voji fRQBVJ9/Sux2tcs3gtZwo2T8DK+H3wuWVTAnyToMwzJaSNPKM8XdpNdWS0KcyaaN S81IsLdYpdU= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 6145457C8; Thu, 16 Jun 2011 08:32:46 -0400 (EDT) Original-Received: from badger (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id B4B0557C7; Thu, 16 Jun 2011 08:32:45 -0400 (EDT) In-Reply-To: <20110507145803.DOWDN.34939.root@cdptpa-web21-z02> (dsmich@roadrunner.com's message of "Sat, 7 May 2011 10:58:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: BD006C2E-9814-11E0-946B-5875C023C68D-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:12571 Archived-At: On Sat 07 May 2011 16:58, writes: > Recent changes to stable-2.0 seem to cause a deadlock in scwm. Here > is the last 10 frames of a backtrace. Fixed. Apologies for the long delay. Regards, Andy -- http://wingolog.org/