Crash on Linux Mint 17.2

Hello,

I’ve made a fresh install of sonarr (develop) on Linux Mint 17.2 yesterday, sonarr has crashed a few times since the install.

Here’s what I see in the logs:

15-8-30 05:20:29.6|Fatal|GlobalExceptionHandlers|EPIC FAIL: Object reference not set to an instance of an object

System.NullReferenceException: Object reference not set to an instance of an object
at System.Threading.Timer+Scheduler.SchedulerThread () [0x00000] in :0
at System.Threading.Thread.StartInternal () [0x00000] in :0

15-8-30 05:22:06.3|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.3444

15-8-30 06:05:14.9|Info|DownloadDecisionMaker|Processing 300 releases
15-8-30 06:05:15.9|Fatal|GlobalExceptionHandlers|EPIC FAIL: The object was used after being disposed.

System.ObjectDisposedException: The object was used after being disposed.
at System.Threading.WaitHandle.CheckDisposed () [0x00000] in :0
at System.Threading.EventWaitHandle.Reset () [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.Threading.EventWaitHandle:Reset ()
at System.Threading.Timer+Scheduler.SchedulerThread () [0x00000] in :0
at System.Threading.Thread.StartInternal () [0x00000] in :0

15-8-30 06:05:16.3|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.3444

I use Sonarr 2.0.0.3444,

uname -a:

Linux mint 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

mono --version

Mono JIT compiler version 3.10.0 (tarball Wed Nov 5 12:50:04 UTC 2014)
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

Hi,

Had the same thing. Updated mono to 4.0.4 from “deb http://download.mono-project.com/repo/debian wheezy main”, didn’t help. Updated mediainfo to 0.7.77 from “deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main”, didn’t help. Then I updated the kernel to 3.19.0-28 (from Mint Update Manager, View -> Linux Kernels). I’ve not seen the crash since…

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