From owner-freebsd-current@FreeBSD.ORG Sat Nov 19 19:05:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1241065670 for ; Sat, 19 Nov 2011 19:05:47 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 470888FC13 for ; Sat, 19 Nov 2011 19:05:46 +0000 (UTC) Received: from politkovskaja.torservers.net ([77.247.181.165]:21176 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RRp38-002vBw-A0; Sat, 19 Nov 2011 12:50:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:References:In-Reply-To:Subject:Cc:To:From; bh=togs5Fv7Amguk594O1+izw2ZtJakGSO0M1XFPOzzYdM=; b=UL8iwxFJBRdBBXPezl+BHpcEjqpqpmGP56GupXvFE6kjP3Ti4Bd2lTOL2DizgRLZXlmgcvR7Rp8Exf1T3Kp8UewBXL4ld1/GnPtdgGTte8QsjKcP4f55WUtK1AoygpH48ahDPSrZO2Xfvtc9PzXn6bHSyMaOnFEnwWCSIgAL8zQ=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RRp24-000H7A-AW; Sat, 19 Nov 2011 17:48:55 +0000 From: Jan Beich To: Nikodemus Siivola In-Reply-To: (Nikodemus Siivola's message of "Sat, 19 Nov 2011 15:59:27 +0200") References: <86mxd7qdzk.fsf@gmail.com> Date: Sat, 19 Nov 2011 21:48:30 +0400 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1RRp24-000H7A-AW@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.hudsonvalleyhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-current@freebsd.org, Nali Toja Subject: Re: [Sbcl-bugs] crash in sb-concurrency tests after r216641 on x86-64/freebsd9/sb-thread X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2011 19:05:47 -0000 Nikodemus Siivola writes: >> After r216641 sbcl built with sb-thread dies on mailbox tests. It also >> dies when I try to complete a symbol in slime. The workaround seems to >> be to revert libthr to r216640. > >> Any clue whether it's a FreeBSD bug or a SBCL bug? I've Bcc'd sbcl-bugs@ >> in case it's the latter one. > > I find it quite possible that this was an SBCL bug. > > It would be much appreciated if you could try with current HEAD from > SBCL's git repository if it makes things better. I've tried git master (as of d0d44cc) and sb-thread build passes fine, mailbox.interrupts-safety.1 test no longer hangs. Also tried on stumpwm + slime (:spawn) setup, it no longer crashes. -- FreeBSD 10.0-CURRENT r227674M amd64