Unable to access Sonarr after update

I’m running MHA PTS on a cloud Ubuntu server. Everything was humming along nicely until I just did an update. I can see that the docker is running but seeing the following in the logs. I see that there was a post from a few others with similar issues a few days ago but the thread was automatically closed.

I’ve updated my system and restarted the container several times, no joy, All other containers (Radarr, Plex, etc.) are running with no issues.

Here are my logs

	Native Crash Reporting
=================================================================
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.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x557d1a53fffb - mono : 
	0x557d1a54038d - mono : 
	0x557d1a4ed087 - mono : 
	0x557d1a53f57c - mono : 
	0x7fabeb1fb520 - /lib/x86_64-linux-gnu/libc.so.6 : 
	0x7fabeb24fa7c - /lib/x86_64-linux-gnu/libc.so.6 : pthread_kill
	0x7fabeb1fb476 - /lib/x86_64-linux-gnu/libc.so.6 : raise
	0x7fabeb1e17f3 - /lib/x86_64-linux-gnu/libc.so.6 : abort
	0x557d1a4af3c4 - mono : 
	0x557d1a794135 - mono : 
	0x557d1a7b15be - mono : 
	0x557d1a7b1c73 - mono : monoeg_assertion_message
	0x557d1a72ef08 - mono : 
	0x557d1a61c9f6 - mono : 
	0x557d1a4b2047 - mono : 
	0x557d1a4c07b6 - mono : mono_main
	0x557d1a4af4df - mono : 
	0x7fabeb1e2d90 - /lib/x86_64-linux-gnu/libc.so.6 : 
	0x7fabeb1e2e40 - /lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main
	0x557d1a4afb1e - mono : _start

=================================================================
	Telemetry Dumper:
=================================================================
Entering thread summarizer pause from 0x140376360583296x
Finished thread summarizer pause from 0x140376360583296x.
Failed to create breadcrumb file (null)/crash_hash_0x0

Waiting for dumping threads to resume

=================================================================
	External Debugger Dump:
=================================================================
mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7fabeb24fa7c):0x7fabeb24fa6c  05 00 44 89 e2 89 ee 89 c7 b8 ea 00 00 00 0f 05  ..D.............
0x7fabeb24fa7c  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A..A..=.........
0x7fabeb24fa8c  44 0f 46 e8 e9 6d ff ff ff 0f 1f 00 48 89 ef e8  D.F..m......H...
0x7fabeb24fa9c  10 a8 ff ff e9 29 ff ff ff 0f 1f 00 48 89 ef e8  .....)......H...

=================================================================
	Managed Stacktrace:
=================================================================
=================================================================
* Assertion at gc.c:1005, condition `is_ok (error)' not met, function:mono_gc_init_finalizer_thread, Couldn't create thread. Error 0x0 assembly:<unknown assembly> type:<unknown type> member:(null)


=================================================================
	Native Crash Reporting
=================================================================
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.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x55ed45db1ffb - mono : 
	0x55ed45db238d - mono : 
	0x55ed45d5f087 - mono : 
	0x55ed45db157c - mono : 
	0x7f0590548520 - /lib/x86_64-linux-gnu/libc.so.6 : 
	0x7f059059ca7c - /lib/x86_64-linux-gnu/libc.so.6 : pthread_kill
	0x7f0590548476 - /lib/x86_64-linux-gnu/libc.so.6 : raise
	0x7f059052e7f3 - /lib/x86_64-linux-gnu/libc.so.6 : abort
	0x55ed45d213c4 - mono : 
	0x55ed46006135 - mono : 
	0x55ed460235be - mono : 
	0x55ed46023c73 - mono : monoeg_assertion_message
	0x55ed45fa0f08 - mono : 
	0x55ed45e8e9f6 - mono : 
	0x55ed45d24047 - mono : 
	0x55ed45d327b6 - mono : mono_main
	0x55ed45d214df - mono : 
	0x7f059052fd90 - /lib/x86_64-linux-gnu/libc.so.6 : 
	0x7f059052fe40 - /lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main
	0x55ed45d21b1e - mono : _start

=================================================================
	Telemetry Dumper:
=================================================================
Entering thread summarizer pause from 0x139661872746624x
Finished thread summarizer pause from 0x139661872746624x.
Failed to create breadcrumb file (null)/crash_hash_0x0

Waiting for dumping threads to resume

We need your docker compose or docker run command, your full container logs (they begin with our ascii logo) if you see piracy related material in the log, please remove it.

additionally, the output of uname -mr && docker version && docker compose version is helpful

I’m having the same issue as above, I’m using the docker run command and i’ve attached the info as requested.

uname -mr && docker version

5.4.0-147-generic x86_64
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64

Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64
Experimental: false

docker run -d
-h sonarr
–name=“sonarr”
-p 8989:8989
-e PUID=1000
-e PGID=1000
-e TZ=Australia/Brisbane
-v /home/docker/sonarr:/config
-v “/media/Pool/TV Shows”:/tv
-v /home/Downloads:/downloads
-v “/media/Pool/Not All”:/na
lscr.io/linuxserver/sonarr:latest

I’m currently running version 3.0.6 with no issues

Update your docker version, you’re currently running a version that’s 6 years old. Docker Engine 17.05 release notes | Docker Documentation