70dfdd501a
Before that, something like: (call-with-container (lambda () (match (primitive-fork) …))) would hang in 'primitive-fork' as the child process (the one started in the container) would try to pthread_join the finalization thread in 'stop_finalization_thread' in libguile, not knowing that this thread is nonexistent. * guix/build/syscalls.scm (%set-automatic-finalization-enabled?!): New procedure. (without-automatic-finalization): New macro. (clone): Wrap PROC call in 'without-automatic-finalization'. |
||
---|---|---|
.. | ||
ant-build-system.scm | ||
asdf-build-system.scm | ||
bournish.scm | ||
cargo-build-system.scm | ||
cmake-build-system.scm | ||
cvs.scm | ||
download.scm | ||
dub-build-system.scm | ||
emacs-build-system.scm | ||
emacs-utils.scm | ||
git.scm | ||
glib-or-gtk-build-system.scm | ||
gnu-build-system.scm | ||
gnu-dist.scm | ||
graft.scm | ||
gremlin.scm | ||
haskell-build-system.scm | ||
hg.scm | ||
lisp-utils.scm | ||
make-bootstrap.scm | ||
ocaml-build-system.scm | ||
perl-build-system.scm | ||
profiles.scm | ||
pull.scm | ||
python-build-system.scm | ||
qt-utils.scm | ||
r-build-system.scm | ||
rpath.scm | ||
ruby-build-system.scm | ||
store-copy.scm | ||
svn.scm | ||
syscalls.scm | ||
union.scm | ||
utils.scm | ||
waf-build-system.scm |