Mono Crashes on RPI2 with multiple Mono applications

Running Sonarr on an Rpi2 along with Radarr. Have noticed the WebUI crashes with the back-end behaving as normal and continuing to grab. Radarr works fine and nothing appears in the Sonarr debug log, but I have the following error from running “mono --debug /opt/NzbDrone/NzbDrone.exe” which coincides with the WebUI dying:

Thread 12 (Thread 0x724a3450 (LWP 21673)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 11 (Thread 0x721ff450 (LWP 21674)):
#0  0x76ec4a40 in do_futex_wait (isem=isem@entry=0x27acfc) at ../nptl/sysdeps/unix/sysv/linux/sem_wait.c:48
#1  0x76ec4af4 in __new_sem_wait (sem=0x27acfc) at ../nptl/sysdeps/unix/sysv/linux/sem_wait.c:69
#2  0x00199dbc in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 10 (Thread 0x720ff450 (LWP 21675)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 9 (Thread 0x7160f450 (LWP 21682)):
#0  0x76e10b80 in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x0012839a in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 8 (Thread 0x65f97450 (LWP 731)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 7 (Thread 0x67eff450 (LWP 1720)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 6 (Thread 0x5ceff450 (LWP 20140)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 5 (Thread 0x5feff450 (LWP 29874)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 4 (Thread 0x602c7450 (LWP 30555)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 3 (Thread 0x611ff450 (LWP 30616)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0x5d2cb450 (LWP 32641)):
#0  0x76d77298 in do_sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:31
#1  __GI___sigsuspend (set=0x27ade8) at ../sysdeps/unix/sysv/linux/sigsuspend.c:45
#2  0x0019c1ac in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x76fbb000 (LWP 21634)):
#0  0x76ec2b30 in __pthread_cond_timedwait (cond=0x27acb8, mutex=0x27ac9c, abstime=0x7ea13764) at pthread_cond_timedwait.c:199
#1  0x0019ada2 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Aborted

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