Duplicati (Docker) on Raspberry Pi 4

When using the latest image of Duplicati, I get the following errors:

[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-custom-folders: executing... 
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

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

=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 


=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x2998924336x from 0x2981094448x
Pkilling 0x3008361520x from 0x2981094448x
Pkilling 0x2991580208x from 0x2981094448x
Pkilling 0x2985890864x from 0x2981094448x
Pkilling 0x2987996208x from 0x2981094448x
Pkilling 0x3069483456x from 0x2981094448x
Pkilling 0x2995778608x from 0x2981094448x
Pkilling 0x3010823216x from 0x2981094448x
Pkilling 0x3005215792x from 0x2981094448x
Pkilling 0x2984838192x from 0x2981094448x
Pkilling 0x2980041776x from 0x2981094448x
Pkilling 0x2986943536x from 0x2981094448x
Pkilling 0x3060184112x from 0x2981094448x
Pkilling 0x2992632880x from 0x2981094448x
Pkilling 0x3002070064x from 0x2981094448x
Pkilling 0x2982147120x from 0x2981094448x
Entering thread summarizer pause from 0x2981094448x
Finished thread summarizer pause from 0x2981094448x.
Failed to create breadcrumb file (null)/crash_hash_0x1417509804

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 (0x5874a2):0x587492  70 47 2e 2c 14 00 02 68 8a 42 1c d2 10 b4 04 46  pG.,...h.B.....F
0x5874a2  13 78 fe 2b 0f d0 f0 2b 18 bf 18 46 03 d0 22 60  .x.+...+...F.."`
0x5874b2  5d f8 04 4b 70 47 50 1c 81 42 0f d9 53 78 02 46  ]..KpGP..B..Sx.F
0x5874c2  03 f2 25 10 f3 e7 50 1c 81 42 07 d9 53 78 02 46  ..%...P..B..Sx.F

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at Amazon.S3.AmazonS3Config:.cctor <0x00013>
	  at System.Object:runtime_invoke_void <0x0007b>
	  at <unknown> <0xffffffff>
	  at Duplicati.Library.Backend.S3:get_SupportedCommands <0x00253>
	  at DynamicModule:.ctor <0x0012b>
	  at <>c:<get_BackendModules>b__4_0 <0x0002b>
	  at SelectArrayIterator`2:ToArray <0x000af>
	  at System.Linq.Enumerable:ToArray <0x0007b>
	  at Duplicati.Server.Serializable.ServerSettings:get_BackendModules <0x00103>
	  at Duplicati.Server.WebServer.RESTMethods.SystemInfo:SystemData <0x003c7>
	  at Duplicati.Server.WebServer.RESTMethods.SystemInfo:GET <0x00033>
	  at Duplicati.Server.WebServer.RESTHandler:DoProcess <0x00677>
	  at Duplicati.Server.WebServer.RESTHandler:DoProcess <0x00073>
	  at Duplicati.Server.WebServer.RESTHandler:Process <0x0029b>
	  at HttpServer.HttpServer:HandleRequest <0x0015b>
	  at HttpServer.HttpServer:ProcessRequest <0x004bf>
	  at HttpServer.HttpServer:ProcessRequestWrapper <0x00073>
	  at HttpServer.HttpServer:OnRequest <0x00197>
	  at System.EventHandler`1:invoke_void_object_TEventArgs <0x0010b>
	  at HttpServer.HttpListenerBase:OnRequestReceived <0x0003f>
	  at System.EventHandler`1:invoke_void_object_TEventArgs <0x0010b>
	  at HttpServer.HttpContextFactory:OnRequestReceived <0x0003f>
	  at System.EventHandler`1:invoke_void_object_TEventArgs <0x0010b>
	  at HttpServer.HttpClientContext:OnRequestCompleted <0x00153>
	  at <Module>:invoke_void_object_EventArgs <0x000f3>
	  at HttpServer.Parser.HttpRequestParser:OnRequestCompleted <0x0003f>
	  at HttpServer.Parser.HttpRequestParser:Parse <0x00317>
	  at HttpServer.HttpClientContext:OnReceive <0x001a3>
	  at <>c:<Complete>b__27_0 <0x00083>
	  at System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x0005f>
	  at System.Threading.ThreadPoolWorkQueue:Dispatch <0x00237>
	  at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x00037>
	  at <Module>:runtime_invoke_bool <0x0007b>
=================================================================

I manually checked each image one by one going backwards and found that v2.0.6.3-2.0.6.3_beta_2021-06-17-ls131 is the last image that works without any issues.

Does anyone know what the issues could be with the latest image?

+1 just encountered precisely the same issue. Haven’t attempted to understand the crash.

Will this ever be fixed or is there a suggested image to use?

Seems this will never get fixed. I have since switched to the official Duplicati Docker image and everything seems to work fine for now. Hopefully no errors in the future too. :crossed_fingers:t5:

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