is a deeper version of the test command, but the sample is the same – one set unless you say otherwise.
–full-remote-verification describes in more detail what it does, and almost sounds like you need to set it to false
manually if you don’t want it on the test command. I suppose you could try that to see if it helps any.
The test is not a restore, but tests the raw dblock, dindex, and dlist files that would be used for the restore. What they have in common is downloads of files, and I think even a restore download gets hash-checked. Forcing --full-remote-verification=false for a test
might help things if somehow that was on, and breaking. Possibly restore doesn’t unzip the entire file, but only what it needs. I don’t know the code at such detail…
You could experiment with mono tracing. It’s in the man page. Maybe you can see where yours is spinning. Below is what my mono-sgen looked like when it’s just sitting waiting for web commands and other things. This output doesn’t redirect well, so it’s probably best to cut-and-paste the text from the screen scrollback.
HP4-VirtualBox / # ps -e | grep mono
4453 pts/0 00:00:00 mono
4457 pts/0 00:11:50 mono-sgen
HP4-VirtualBox / # kill -quit 4457
HP4-VirtualBox / # Full thread dump:
"Thread Pool I/O Selector"
"Thread Pool Worker" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Server.EventPollNotify.Wait (long,int) [0x00042] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTMethods.RequestInfo.LongPollCheck (Duplicati.Server.EventPollNotify,long&,bool&) [0x00115] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTMethods.ServerState.GET (string,Duplicati.Server.WebServer.RESTMethods.RequestInfo) [0x0000c] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.DoProcess (Duplicati.Server.WebServer.RESTMethods.RequestInfo,string,string,string) [0x00140] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.DoProcess (HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession,string,string,string) [0x00009] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.Process (HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession) [0x000b6] in <fe28905ee30b422e8d475f1cfdb85515>:0
at HttpServer.HttpServer.HandleRequest (HttpServer.IHttpClientContext,HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession) [0x0003e] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.ProcessRequest (HttpServer.IHttpClientContext,HttpServer.IHttpRequest) [0x00121] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.ProcessRequestWrapper (HttpServer.IHttpClientContext,HttpServer.IHttpRequest) [0x0000b] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.OnRequest (object,HttpServer.RequestEventArgs) [0x0004b] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpListenerBase.OnRequestReceived (object,HttpServer.RequestEventArgs) [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpContextFactory.OnRequestReceived (object,HttpServer.RequestEventArgs) [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpClientContext.OnRequestCompleted (object,System.EventArgs) [0x00052] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) <Module>.invoke_void_object_EventArgs (object,System.EventArgs) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.Parser.HttpRequestParser.OnRequestCompleted () [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.Parser.HttpRequestParser.Parse (byte[],int,int) [0x00175] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpClientContext.OnReceive (System.IAsyncResult) [0x00059] in <bed89f1655ee48029f6d6812f54c58ad>:0
at System.Net.Sockets.SocketAsyncResult/<>c.<Complete>b__27_0 (object) [0x0000b] in <b3d41b23de534128a4f18a6e1312f79c>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0001e] in <2943701620b54f86b436d3ffad010412>:0
"Thread Pool Worker"
"<threadpool thread>"
"<threadpool thread>"
"TrayIcon Longpoll Thread" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Library.Utility.AsyncHttpRequest/AsyncWrapper.GetResponseOrStream () [0x00000] in <621233224d6648a0a1cd0bb505473fc4>:0
at Duplicati.Library.Utility.AsyncHttpRequest.GetResponse () [0x00044] in <621233224d6648a0a1cd0bb505473fc4>:0
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequestInternal<T_REF> (string,string,System.Collections.Generic.Dictionary`2<string, string>) [0x001c5] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.HttpServerConnection.PerformRequest<T_REF> (string,string,System.Collections.Generic.Dictionary`2<string, string>) [0x0000c] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.HttpServerConnection.UpdateStatus () [0x00001] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.HttpServerConnection.LongPollRunner () [0x00005] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
"<unnamed thread>" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.RequestQueue.QueueThread () [0x00005] in <bed89f1655ee48029f6d6812f54c58ad>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
"TrayIcon Request Thread" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (System.TimeSpan,bool) [0x0002c] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.GUI.TrayIcon.HttpServerConnection.ThreadRunner () [0x000bc] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
"TaskScheduler" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Server.Scheduler.Runner () [0x0056f] in <fe28905ee30b422e8d475f1cfdb85515>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
"Finalizer"
"Thread Pool Worker" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Server.EventPollNotify.Wait (long,int) [0x00042] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTMethods.RequestInfo.LongPollCheck (Duplicati.Server.EventPollNotify,long&,bool&) [0x00115] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTMethods.ServerState.GET (string,Duplicati.Server.WebServer.RESTMethods.RequestInfo) [0x0000c] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.DoProcess (Duplicati.Server.WebServer.RESTMethods.RequestInfo,string,string,string) [0x00140] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.DoProcess (HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession,string,string,string) [0x00009] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.Server.WebServer.RESTHandler.Process (HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession) [0x000b6] in <fe28905ee30b422e8d475f1cfdb85515>:0
at HttpServer.HttpServer.HandleRequest (HttpServer.IHttpClientContext,HttpServer.IHttpRequest,HttpServer.IHttpResponse,HttpServer.Sessions.IHttpSession) [0x0003e] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.ProcessRequest (HttpServer.IHttpClientContext,HttpServer.IHttpRequest) [0x00121] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.ProcessRequestWrapper (HttpServer.IHttpClientContext,HttpServer.IHttpRequest) [0x0000b] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpServer.OnRequest (object,HttpServer.RequestEventArgs) [0x0004b] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpListenerBase.OnRequestReceived (object,HttpServer.RequestEventArgs) [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpContextFactory.OnRequestReceived (object,HttpServer.RequestEventArgs) [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) System.EventHandler`1<TEventArgs_REF>.invoke_void_object_TEventArgs (object,TEventArgs_REF) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.HttpClientContext.OnRequestCompleted (object,System.EventArgs) [0x00052] in <bed89f1655ee48029f6d6812f54c58ad>:0
at (wrapper delegate-invoke) <Module>.invoke_void_object_EventArgs (object,System.EventArgs) [0x00070] in <2943701620b54f86b436d3ffad010412>:0
at HttpServer.Parser.HttpRequestParser.OnRequestCompleted () [0x00000] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.Parser.HttpRequestParser.Parse (byte[],int,int) [0x00175] in <bed89f1655ee48029f6d6812f54c58ad>:0
at HttpServer.HttpClientContext.OnReceive (System.IAsyncResult) [0x00059] in <bed89f1655ee48029f6d6812f54c58ad>:0
at System.Net.Sockets.SocketAsyncResult/<>c.<Complete>b__27_0 (object) [0x0000b] in <b3d41b23de534128a4f18a6e1312f79c>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) [0x0001e] in <2943701620b54f86b436d3ffad010412>:0
"WorkerThread<IRunnerData>" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Library.Utility.WorkerThread`1<Tx_REF>.Runner () [0x0007e] in <621233224d6648a0a1cd0bb505473fc4>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
"UpdatePollThread" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (System.TimeSpan,bool) [0x0002c] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Server.UpdatePollThread.Run () [0x00347] in <fe28905ee30b422e8d475f1cfdb85515>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004d] in <2943701620b54f86b436d3ffad010412>:0
...
"<unnamed thread>" at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal (intptr*,int,bool,int) [0x0000b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle,uint,bool,bool) [0x00044] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle,long,bool,bool) [0x00014] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (long,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00019] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.WaitHandle.WaitOne () [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Server.Program.RealMain (string[]) [0x0071a] in <fe28905ee30b422e8d475f1cfdb85515>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) [0x00054] in <fe28905ee30b422e8d475f1cfdb85515>:0
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) [0x0000c] in <2943701620b54f86b436d3ffad010412>:0
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) [0x0003b] in <2943701620b54f86b436d3ffad010412>:0
at System.Reflection.MethodBase.Invoke (object,object[]) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunMethod (System.Reflection.MethodInfo,string[]) [0x00000] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager/<>c__DisplayClass58_1.<RunFromMostRecentSpawn>b__0 () [0x00000] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.WrapWithUpdater (Duplicati.Library.AutoUpdater.AutoUpdateStrategy,System.Action) [0x00157] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn (System.Reflection.MethodInfo,string[],Duplicati.Library.AutoUpdater.AutoUpdateStrategy) [0x0004b] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecent (System.Reflection.MethodInfo,string[],Duplicati.Library.AutoUpdater.AutoUpdateStrategy) [0x0001b] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Server.Program.Main (string[]) [0x00014] in <fe28905ee30b422e8d475f1cfdb85515>:0
at Duplicati.GUI.TrayIcon.HostedInstanceKeeper/<>c__DisplayClass5_0.<.ctor>b__0 (object) [0x0006c] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at System.Threading.ThreadHelper.ThreadStart_Context (object) [0x00025] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in <2943701620b54f86b436d3ffad010412>:0
at System.Threading.ThreadHelper.ThreadStart (object) [0x0000f] in <2943701620b54f86b436d3ffad010412>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) [0x0004f] in <2943701620b54f86b436d3ffad010412>:0
"<unnamed thread>" at <unknown> <0xffffffff>
at (wrapper managed-to-native) Gtk.Application.gtk_main () [0x00002] in <17f6f103d9a54c8c880a641a2f9bcb57>:0
at Gtk.Application.Run () [0x00000] in <17f6f103d9a54c8c880a641a2f9bcb57>:0
at Duplicati.GUI.TrayIcon.AppIndicatorRunner.Run (string[]) [0x0001f] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.TrayIconBase.Init (string[]) [0x0003f] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.GtkRunner.Init (string[]) [0x00008] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at Duplicati.GUI.TrayIcon.Program.RealMain (string[]) [0x00572] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x0004e] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) [0x0000c] in <2943701620b54f86b436d3ffad010412>:0
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) [0x0003b] in <2943701620b54f86b436d3ffad010412>:0
at System.Reflection.MethodBase.Invoke (object,object[]) [0x00000] in <2943701620b54f86b436d3ffad010412>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunMethod (System.Reflection.MethodInfo,string[]) [0x00000] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager/<>c__DisplayClass58_1.<RunFromMostRecentSpawn>b__0 () [0x00000] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.WrapWithUpdater (Duplicati.Library.AutoUpdater.AutoUpdateStrategy,System.Action) [0x00157] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn (System.Reflection.MethodInfo,string[],Duplicati.Library.AutoUpdater.AutoUpdateStrategy) [0x0004b] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecent (System.Reflection.MethodInfo,string[],Duplicati.Library.AutoUpdater.AutoUpdateStrategy) [0x0001b] in <3227b98b904042faac2116282e7fbdfd>:0
at Duplicati.GUI.TrayIcon.Program.Main (string[]) [0x0001c] in <a5f36c71f1df46eb8251c7281146fa4b>:0
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) [0x00054] in <a5f36c71f1df46eb8251c7281146fa4b>:0
...
HP4-VirtualBox / #