bug-guix
[Top][All Lists]
Advanced

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

bug#49439: grafts cause “guix environment” to get killed with OOM


From: Ricardo Wurmus
Subject: bug#49439: grafts cause “guix environment” to get killed with OOM
Date: Tue, 06 Jul 2021 16:38:28 +0200
User-agent: mu4e 1.4.15; emacs 27.2

With a recent version of Guix, “guix environment” will not terminate on its own, keeps the CPU busy, and gets killed when the system eventually runs out of memory.

$ guix describe -f channels

--8<---------------cut here---------------start------------->8---
(list (channel
       (name 'guix)
       (url "/home/rekado/dev/gx/branches/master")
       (commit
         "685cfdec94e5e48c4ad28de53466a28dfc258edb")))
--8<---------------cut here---------------end--------------->8---


$ guix environment pigx-scrnaseq
[wait until it gets killed]

The problem disappears when grafts are disabled:

$ guix environment --no-grafts pigx-scrnaseq
$ [env] yay!

--
Ricardo





reply via email to

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