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
When using the official :latest docker image after some time sia stopps working (unresponsive and siac cannot be used) and is shown offline in siastats.
I attached ltrace to the siad process to see the log filled with the following error message (--- SIGURG (Urgent I/O condition) ---):
Maybe this is related to golang/go#38290 ?
Can somebody with an understanding of GO check if these are related and can be easily fixed?
When using the official :latest docker image after some time sia stopps working (unresponsive and siac cannot be used) and is shown offline in siastats.
I attached ltrace to the siad process to see the log filled with the following error message (--- SIGURG (Urgent I/O condition) ---):
Maybe this is related to golang/go#38290 ?
Can somebody with an understanding of GO check if these are related and can be easily fixed?
This may be related to issue #65