You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified the issue in lolly. It can be resolved by increasing the timeout in subprocess.hpp from 20 to, say, 2000. However, the longer the timeout, the longer subprocesses take to return.
Mogan Version
1.2.9.8
Operating System Version and Architecture
Fedora Linux 40 (GNOME Wayland)
Describe Bug
eval-system
sometimes fails to capture output of a command.I suspect this is due to a too short timeout in
lolly::system::check_stdout
.I have tested this with
(eval-system "python3 /home/jeroen/test.py")
, wheretest.py
containsDepending on the delay the output is captured or not.
Expected Behavior
Output is captured.
The text was updated successfully, but these errors were encountered: