From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Newsgroups: gmane.lisp.guile.devel Subject: Re: crashes with Fibers Date: Sun, 01 Jul 2018 15:09:13 +0200 Message-ID: <87muvb2jd2.fsf@lassieur.org> References: <8736x63q5v.fsf@lassieur.org> <7d8d11cf58d7adba2ca826c7e58bddde@hypermove.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1530450445 5173 195.159.176.226 (1 Jul 2018 13:07:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2018 13:07:25 +0000 (UTC) User-Agent: mu4e 1.0; emacs 26.1 Cc: guile-devel , guile-devel@gnu.org To: Amirouche Boubekki Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jul 01 15:07:21 2018 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 1fZc4X-0001FQ-9z for guile-devel@m.gmane.org; Sun, 01 Jul 2018 15:07:21 +0200 Original-Received: from localhost ([::1]:54437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZc6e-0000bs-En for guile-devel@m.gmane.org; Sun, 01 Jul 2018 09:09:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZc6Z-0000aw-PO for guile-devel@gnu.org; Sun, 01 Jul 2018 09:09:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZc6Y-0003V9-U6 for guile-devel@gnu.org; Sun, 01 Jul 2018 09:09:27 -0400 Original-Received: from mail.lassieur.org ([83.152.10.219]:56492) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fZc6U-0003TS-Eu; Sun, 01 Jul 2018 09:09:22 -0400 Original-Received: from rodion (lib59-3-82-233-190-39.fbx.proxad.net [82.233.190.39]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 4eefe9cf (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); Sun, 1 Jul 2018 13:09:20 +0000 (UTC) In-reply-to: <7d8d11cf58d7adba2ca826c7e58bddde@hypermove.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 83.152.10.219 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:19572 Archived-At: Amirouche Boubekki writes: > Sorry, I did not read the code. What are you trying to achieve? Within a fiber, I need to spawn several Guile-Git clones in parallel. Since they block the Fibers scheduler, they need to be in separate threads.