🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Guest68 Hello everybody. I have been investigating a problem I have with rakudo on macOS: stackoverflow.com/questions/734149...u-2022-04. The problem is a commit to libuv. For Darwin fork()/exec() has been replaced with posix_spawn(). A side effect of this change is that posix_spawn() treats all descriptors, regardless if 08:20
opened or not with O_CLOEXEC, as if they had. This is the pull request: github.com/libuv/libuv/pull/3064. I think that moar/raku/nqp (?) did not adapt to this change. The process is spawned but the output is lost. Do you know which component (moar, nqp, raku) I should examine?
lizmat Guest68: I'd throw this on the #moarvm channel :-) 08:26
Guest68 Will do. Thank you! :)