guile-user
[Top][All Lists]
Advanced

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

Running guile single-threaded?


From: Caleb Ristvedt
Subject: Running guile single-threaded?
Date: Sun, 17 May 2020 10:27:04 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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



reply via email to

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