IRC channel logs

2023-12-25.log

back to list of logs

<avv>Hi everyone. Is it possible for guile to connect to a running process? I'm having issues with Guix and I figured it might be easier to debug using a REPL (Guix has no --listen option AFAIK)
<cobra>guix has a repl
<avv>I'd like to debug a guix command. I can do that using 'guix repl'?
<wmedrano>Are Guile computations single threaded? I'm using a test framework (in Rust) that is multithreaded by default. I end up getting a "SIGSEV: invalid memory reference" when running the functions through scm_with_guile but things seem fine when I set the number of threads to 1.