All Threads Frozen

Repost from https://github.com/Sonarr/Sonarr/issues/2964

Describe the bug

Shortly after startup (within 60 seconds) when all the tasks are executing, sonarr just locks up. It appears that all threads are frozen (the http service isn’t responsive, no background tasks execute, etc.). There is no CPU usage, there is no disk activity or network activity. There are no logs after sonarr appears to freeze (in trace mode).

System Information

  • Sonarr Version: v2.0.0.5301
  • Operating System: Linux (Ubuntu)
  • Mono Version: 5.18.0.240

It’s really hard to tell if there’s something that causes the freezing (lots of messages from unrelated tasks). I can see no patterns.

Can you post the last 10-20 lines from the trace level log file?
And repeat the startup a couple of times, and get the last 10-20 lines each time.

So after several hours of debugging sonarr, then the mono runtime (the whole runtime was frozen too), it turns out the problem was a conflict between the Docker overlay storage driver and CephFS. I believe mono would hang shortly a certain file was accessed.

Sorry for making a bother @Taloth.

No worries. I’m glad you were able to get to the bottom of it.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.