From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#28211: Grafting code triggers GC/thread-safety issue on Guile 2.2.2 Date: Thu, 10 May 2018 12:01:15 -0400 Message-ID: <874ljfebzo.fsf@netris.org> References: <877exuj58y.fsf@gnu.org> <87d0yo1tie.fsf@gnu.org> <87fu3124nt.fsf@gnu.org> <878t8reckg.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGo27-0004Vx-GP for bug-guix@gnu.org; Thu, 10 May 2018 12:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGo23-00053i-CG for bug-guix@gnu.org; Thu, 10 May 2018 12:03:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48781) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGo23-00053e-9l for bug-guix@gnu.org; Thu, 10 May 2018 12:03:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878t8reckg.fsf@netris.org> (Mark H. Weaver's message of "Thu, 10 May 2018 11:48:47 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Andy Wingo , 28211@debbugs.gnu.org Mark H Weaver writes: > From these facts, I believe we can conclude that the error is happening > within the body of 'begin-thread' in 'n-par-for-each', but outside of > the body of 'proc' passed to 'n-par-for-each'. It could also be happening within the 'call-with-backtrace', used here: https://git.savannah.gnu.org/cgit/guile.git/tree/module/ice-9/threads.scm?h=v2.2.3#n159 More investigation is needed, but it's unlikely that I'll be able to spend more time on this today. Mark