Crash While Importing Series

uname -a
Linux John 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 -V
Mono JIT compiler version 4.2.1 (Stable 4.2.1.102/6dd2d0d Thu Nov 12 09:52:44 UTC 2015)
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

EPIC FAIL: System.NullReferenceException: Object reference not set to an instance of an object
at System.Threading.Timer+Scheduler.SchedulerThread () <0x7ff1b65d4f40 + 0x0009f> in :0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) <0x7ff1b6436010 + 0x00099> in :0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434850 + 0x0016e> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434820 + 0x00020> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) <0x7ff1b6434770 + 0x00059> in :0
at System.Threading.ThreadHelper.ThreadStart () <0x7ff1b64361d0 + 0x0002e> in :0
[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 () <0x7ff1b65d4f40 + 0x0009f> in :0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) <0x7ff1b6436010 + 0x00099> in :0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434850 + 0x0016e> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434820 + 0x00020> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) <0x7ff1b6434770 + 0x00059> in :0
at System.Threading.ThreadHelper.ThreadStart () <0x7ff1b64361d0 + 0x0002e> in :0

[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at System.Threading.Timer+Scheduler.SchedulerThread () <0x7ff1b65d4f40 + 0x0009f> in :0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) <0x7ff1b6436010 + 0x00099> in :0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434850 + 0x0016e> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x7ff1b6434820 + 0x00020> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) <0x7ff1b6434770 + 0x00059> in :0
at System.Threading.ThreadHelper.ThreadStart () <0x7ff1b64361d0 + 0x0002e> in :0

This seems to be an issue between the kernel and mono, similar to this issue:

Currently there isn’t a solution because its an issue with the newer kernel.

Yeah, I saw the error and though the same. This is a pretty big bug, anyone building a new linux server isn’t going to be able to use this software.

Shame.

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