Hello all,
Ive just updated MONO from 3.2.8 to 3.10 as it was a bit old, so i manually updated mono and it is now 3.10 which seems to work (ubuntu 14.04). However, now nzbdrone wont start, it gives me this msg:
[Info] Bootstrap: Starting NzbDrone - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.2152
- Assertion at processes.c:2595, condition `mp’ not met
Stacktrace:
at <0xffffffff>
at (wrapper managed-to-native) System.Diagnostics.Process.ExitCode_internal (intptr) <0xffffffff>
at System.Diagnostics.Process.get_HasExited () <0x00033>
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.get_HasExited () <0xffffffff>
at NzbDrone.Common.Processes.ProcessProvider.ConvertToProcessInfo (System.Diagnostics.Process) <0x00163>
at NzbDrone.Common.Processes.ProcessProvider.GetCurrentProcess () <0x00013>
at NzbDrone.Common.Processes.PidFileProvider.Write () <0x00087>
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext,NzbDrone.Host.IUserAlert,System.Action`1<NzbDrone.Common.Composition.IContainer>) <0x0016a>
at NzbDrone.Console.ConsoleApp.Main (string[]) <0x0007b>
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
mono() [0x4b3618]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f17f4280340]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f17f3ee0bb9]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f17f3ee3fc8]
mono() [0x626d59]
mono() [0x626f5f]
mono() [0x6270a6]
mono() [0x6058c5]
mono() [0x606e53]
mono() [0x57f12e]
[0x401526a5]
Debug info from gdb:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
Does anyone have any idea wth this is?