Sonarr crashing randomly (Resolved)

Sonarr version (exact version): 2.0.0.3953
Mono version (if Sonarr is not running on Windows): 4.2.1 (Stable 4.2.1.36/dbd6429 Tue Mar 29 18:44:19 UTC 2016)
OS: Gentoo
((Debug logs)) (posted to hastebin or similar): http://pastebin.com/msxxTrpc
Description of issue (if you think you’ve found a bug please include steps to reproduce): I installed it by following these instructions. https://whatbox.ca/wiki/sonarr

Basically after running screen -dmS sonarr mono --debug ~/NzbDrone/NzbDrone.exe I get it up and running and can access it from the web client. It seems to work fine. I was able to configure the settings and get it all working but it will just randomly quit working after 30+ minutes. If I go back in via ssh and run the screen -dmS sonarr mono --debug ~/NzbDrone/NzbDrone.exe command it will work again for another 30+ minutes.

Any help would be greatly appreciated. If you need anymore info let me know.

Looks like a mono/kernel issue:

and again in 4.1.2:

Those are for Ubuntu/Debian, but the symptom is the same.

or physical memory issues.

FYI I haven’t had a crash in many many months.

mono --version
Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
	TLS:           __thread
	SIGSEGV:       altstack
	Notifications: epoll
	Architecture:  amd64
	Disabled:      none
	Misc:          softdebug 
	LLVM:          supported, not enabled.
	GC:            sgen

uname -a
Linux  4.5.0-040500-generic #201603140130 SMP Mon Mar 14 05:32:22 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
1 Like

When I run those commands I get.

mono --version
Mono JIT compiler version 4.2.1 (Stable 4.2.1.36/dbd6429 Tue Mar 29 18:44:19 UTC 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
	TLS:           __thread
	SIGSEGV:       altstack
	Notifications: epoll
	Architecture:  amd64
	Disabled:      none
	Misc:          softdebug 
	LLVM:          supported, not enabled.
	GC:            sgen
 uname -a
 Linux brisket.whatbox.ca 3.18.2-hardened-whatbox-r2 #9 SMP Fri Apr 10 23:20:29 2015 x86_64 Intel(R) Xeon(R) CPU L5410 @ 2.33GHz GenuineIntel GNU/Linux

Is there anyway to update my version of Mono? Since I am on a seedbox I don’t have root privileges and these are the instructions I used https://whatbox.ca/wiki/sonarr

I actually figured out how to update it now I have:

mono --version
Mono JIT compiler version 4.4.0 (Stable 4.4.0.40/f8474c4 Thu Mar 31 00:54:13 UTC 2016)
Copyright © 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen

This issue appears to be resolved after updating to the latest version of Mono. Thanks for your help.

1 Like

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