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 know that Cygwin is not a priority nor even directly supported however while testing borg 2.0.0b14 I ran into an issue which would cause python to hang.
Python version used is 3.9, latest available in Cygwin.
The culprit seems to be a daemon thread spawned to prevent the rclone process from hanging due to the stderr pipe being filled.
I will propose a PR that seems to fix my issues.
The text was updated successfully, but these errors were encountered:
I know that Cygwin is not a priority nor even directly supported however while testing borg 2.0.0b14 I ran into an issue which would cause python to hang.
Python version used is 3.9, latest available in Cygwin.
The culprit seems to be a daemon thread spawned to prevent the rclone process from hanging due to the stderr pipe being filled.
I will propose a PR that seems to fix my issues.
The text was updated successfully, but these errors were encountered: