guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running guile single-threaded?


From: Matt Wette
Subject: Re: Running guile single-threaded?
Date: Sun, 17 May 2020 08:39:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/17/20 8:27 AM, Caleb Ristvedt wrote:
I'm trying to use unshare() with the CLONE_NEWUSER flag, but this
requires that the process be single-threaded (otherwise I always get
EINVAL). /proc/<guile-pid>/task has 6 entries when I launch guile, 5
after disabling automatic finalization. I can't seem to find a way to
get that down to 1. Is this feasible?

- reepca


I don't this is possible without building guile using --without-threads
argument to configure.  Otherwise, the mutl-threaded gc is included.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]