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
As pointed out by @lzaoral, kobo tasks that produce output on their stdout/stderr might be blocked forever if the logging thread is killed and its queue becomes full.
The text was updated successfully, but these errors were encountered:
Can we clarify the "logging thread is killed" scenario?
If this refers to the "Fatal error in LoggingThread" path where an exception is allowed to propagate from the thread's main loop: I guess this can be fixed by having that path adjust self such that any later calls to the write method will discard the data rather than putting it on the queue.
lzaoral
added a commit
to lzaoral/kobo
that referenced
this issue
May 2, 2024
As pointed out by @lzaoral, kobo tasks that produce output on their stdout/stderr might be blocked forever if the logging thread is killed and its queue becomes full.
The text was updated successfully, but these errors were encountered: