Sonarr crashing on Fedora 22

Hi Guys,

Since upgrading to Fedora 22 sonarr runs for a while then crashes, when I do a status of the service I get the folllowing.

● sonarr.service - Sonarr Daemon
Loaded: loaded (/usr/lib/systemd/system/sonarr.service; enabled; vendor preset: disabled)
Active: failed (Result: signal) since Fri 2015-09-11 21:27:40 BST; 1 day 18h ago
Process: 12404 ExecStart=/opt/mono/bin/mono --debug /opt/NzbDrone/NzbDrone.exe -nobrowser -data /opt/NzbDrone (code=killed, signal=ABRT)
Main PID: 12404 (code=killed, signal=ABRT)

Sep 11 21:27:28 brines-acer mono[12404]: #4 0x00000000021fd110 in ?? ()
Sep 11 21:27:28 brines-acer mono[12404]: #5 0x0000000000000000 in ?? ()
Sep 11 21:27:28 brines-acer mono[12404]: =================================================================
Sep 11 21:27:28 brines-acer mono[12404]: Got a SIGSEGV while executing native code. This usually indicates
Sep 11 21:27:28 brines-acer mono[12404]: a fatal error in the mono runtime or one of the native libraries
Sep 11 21:27:28 brines-acer mono[12404]: used by your application.
Sep 11 21:27:28 brines-acer mono[12404]: =================================================================
Sep 11 21:27:40 brines-acer systemd[1]: sonarr.service: main process exited, code=killed, status=6/ABRT
Sep 11 21:27:40 brines-acer systemd[1]: Unit sonarr.service entered failed state.
Sep 11 21:27:40 brines-acer systemd[1]: sonarr.service failed.

Which version of mono and Sonarr?

This looks to be a mono issue, but trace logs should show what Sonarr is doing when its crashing.

Sonarr Version 2.0.0.3357
Mono Version 4.0.1 (tarball Wed Jun 3 06:56:08 UTC 2015)

Error that is common

System.IO.IOException: Destination already exists [/mnt/TV shows/Sons of Anarchy/Season 5/Sons of Anarchy - S05E09 - Andare Pescare SDTV.mp4]
at NzbDrone.Common.Disk.DiskTransferService.ClearTargetPath (System.String targetPath, Boolean overwrite) [0x0001e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:247
at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, TransferMode mode, Boolean overwrite, Boolean verified) [0x001d9] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskTransferService.cs:138
at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List1 episodes, System.String destinationFilePath, TransferMode mode) [0x0010e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:118 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0005e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:80 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, Boolean copyOnly) [0x00119] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:64 at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import (System.Collections.Generic.List1 decisions, Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem) [0x0022c] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs:89

Any ideas guys?

Still crashing!

Just updated to Fedora 22 and installed Sonarr to replace an aging sickbeard install. I’m having similar crashing problems.

At startup, Sonarr does a scan of my series, and i see lots of lines like this go rolling by in the log:

Sep 19 22:28:15 pogo mono: [Debug] Parser: Episode Parsed. Broad City - S02E02
Sep 19 22:28:15 pogo mono: [Debug] Parser: Language parsed: English
Sep 19 22:28:15 pogo mono: [Debug] NzbDrone.Core.Parser.QualityParser: Trying to parse quality for Broad City - 02x02 - Mochalatta Chills.tbn
Sep 19 22:28:15 pogo mono: [Debug] Parser: Quality parsed: Unknown v1
Sep 19 22:28:15 pogo mono: [Debug] Parser: Release Group parsed:

then finally, it all goes crashy.

Sep 19 22:28:31 pogo audit: <audit-1701> auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=21860 comm="mono" exe="/opt/mono/bin/mono-sgen" sig=6
Sep 19 22:28:36 pogo abrt-hook-ccpp: Failed to create core_backtrace: waitpid failed: No child processes
Sep 19 22:28:36 pogo systemd: sonarr.service: main process exited, code=killed, status=6/ABRT
Sep 19 22:28:36 pogo systemd: Unit sonarr.service entered failed state.
Sep 19 22:28:36 pogo systemd: sonarr.service failed.
Sep 19 22:28:36 pogo audit: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sonarr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 19 22:28:39 pogo gdb: detected unhandled Python exception
Sep 19 22:28:41 pogo abrt-server: Deleting problem directory ccpp-2015-09-19-22:28:32-21804 (dup of ccpp-2015-09-17-13:27:32-3125)

hope that helps. if nothing else, it’s another data point.

and here’s a new one. looks different than before:

Sep 19 22:33:48 pogo mono: [Trace] Owin:
Sep 19 22:33:48 pogo mono: [Trace] Owin: SQLite error (5): database is locked
Sep 19 22:33:48 pogo mono: [Debug] ImportDecisionMaker: Analyzing 0/30 files.
Sep 19 22:33:48 pogo mono: [Trace] DiskScanService: Import decisions complete for: [265374][Inside Amy Schumer] [00:00:00.0032567]
Sep 19 22:33:48 pogo mono: [Info] DiskScanService: Completed scanning disk for Inside Amy Schumer
Sep 19 22:33:48 pogo mono: [Trace] EventAggregator: Publishing SeriesScannedEvent
Sep 19 22:33:48 pogo mono: [Trace] EventAggregator: SeriesScannedEvent -> UpdateMediaInfoService
Sep 19 22:33:48 pogo mono: [Trace] ConfigService: Using default config value for 'enablemediainfo' defaultValue:'True'
Sep 19 22:33:48 pogo mono: [Debug] VideoFileInfoReader: Getting media info from /pogo/Media/TV/Inside Amy Schumer/Season 1/Inside Amy Schumer - S01E06 - Meth Lab HDTV-720p.ts
Sep 19 22:33:48 pogo mono: Stacktrace:
Sep 19 22:33:48 pogo mono: at <unknown> <0xffffffff>
Sep 19 22:33:48 pogo mono: at (wrapper managed-to-native) NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo.MediaInfo_Open_Buffer_Continue (intptr,byte[],intptr) <0xffffffff>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo.Open (System.IO.Stream) <0x000a7>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo (string) <0x001df>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.MediaInfo.UpdateMediaInfoService.UpdateMediaInfo (NzbDrone.Core.Tv.Series,System.Collections.Generic.List`1<NzbDrone.Core.MediaFiles.EpisodeFile>) <0x000ca>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.MediaInfo.UpdateMediaInfoService.Handle (NzbDrone.Core.MediaFiles.Events.SeriesScannedEvent) <0x0013b>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent<TEvent> (TEvent) <0x00408>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.DiskScanService.Scan (NzbDrone.Core.Tv.Series) <0x00515>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.MediaFiles.DiskScanService.Handle (NzbDrone.Core.Tv.Events.SeriesUpdatedEvent) <0x00023>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent<TEvent> (TEvent) <0x00408>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (NzbDrone.Core.Tv.Series) <0x00a3f>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand) <0x002c3>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand<TCommand> (TCommand,NzbDrone.Core.Messaging.Commands.CommandModel) <0x001be>
Sep 19 22:33:48 pogo mono: at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) <0x00106>
Sep 19 22:33:48 pogo mono: at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3<T0, T1, T2> (System.Runtime.CompilerServices.CallSite,T0,T1,T2) <0x0059a>
Sep 19 22:33:48 pogo mono: at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) <0x0016d>
Sep 19 22:33:48 pogo mono: at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () <0x0024b>
Sep 19 22:33:48 pogo mono: at System.Threading.Thread.StartInternal () <0x0006f>
Sep 19 22:33:48 pogo mono: at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>
Sep 19 22:33:48 pogo mono: Native stacktrace:
Sep 19 22:33:48 pogo mono: /opt/mono/bin/mono() [0x4f9198]
Sep 19 22:33:48 pogo mono: /opt/mono/bin/mono() [0x468fe8]
Sep 19 22:33:48 pogo mono: /lib64/libpthread.so.0() [0x3312e10430]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(_ZN12MediaInfoLib11File_MpegTs24Read_Buffer_AfterParsingEv+0x2f6) [0x3315dd84a6]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(_ZN12MediaInfoLib13File__Analyze25Open_Buffer_Continue_LoopEv+0x327) [0x3315aff767]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(_ZN12MediaInfoLib13File__Analyze20Open_Buffer_ContinueEPKhm+0x6b0) [0x3315b00710]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(_ZN12MediaInfoLib18MediaInfo_Internal20Open_Buffer_ContinueEPKhm+0x3a) [0x3315b8041a]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(_ZN12MediaInfoLib9MediaInfo20Open_Buffer_ContinueEPKhm+0xc) [0x3315b4ed7c]
Sep 19 22:33:48 pogo mono: /lib64/libmediainfo.so.0(MediaInfo_Open_Buffer_Continue+0x99) [0x3315f3fa19]
Sep 19 22:33:48 pogo mono: [0x420dd345]
Sep 19 22:33:48 pogo mono: Debug info from gdb:
Sep 19 22:33:49 pogo mono: warning: File "/opt/mono/bin/mono-sgen-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
Sep 19 22:33:49 pogo mono: To enable execution of this file add
Sep 19 22:33:49 pogo mono: add-auto-load-safe-path /opt/mono/bin/mono-sgen-gdb.py
Sep 19 22:33:49 pogo mono: line to your configuration file "/home/option8/.gdbinit".
Sep 19 22:33:49 pogo mono: To completely disable this security protection add
Sep 19 22:33:49 pogo mono: set auto-load safe-path /
Sep 19 22:33:49 pogo mono: line to your configuration file "/home/option8/.gdbinit".
Sep 19 22:33:49 pogo mono: For more information about this security protection see the
Sep 19 22:33:49 pogo mono: "Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
Sep 19 22:33:49 pogo mono: info "(gdb)Auto-loading safe path"
Sep 19 22:33:49 pogo mono: warning: File "/opt/mono/bin/mono-sgen-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
Sep 19 22:33:49 pogo mono: [New LWP 22058]
Sep 19 22:33:49 pogo mono: [New LWP 22056]
Sep 19 22:33:49 pogo mono: [New LWP 22046]
Sep 19 22:33:49 pogo mono: [New LWP 22045]
Sep 19 22:33:49 pogo mono: [New LWP 22044]
Sep 19 22:33:49 pogo mono: [New LWP 22043]
Sep 19 22:33:49 pogo mono: [New LWP 22041]
Sep 19 22:33:49 pogo mono: [New LWP 22040]
Sep 19 22:33:49 pogo mono: [New LWP 22039]
Sep 19 22:33:49 pogo mono: [New LWP 22037]
Sep 19 22:33:49 pogo mono: [New LWP 22036]
Sep 19 22:33:49 pogo mono: [New LWP 21988]
Sep 19 22:33:49 pogo mono: [Thread debugging using libthread_db enabled]
Sep 19 22:33:49 pogo mono: Using host libthread_db library "/lib64/libthread_db.so.1".
Sep 19 22:33:49 pogo mono: 0x0000003313310eba in clock_nanosleep () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Id   Target Id         Frame
Sep 19 22:33:49 pogo mono: 13   Thread 0x7f007fe87700 (LWP 21988) "Finalizer" 0x0000003312e0e829 in do_futex_wait.constprop () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 12   Thread 0x7f007c9ff700 (LWP 22036) "Timer-Scheduler" 0x0000003312e0c8e9 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 11   Thread 0x7f007c7fe700 (LWP 22037) "Threadpool moni" 0x0000003313310eba in clock_nanosleep () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: 10   Thread 0x7f007c2ff700 (LWP 22039) "mono" 0x0000003312e0c540 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 9    Thread 0x7f0067fff700 (LWP 22040) "mono" 0x0000003312e0ffdb in waitpid () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 8    Thread 0x7f0067dfe700 (LWP 22041) "mono" 0x0000003312e0c540 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 7    Thread 0x7f0067b7b700 (LWP 22043) "mono" 0x0000003313303193 in epoll_wait () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: 6    Thread 0x7f006726b700 (LWP 22044) "IO Threadpool w" 0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 5    Thread 0x7f00667ff700 (LWP 22045) "Threadpool work" 0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 4    Thread 0x7f00665fe700 (LWP 22046) "Threadpool work" 0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 3    Thread 0x7f00647fd700 (LWP 22056) "Threadpool work" 0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: 2    Thread 0x7f0066e6b700 (LWP 22058) "Threadpool work" 0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: * 1    Thread 0x7f00868337c0 (LWP 21986) "mono" 0x0000003313310eba in clock_nanosleep () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 13 (Thread 0x7f007fe87700 (LWP 21988)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0e829 in do_futex_wait.constprop () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0e8c4 in __new_sem_wait_slow.constprop.0 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0e96a in sem_wait@@GLIBC_2.2.5 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x0000000000671017 in mono_sem_wait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005f6c0e in finalizer_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 12 (Thread 0x7f007c9ff700 (LWP 22036)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0c8e9 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000000000650f47 in _wapi_handle_timedwait_signal_handle ()
Sep 19 22:33:49 pogo mono: #2  0x00000000006634e2 in wapi_WaitForSingleObjectEx ()
Sep 19 22:33:49 pogo mono: #3  0x00000000005daf6f in mono_wait_uninterrupted.constprop ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005dc3e9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
Sep 19 22:33:49 pogo mono: #5  0x0000000041e0c7bd in ?? ()
Sep 19 22:33:49 pogo mono: #6  0x000000000000000f in ?? ()
Sep 19 22:33:49 pogo mono: #7  0x0000000000000000 in ?? ()
Sep 19 22:33:49 pogo mono: Thread 11 (Thread 0x7f007c7fe700 (LWP 22037)):
Sep 19 22:33:49 pogo mono: #0  0x0000003313310eba in clock_nanosleep () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: #1  0x00000000006648f8 in wapi_SleepEx ()
Sep 19 22:33:49 pogo mono: #2  0x00000000005de245 in monitor_thread ()
Sep 19 22:33:49 pogo mono: #3  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #4  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #5  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #6  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 10 (Thread 0x7f007c2ff700 (LWP 22039)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0c540 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000000000650fdb in _wapi_handle_timedwait_signal_handle ()
Sep 19 22:33:49 pogo mono: #2  0x00000000006636ab in wapi_WaitForSingleObjectEx ()
Sep 19 22:33:49 pogo mono: #3  0x00000000005f92c6 in ves_icall_System_Threading_Monitor_Monitor_wait ()
Sep 19 22:33:49 pogo mono: #4  0x0000000041e68948 in ?? ()
Sep 19 22:33:49 pogo mono: #5  0x00007f0070001450 in ?? ()
Sep 19 22:33:49 pogo mono: #6  0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #7  0x00007f007c5b8b00 in ?? ()
Sep 19 22:33:49 pogo mono: #8  0x00007f007d206030 in ?? ()
Sep 19 22:33:49 pogo mono: #9  0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #10 0x00007f006c000bd0 in ?? ()
Sep 19 22:33:49 pogo mono: #11 0x00007f006575c4b0 in ?? ()
Sep 19 22:33:49 pogo mono: #12 0x00007f007c2fe840 in ?? ()
Sep 19 22:33:49 pogo mono: #13 0x00007f007c2fe680 in ?? ()
Sep 19 22:33:49 pogo mono: #14 0x0000000041e687b8 in ?? ()
Sep 19 22:33:49 pogo mono: #15 0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #16 0x0000000000000000 in ?? ()
Sep 19 22:33:49 pogo mono: Thread 9 (Thread 0x7f0067fff700 (LWP 22040)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ffdb in waitpid () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x00000000004f9220 in mono_handle_native_sigsegv ()
Sep 19 22:33:49 pogo mono: #2  0x0000000000468fe8 in mono_sigfpe_signal_handler ()
Sep 19 22:33:49 pogo mono: #3  <signal handler called>
Sep 19 22:33:49 pogo mono: #4  0x0000003315dd84a6 in MediaInfoLib::File_MpegTs::Read_Buffer_AfterParsing() () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #5  0x0000003315aff767 in MediaInfoLib::File__Analyze::Open_Buffer_Continue_Loop() () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #6  0x0000003315b00710 in MediaInfoLib::File__Analyze::Open_Buffer_Continue(unsigned char const*, unsigned long) () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #7  0x0000003315b8041a in MediaInfoLib::MediaInfo_Internal::Open_Buffer_Continue(unsigned char const*, unsigned long) () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003315b4ed7c in MediaInfoLib::MediaInfo::Open_Buffer_Continue(unsigned char const*, unsigned long) () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #9  0x0000003315f3fa19 in MediaInfo_Open_Buffer_Continue () from /lib64/libmediainfo.so.0
Sep 19 22:33:49 pogo mono: #10 0x00000000420dd345 in ?? ()
Sep 19 22:33:49 pogo mono: #11 0x0000000000010000 in ?? ()
Sep 19 22:33:49 pogo mono: #12 0x0000000000000000 in ?? ()
Sep 19 22:33:49 pogo audit: <audit-1701> auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=22040 comm="mono" exe="/opt/mono/bin/mono-sgen" sig=6
Sep 19 22:33:49 pogo mono: Thread 8 (Thread 0x7f0067dfe700 (LWP 22041)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0c540 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000000000650fdb in _wapi_handle_timedwait_signal_handle ()
Sep 19 22:33:49 pogo mono: #2  0x00000000006636ab in wapi_WaitForSingleObjectEx ()
Sep 19 22:33:49 pogo mono: #3  0x00000000005f92c6 in ves_icall_System_Threading_Monitor_Monitor_wait ()
Sep 19 22:33:49 pogo mono: #4  0x0000000041e68948 in ?? ()
Sep 19 22:33:49 pogo mono: #5  0x00007f0070001450 in ?? ()
Sep 19 22:33:49 pogo mono: #6  0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #7  0x00007f007c5b8b00 in ?? ()
Sep 19 22:33:49 pogo mono: #8  0x00007f007d206030 in ?? ()
Sep 19 22:33:49 pogo mono: #9  0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #10 0x00007f0058000bd0 in ?? ()
Sep 19 22:33:49 pogo mono: #11 0x00007f00659458b0 in ?? ()
Sep 19 22:33:49 pogo mono: #12 0x00007f0067dfd840 in ?? ()
Sep 19 22:33:49 pogo mono: #13 0x00007f0067dfd680 in ?? ()
Sep 19 22:33:49 pogo mono: #14 0x0000000041e687b8 in ?? ()
Sep 19 22:33:49 pogo mono: #15 0xffffffffffffffff in ?? ()
Sep 19 22:33:49 pogo mono: #16 0x0000000000000000 in ?? ()
Sep 19 22:33:49 pogo mono: Thread 7 (Thread 0x7f0067b7b700 (LWP 22043)):
Sep 19 22:33:49 pogo mono: #0  0x0000003313303193 in epoll_wait () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: #1  0x00000000005dfc52 in tp_epoll_wait ()
Sep 19 22:33:49 pogo mono: #2  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #3  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #4  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #5  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 6 (Thread 0x7f006726b700 (LWP 22044)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0eb0f in __new_sem_wait_slow () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0ebc2 in sem_timedwait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x00000000006710fb in mono_sem_timedwait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005e0332 in async_invoke_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 5 (Thread 0x7f00667ff700 (LWP 22045)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0eb0f in __new_sem_wait_slow () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0ebc2 in sem_timedwait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x00000000006710fb in mono_sem_timedwait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005e0332 in async_invoke_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 4 (Thread 0x7f00665fe700 (LWP 22046)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0eb0f in __new_sem_wait_slow () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0ebc2 in sem_timedwait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x00000000006710fb in mono_sem_timedwait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005e0332 in async_invoke_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 3 (Thread 0x7f00647fd700 (LWP 22056)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0eb0f in __new_sem_wait_slow () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0ebc2 in sem_timedwait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x00000000006710fb in mono_sem_timedwait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005e0332 in async_invoke_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 2 (Thread 0x7f0066e6b700 (LWP 22058)):
Sep 19 22:33:49 pogo mono: #0  0x0000003312e0ea41 in do_futex_wait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #1  0x0000003312e0eb0f in __new_sem_wait_slow () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #2  0x0000003312e0ebc2 in sem_timedwait () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #3  0x00000000006710fb in mono_sem_timedwait ()
Sep 19 22:33:49 pogo mono: #4  0x00000000005e0332 in async_invoke_thread ()
Sep 19 22:33:49 pogo mono: #5  0x00000000005db604 in start_wrapper ()
Sep 19 22:33:49 pogo mono: #6  0x0000000000675bde in inner_start_thread ()
Sep 19 22:33:49 pogo mono: #7  0x0000003312e07555 in start_thread () from /lib64/libpthread.so.0
Sep 19 22:33:49 pogo mono: #8  0x0000003313302b9d in clone () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: Thread 1 (Thread 0x7f00868337c0 (LWP 21986)):
Sep 19 22:33:49 pogo mono: #0  0x0000003313310eba in clock_nanosleep () from /lib64/libc.so.6
Sep 19 22:33:49 pogo mono: #1  0x00000000006648f8 in wapi_SleepEx ()
Sep 19 22:33:49 pogo mono: #2  0x00000000005dc01a in ves_icall_System_Threading_Thread_Sleep_internal ()
Sep 19 22:33:49 pogo mono: #3  0x0000000041f397c2 in ?? ()
Sep 19 22:33:49 pogo mono: #4  0x00000000024523c0 in ?? ()
Sep 19 22:33:49 pogo mono: #5  0x0000000000000000 in ?? ()
Sep 19 22:33:49 pogo mono: =================================================================
Sep 19 22:33:49 pogo mono: Got a SIGSEGV while executing native code. This usually indicates
Sep 19 22:33:49 pogo mono: a fatal error in the mono runtime or one of the native libraries
Sep 19 22:33:49 pogo mono: used by your application.
Sep 19 22:33:49 pogo mono: =================================================================
Sep 19 22:33:52 pogo abrt-hook-ccpp: Failed to create core_backtrace: waitpid failed: No child processes
Sep 19 22:33:52 pogo systemd: sonarr.service: main process exited, code=killed, status=6/ABRT
Sep 19 22:33:52 pogo systemd: Unit sonarr.service entered failed state.
Sep 19 22:33:52 pogo systemd: sonarr.service failed.
Sep 19 22:33:52 pogo audit: <audit-1131> pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sonarr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 19 22:33:54 pogo gdb: detected unhandled Python exception
Sep 19 22:33:54 pogo abrt-server: Deleting problem directory ccpp-2015-09-19-22:33:49-21986 (dup of ccpp-2015-09-17-13:27:32-3125)

Its failing trying to get info from MediaInfo, which version are you using?

Likely same as https://sourceforge.net/p/mediainfo/bugs/942/. Mediainfo bug specific to some .ts files.

I may have checked in a workaround on the develop branch a while ago.

Version: NzbDrone.master.2.0.0.3357.mono.tar.gz

It turns out the issue stemmed from either trying to parse various old metadata files (.nfo, etc) or a particularly large .ts file. Once I removed those, it’s been chugging along brilliantly.

Mine is still crashing any ideas?

Got this when I do a system status

[root@brines-acer system] # systemctl status sonarr.service

● sonarr.service - Sonarr Daemon
Loaded: loaded (/usr/lib/systemd/system/sonarr.service; enabled; vendor preset: disabled)
Active: failed (Result: signal) since Mon 2015-09-21 17:31:14 BST; 5s ago
Process: 11471 ExecStart=/opt/mono/bin/mono --debug /opt/NzbDrone/NzbDrone.exe -nobrowser -data /opt/NzbDrone (code=killed, signal=ABRT)
Main PID: 11471 (code=killed, signal=ABRT)

Sep 21 17:31:00 brines-acer mono[11471]: #4 0x0000000002227130 in ?? ()
Sep 21 17:31:00 brines-acer mono[11471]: #5 0x0000000000000000 in ?? ()
Sep 21 17:31:00 brines-acer mono[11471]: =================================================================
Sep 21 17:31:00 brines-acer mono[11471]: Got a SIGSEGV while executing native code. This usually indicates
Sep 21 17:31:00 brines-acer mono[11471]: a fatal error in the mono runtime or one of the native libraries
Sep 21 17:31:00 brines-acer mono[11471]: used by your application.
Sep 21 17:31:00 brines-acer mono[11471]: =================================================================
Sep 21 17:31:14 brines-acer systemd[1]: sonarr.service: main process exited, code=killed, status=6/ABRT
Sep 21 17:31:14 brines-acer systemd[1]: Unit sonarr.service entered failed state.
Sep 21 17:31:14 brines-acer systemd[1]: sonarr.service failed.

And this is from the log with debug on.

15-9-21 17:28:41.7|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.3357

15-9-21 17:28:45.6|Debug|ProcessProvider|Found 0 processes with the name: NzbDrone.Console
15-9-21 17:28:45.9|Debug|ProcessProvider|Found 1 processes with the name: NzbDrone
15-9-21 17:28:45.9|Debug|ProcessProvider| - [11471] NzbDrone
15-9-21 17:28:47.2|Info|MigrationLogger|*** Migrating data source=/home/sonarr/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
15-9-21 17:28:48.4|Debug|MigrationLogger|Took: 00:00:01.2215314
15-9-21 17:28:48.4|Info|MigrationLogger|*** Migrating data source=/home/sonarr/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
15-9-21 17:28:48.5|Debug|MigrationLogger|Took: 00:00:00.1020890
15-9-21 17:28:48.8|Info|Router|Application mode: Interactive
15-9-21 17:28:48.8|Debug|Router|Console selected
15-9-21 17:28:48.9|Info|OwinHostController|Listening on the following URLs:
15-9-21 17:28:48.9|Info|OwinHostController| http://*:8989/
15-9-21 17:28:49.5|Debug|OwinAppFactory|Attaching NzbDroneVersionMiddleWare to host
15-9-21 17:28:49.5|Debug|OwinAppFactory|Attaching SignalRMiddleWare to host
15-9-21 17:28:49.6|Debug|OwinAppFactory|Attaching NancyMiddleWare to host
15-9-21 17:28:49.9|Info|NancyBootstrapper|Starting NzbDrone API
15-9-21 17:28:51.1|Trace|EventAggregator|Publishing ApplicationStartedEvent
15-9-21 17:28:55.2|Trace|EventAggregator|ApplicationStartedEvent -> UserService
15-9-21 17:28:55.4|Trace|EventAggregator|ApplicationStartedEvent <- UserService
15-9-21 17:28:55.4|Trace|EventAggregator|ApplicationStartedEvent -> DownloadClientFactory
15-9-21 17:28:55.4|Debug|DownloadClientFactory|Initializing Providers. Count 9
15-9-21 17:28:56.0|Trace|EventAggregator|ApplicationStartedEvent <- DownloadClientFactory
15-9-21 17:28:56.0|Trace|EventAggregator|ApplicationStartedEvent -> IndexerFactory
15-9-21 17:28:56.0|Debug|IndexerFactory|Initializing Providers. Count 14
15-9-21 17:28:56.2|Trace|EventAggregator|ApplicationStartedEvent <- IndexerFactory
15-9-21 17:28:56.2|Trace|EventAggregator|ApplicationStartedEvent -> ReconfigureLogging
15-9-21 17:29:05.0|Info|SceneMappingService|Updating Scene mappings
15-9-21 17:29:05.1|Info|HousekeepingService|Running housecleaning tasks
15-9-21 17:29:08.1|Info|Database|Vacuuming Log database
15-9-21 17:29:10.1|Info|Database|Log database compressed
15-9-21 17:29:21.3|Info|Database|Vacuuming Main database
15-9-21 17:29:26.7|Info|Database|Main database compressed
15-9-21 17:29:29.7|Info|SceneMappingService|Updating Scene mappings
15-9-21 17:29:30.3|Info|SceneMappingService|Updating Scene mappings
15-9-21 17:29:37.7|Info|RefreshSeriesService|Updating Info for The 100
15-9-21 17:29:39.6|Info|RefreshEpisodeService|Starting episode info refresh for: [268592][The 100]
15-9-21 17:29:40.0|Info|RefreshEpisodeService|Finished episode refresh for series: [268592][The 100].
15-9-21 17:29:40.2|Info|DiskScanService|Scanning disk for The 100
15-9-21 17:29:40.6|Info|DiskScanService|Completed scanning disk for The 100
15-9-21 17:29:41.3|Info|RefreshSeriesService|Updating Info for 12 Monkeys
15-9-21 17:29:42.2|Info|RefreshEpisodeService|Starting episode info refresh for: [272644][12 Monkeys]
15-9-21 17:29:42.8|Info|RefreshEpisodeService|Finished episode refresh for series: [272644][12 Monkeys].
15-9-21 17:29:42.9|Info|DiskScanService|Scanning disk for 12 Monkeys
15-9-21 17:29:43.1|Info|DiskScanService|Completed scanning disk for 12 Monkeys
15-9-21 17:29:43.5|Info|RefreshSeriesService|Updating Info for Abby’s Studio Rescue
15-9-21 17:29:44.2|Info|RefreshEpisodeService|Starting episode info refresh for: [281165][Abby’s Studio Rescue]
15-9-21 17:29:44.4|Info|RefreshEpisodeService|Finished episode refresh for series: [281165][Abby’s Studio Rescue].
15-9-21 17:29:44.4|Info|DiskScanService|Scanning disk for Abby’s Studio Rescue
15-9-21 17:29:44.5|Info|DiskScanService|Completed scanning disk for Abby’s Studio Rescue
15-9-21 17:29:44.7|Info|RefreshSeriesService|Skipping refresh of series: A.D. The Bible Continues
15-9-21 17:29:44.7|Info|DiskScanService|Scanning disk for A.D. The Bible Continues
15-9-21 17:29:44.7|Info|DiskScanService|Completed scanning disk for A.D. The Bible Continues
15-9-21 17:29:44.8|Info|RefreshSeriesService|Updating Info for The Affair
15-9-21 17:29:45.4|Info|RefreshEpisodeService|Starting episode info refresh for: [270439][The Affair]
15-9-21 17:29:46.1|Info|RefreshEpisodeService|Finished episode refresh for series: [270439][The Affair].
15-9-21 17:29:46.1|Info|DiskScanService|Scanning disk for The Affair
15-9-21 17:29:46.2|Info|DiskScanService|Completed scanning disk for The Affair
15-9-21 17:29:46.5|Info|RefreshSeriesService|Skipping refresh of series: Allegiance
15-9-21 17:29:46.7|Info|DiskScanService|Scanning disk for Allegiance
15-9-21 17:29:46.8|Info|DiskScanService|Completed scanning disk for Allegiance
15-9-21 17:29:47.0|Info|RefreshSeriesService|Updating Info for American Crime
15-9-21 17:29:47.6|Info|RefreshEpisodeService|Starting episode info refresh for: [281613][American Crime]
15-9-21 17:29:47.8|Info|RefreshEpisodeService|Finished episode refresh for series: [281613][American Crime].
15-9-21 17:29:47.8|Info|DiskScanService|Scanning disk for American Crime
15-9-21 17:29:51.6|Info|DiskScanService|Completed scanning disk for American Crime
15-9-21 17:29:53.3|Info|RefreshSeriesService|Skipping refresh of series: American Odyssey
15-9-21 17:29:53.4|Info|DiskScanService|Scanning disk for American Odyssey
15-9-21 17:29:53.7|Info|DiskScanService|Completed scanning disk for American Odyssey
15-9-21 17:29:54.2|Info|RefreshSeriesService|Updating Info for The Americans (2013)
15-9-21 17:29:55.2|Info|RefreshEpisodeService|Starting episode info refresh for: [261690][The Americans (2013)]
15-9-21 17:29:55.4|Info|RefreshEpisodeService|Finished episode refresh for series: [261690][The Americans (2013)].
15-9-21 17:29:55.6|Info|DiskScanService|Scanning disk for The Americans (2013)
15-9-21 17:29:55.9|Info|DiskScanService|Completed scanning disk for The Americans (2013)
15-9-21 17:29:56.7|Info|RefreshSeriesService|Updating Info for Ballers
15-9-21 17:29:57.5|Info|RefreshEpisodeService|Starting episode info refresh for: [281714][Ballers]
15-9-21 17:29:57.6|Info|RefreshEpisodeService|Finished episode refresh for series: [281714][Ballers].
15-9-21 17:29:57.6|Info|DiskScanService|Scanning disk for Ballers
15-9-21 17:29:57.7|Info|DiskScanService|Completed scanning disk for Ballers
15-9-21 17:29:57.9|Info|RefreshSeriesService|Updating Info for Banished
15-9-21 17:29:58.6|Info|RefreshEpisodeService|Starting episode info refresh for: [292323][Banished]
15-9-21 17:29:58.9|Info|RefreshEpisodeService|Finished episode refresh for series: [292323][Banished].
15-9-21 17:29:59.0|Info|DiskScanService|Scanning disk for Banished
15-9-21 17:29:59.0|Info|DiskScanService|Completed scanning disk for Banished
15-9-21 17:29:59.2|Info|RefreshSeriesService|Updating Info for Banshee
15-9-21 17:30:00.0|Info|RefreshEpisodeService|Starting episode info refresh for: [259765][Banshee]
15-9-21 17:30:01.0|Info|RefreshEpisodeService|Finished episode refresh for series: [259765][Banshee].
15-9-21 17:30:01.1|Info|DiskScanService|Scanning disk for Banshee
15-9-21 17:30:01.1|Info|RssSyncService|Starting RSS Sync
15-9-21 17:30:07.5|Info|DiskScanService|Completed scanning disk for Banshee
15-9-21 17:30:07.9|Info|DownloadDecisionMaker|Processing 516 releases
15-9-21 17:30:10.4|Info|RefreshSeriesService|Updating Info for The Bastard Executioner
15-9-21 17:30:11.4|Info|RefreshEpisodeService|Starting episode info refresh for: [279227][The Bastard Executioner]
15-9-21 17:30:11.7|Info|RefreshEpisodeService|Finished episode refresh for series: [279227][The Bastard Executioner].
15-9-21 17:30:11.7|Info|DiskScanService|Scanning disk for The Bastard Executioner
15-9-21 17:30:11.8|Info|DiskScanService|Completed scanning disk for The Bastard Executioner
15-9-21 17:30:12.2|Info|RefreshSeriesService|Skipping refresh of series: Battle Creek
15-9-21 17:30:12.3|Info|DiskScanService|Scanning disk for Battle Creek
15-9-21 17:30:12.7|Info|DiskScanService|Completed scanning disk for Battle Creek
15-9-21 17:30:13.2|Info|RefreshSeriesService|Updating Info for Better Call Saul
15-9-21 17:30:14.0|Info|RefreshEpisodeService|Starting episode info refresh for: [273181][Better Call Saul]
15-9-21 17:30:14.3|Info|RefreshEpisodeService|Finished episode refresh for series: [273181][Better Call Saul].
15-9-21 17:30:14.4|Info|DiskScanService|Scanning disk for Better Call Saul
15-9-21 17:30:14.7|Info|DiskScanService|Completed scanning disk for Better Call Saul
15-9-21 17:30:15.1|Info|RefreshSeriesService|Updating Info for Between
15-9-21 17:30:15.8|Info|RefreshEpisodeService|Starting episode info refresh for: [293194][Between]
15-9-21 17:30:16.3|Info|RefreshEpisodeService|Finished episode refresh for series: [293194][Between].
15-9-21 17:30:16.5|Info|DiskScanService|Scanning disk for Between
15-9-21 17:30:16.6|Info|DiskScanService|Completed scanning disk for Between
15-9-21 17:30:17.0|Info|RefreshSeriesService|Updating Info for The Big Bang Theory
15-9-21 17:30:18.0|Info|RefreshEpisodeService|Starting episode info refresh for: [80379][The Big Bang Theory]
15-9-21 17:30:19.5|Info|RefreshEpisodeService|Finished episode refresh for series: [80379][The Big Bang Theory].
15-9-21 17:30:19.6|Info|DiskScanService|Scanning disk for The Big Bang Theory
15-9-21 17:30:21.3|Info|DiskScanService|Completed scanning disk for The Big Bang Theory
15-9-21 17:30:23.3|Info|RefreshSeriesService|Updating Info for Black Mirror
15-9-21 17:30:24.3|Info|RefreshEpisodeService|Starting episode info refresh for: [253463][Black Mirror]
15-9-21 17:30:24.6|Info|RefreshEpisodeService|Finished episode refresh for series: [253463][Black Mirror].
15-9-21 17:30:24.6|Info|DiskScanService|Scanning disk for Black Mirror
15-9-21 17:30:24.8|Info|DiskScanService|Completed scanning disk for Black Mirror
15-9-21 17:30:25.1|Info|RefreshSeriesService|Updating Info for Black Sails
15-9-21 17:30:25.9|Info|RefreshEpisodeService|Starting episode info refresh for: [262407][Black Sails]
15-9-21 17:30:26.3|Info|RefreshEpisodeService|Finished episode refresh for series: [262407][Black Sails].
15-9-21 17:30:26.4|Info|DiskScanService|Scanning disk for Black Sails
15-9-21 17:30:26.7|Info|DiskScanService|Completed scanning disk for Black Sails
15-9-21 17:30:27.3|Info|RefreshSeriesService|Updating Info for The Blacklist
15-9-21 17:30:28.1|Info|RefreshEpisodeService|Starting episode info refresh for: [266189][The Blacklist]
15-9-21 17:30:28.5|Info|RefreshEpisodeService|Finished episode refresh for series: [266189][The Blacklist].
15-9-21 17:30:28.6|Info|DiskScanService|Scanning disk for The Blacklist
15-9-21 17:30:29.1|Info|DiskScanService|Completed scanning disk for The Blacklist
15-9-21 17:30:30.7|Info|RefreshSeriesService|Updating Info for Bloodline
15-9-21 17:30:31.9|Info|RefreshEpisodeService|Starting episode info refresh for: [287314][Bloodline]
15-9-21 17:30:32.2|Info|RefreshEpisodeService|Finished episode refresh for series: [287314][Bloodline].
15-9-21 17:30:32.3|Info|DiskScanService|Scanning disk for Bloodline
15-9-21 17:30:32.5|Info|DiskScanService|Completed scanning disk for Bloodline
15-9-21 17:30:33.0|Info|RefreshSeriesService|Skipping refresh of series: Boardwalk Empire
15-9-21 17:30:33.1|Info|DiskScanService|Scanning disk for Boardwalk Empire
15-9-21 17:30:33.7|Info|DiskScanService|Completed scanning disk for Boardwalk Empire
15-9-21 17:30:34.3|Info|RefreshSeriesService|Updating Info for Bosch
15-9-21 17:30:35.3|Info|RefreshEpisodeService|Starting episode info refresh for: [277928][Bosch]
15-9-21 17:30:35.6|Info|RefreshEpisodeService|Finished episode refresh for series: [277928][Bosch].
15-9-21 17:30:35.8|Info|DiskScanService|Scanning disk for Bosch
15-9-21 17:30:36.0|Info|DiskScanService|Completed scanning disk for Bosch
15-9-21 17:30:36.4|Info|RefreshSeriesService|Skipping refresh of series: Brick City
15-9-21 17:30:36.5|Info|DiskScanService|Scanning disk for Brick City
15-9-21 17:30:36.7|Info|DiskScanService|Completed scanning disk for Brick City
15-9-21 17:30:36.9|Info|RefreshSeriesService|Updating Info for Broadchurch
15-9-21 17:30:38.1|Info|RefreshEpisodeService|Starting episode info refresh for: [266398][Broadchurch]
15-9-21 17:30:38.3|Info|RefreshEpisodeService|Finished episode refresh for series: [266398][Broadchurch].
15-9-21 17:30:38.4|Info|DiskScanService|Scanning disk for Broadchurch
15-9-21 17:30:38.7|Info|DiskScanService|Completed scanning disk for Broadchurch
15-9-21 17:30:39.7|Info|RefreshSeriesService|Updating Info for Chasing Life
15-9-21 17:30:40.5|Info|RefreshEpisodeService|Starting episode info refresh for: [279704][Chasing Life]
15-9-21 17:30:40.9|Info|RefreshEpisodeService|Finished episode refresh for series: [279704][Chasing Life].
15-9-21 17:30:40.9|Info|DiskScanService|Scanning disk for Chasing Life
15-9-21 17:30:41.1|Info|DiskScanService|Completed scanning disk for Chasing Life
15-9-21 17:30:41.7|Info|RefreshSeriesService|Updating Info for Chicago P.D.
15-9-21 17:30:42.5|Info|RefreshEpisodeService|Starting episode info refresh for: [269641][Chicago P.D.]
15-9-21 17:30:42.8|Info|RefreshEpisodeService|Finished episode refresh for series: [269641][Chicago P.D.].
15-9-21 17:30:43.0|Info|DiskScanService|Scanning disk for Chicago P.D.
15-9-21 17:30:43.4|Info|DiskScanService|Completed scanning disk for Chicago P.D.
15-9-21 17:30:44.2|Info|RefreshSeriesService|Skipping refresh of series: Code of a Killer
15-9-21 17:30:44.3|Info|DiskScanService|Scanning disk for Code of a Killer
15-9-21 17:30:44.4|Info|DiskScanService|Completed scanning disk for Code of a Killer
15-9-21 17:30:44.6|Info|RefreshSeriesService|Skipping refresh of series: Constantine
15-9-21 17:30:44.7|Info|DiskScanService|Scanning disk for Constantine
15-9-21 17:30:45.0|Info|DiskScanService|Completed scanning disk for Constantine
15-9-21 17:30:45.6|Info|RefreshSeriesService|Updating Info for Continuum
15-9-21 17:30:46.8|Info|RefreshEpisodeService|Starting episode info refresh for: [258171][Continuum]
15-9-21 17:30:47.3|Info|RefreshEpisodeService|Finished episode refresh for series: [258171][Continuum].
15-9-21 17:30:47.5|Info|DiskScanService|Scanning disk for Continuum
15-9-21 17:30:47.9|Info|DiskScanService|Completed scanning disk for Continuum
15-9-21 17:30:49.2|Info|RefreshSeriesService|Skipping refresh of series: Cucumber
15-9-21 17:30:49.2|Info|DiskScanService|Scanning disk for Cucumber
15-9-21 17:30:49.3|Info|DiskScanService|Completed scanning disk for Cucumber
15-9-21 17:30:49.4|Info|RefreshSeriesService|Updating Info for Dance Moms
15-9-21 17:30:50.4|Info|RefreshEpisodeService|Starting episode info refresh for: [250379][Dance Moms]
15-9-21 17:30:51.4|Info|RefreshEpisodeService|Finished episode refresh for series: [250379][Dance Moms].
15-9-21 17:30:51.5|Info|DiskScanService|Scanning disk for Dance Moms
15-9-21 17:30:55.8|Info|DiskScanService|Completed scanning disk for Dance Moms

Please hastebin trace logs of the crash.

PasteBin

15-9-21 19:40:17.7|Debug|VideoFileInfoReader|Getting media info from /mnt/TV shows/Dance Moms/Season 2/Dance Moms - S02E04 - No One Likes a Bully.ts

Looks like the bug Taloth mentioned above.

2.0.0.3357 is the latest master release, switching to the develop branch may resolve this issue for you, but ultimately its a media info bug.

1 Like

Thanks for that, there was another so I removed both files and now works fine.

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