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
The error stacktrace is still printed in the terminal and not redirected to ccl.log as expected.
Stracing CCL shows that the stacktrace is printed in a child process. I suspect that CCL does not correctly handle file descriptors in the child process, leading to fds 1 and 2 not being the same as the parent and escaping redirection.
The text was updated successfully, but these errors were encountered:
Using CCL 1.12.1 on Linux x86_64:
The error stacktrace is still printed in the terminal and not redirected to
ccl.log
as expected.Stracing CCL shows that the stacktrace is printed in a child process. I suspect that CCL does not correctly handle file descriptors in the child process, leading to fds 1 and 2 not being the same as the parent and escaping redirection.
The text was updated successfully, but these errors were encountered: