Skip to content

Instantly share code, notes, and snippets.

@zer09
Created March 7, 2018 13:10
Show Gist options
  • Save zer09/9902f6bcb49d8ead11b269b177e952d7 to your computer and use it in GitHub Desktop.
Save zer09/9902f6bcb49d8ead11b269b177e952d7 to your computer and use it in GitHub Desktop.
Operation List with file attempt 1 of 5 failed with message: Out of memory
System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) System.String:FastAllocateString (int)
at System.Text.StringBuilder.ToString () [0x00017] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.IO.StringWriter.ToString () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at Newtonsoft.Json.Linq.JToken.ToString (Newtonsoft.Json.Formatting formatting, Newtonsoft.Json.JsonConverter[] converters) [0x00021] in <dc86da7fc46c487ba6c7ab826da479cc>:0
at Newtonsoft.Json.Linq.JToken.ToString () [0x00000] in <dc86da7fc46c487ba6c7ab826da479cc>:0
at CG.Web.MegaApiClient.MegaApiClient.RequestCore[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x00155] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Request[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x00024] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.GetNodes () [0x0000f] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at Duplicati.Library.Backend.Mega.MegaBackend.GetCurrentFolder (System.Boolean autocreate) [0x00026] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.ResetFileCache (System.Collections.Generic.IEnumerable`1[T] list) [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.List () [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Main.BackendManager.DoList (Duplicati.Library.Main.BackendManager+FileEntryItem item) [0x00010] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.BackendManager.ThreadRun () [0x000ee] in <80b1d80627594c8a8e9ee191cb472a3f>:0
Operation List with file attempt 2 of 5 failed with message: One or more errors occurred.
System.AggregateException: One or more errors occurred. ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2.Reset () [0x00017] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.StartOperation (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.AsyncProtocolRequest asyncRequest, System.String name) [0x0006c] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessReadOrWrite (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.BufferOffsetSize userBuffer, System.Net.LazyAsyncResult lazyResult) [0x0009a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.BeginReadOrWrite (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.BufferOffsetSize userBuffer, System.AsyncCallback asyncCallback, System.Object asyncState) [0x0000b] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.BeginRead (System.Byte[] buffer, System.Int32 offset, System.Int32 count, System.AsyncCallback asyncCallback, System.Object asyncState) [0x00021] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.BeginRead (System.Net.HttpWebRequest request, System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.AsyncCallback cb, System.Object state) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpContent+<LoadIntoBufferAsync>c__async1.MoveNext () [0x000cb] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x00196] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at CG.Web.MegaApiClient.WebClient.PostRequest (System.Uri url, System.IO.Stream dataStream, System.String contentType) [0x0002e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.WebClient.PostRequestJson (System.Uri url, System.String jsonData) [0x0000e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.RequestCore[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x0003f] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Request[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x00024] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.GetNodes () [0x0000f] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at Duplicati.Library.Backend.Mega.MegaBackend.GetCurrentFolder (System.Boolean autocreate) [0x00026] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.ResetFileCache (System.Collections.Generic.IEnumerable`1[T] list) [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.List () [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Main.BackendManager.DoList (Duplicati.Library.Main.BackendManager+FileEntryItem item) [0x00010] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.BackendManager.ThreadRun () [0x000ee] in <80b1d80627594c8a8e9ee191cb472a3f>:0
---> (Inner Exception #0) System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2.Reset () [0x00017] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.StartOperation (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.AsyncProtocolRequest asyncRequest, System.String name) [0x0006c] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.ProcessReadOrWrite (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.BufferOffsetSize userBuffer, System.Net.LazyAsyncResult lazyResult) [0x0009a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.BeginReadOrWrite (Mono.Net.Security.AsyncProtocolRequest& nestedRequest, Mono.Net.Security.BufferOffsetSize2& internalBuffer, Mono.Net.Security.AsyncOperation operation, Mono.Net.Security.BufferOffsetSize userBuffer, System.AsyncCallback asyncCallback, System.Object asyncState) [0x0000b] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream.BeginRead (System.Byte[] buffer, System.Int32 offset, System.Int32 count, System.AsyncCallback asyncCallback, System.Object asyncState) [0x00021] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.BeginRead (System.Net.HttpWebRequest request, System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.AsyncCallback cb, System.Object state) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpContent+<LoadIntoBufferAsync>c__async1.MoveNext () [0x000cb] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x00196] in <cbcaef35d3364f8bb9ae7449eac280e9>:0 <---
Operation List with file attempt 3 of 5 failed with message: One or more errors occurred.
System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: SecureChannelFailure (Out of memory) ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2..ctor (System.Int32 size) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00035] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Btls.MonoBtlsStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at (wrapper remoting-invoke-with-check) Mono.Btls.MonoBtlsStream:.ctor (System.IO.Stream,bool,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
at Mono.Btls.MonoBtlsProvider.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.Private.MonoTlsProviderWrapper.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00486] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at CG.Web.MegaApiClient.WebClient.PostRequest (System.Uri url, System.IO.Stream dataStream, System.String contentType) [0x0002e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.WebClient.PostRequestJson (System.Uri url, System.String jsonData) [0x0000e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.RequestCore[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x0003f] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Request[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x00024] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Login (CG.Web.MegaApiClient.MegaApiClient+AuthInfos authInfos) [0x00037] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Login (System.String email, System.String password) [0x00009] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at Duplicati.Library.Backend.Mega.MegaBackend.get_Client () [0x0000e] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.GetCurrentFolder (System.Boolean autocreate) [0x00020] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.ResetFileCache (System.Collections.Generic.IEnumerable`1[T] list) [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.List () [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Main.BackendManager.DoList (Duplicati.Library.Main.BackendManager+FileEntryItem item) [0x00010] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.BackendManager.ThreadRun () [0x000ee] in <80b1d80627594c8a8e9ee191cb472a3f>:0
---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: SecureChannelFailure (Out of memory) ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2..ctor (System.Int32 size) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00035] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Btls.MonoBtlsStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at (wrapper remoting-invoke-with-check) Mono.Btls.MonoBtlsStream:.ctor (System.IO.Stream,bool,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
at Mono.Btls.MonoBtlsProvider.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.Private.MonoTlsProviderWrapper.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00486] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <cbcaef35d3364f8bb9ae7449eac280e9>:0 <---
Operation List with file attempt 4 of 5 failed with message: One or more errors occurred.
System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: SecureChannelFailure (Out of memory) ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2..ctor (System.Int32 size) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00035] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Btls.MonoBtlsStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at (wrapper remoting-invoke-with-check) Mono.Btls.MonoBtlsStream:.ctor (System.IO.Stream,bool,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
at Mono.Btls.MonoBtlsProvider.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.Private.MonoTlsProviderWrapper.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00486] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at CG.Web.MegaApiClient.WebClient.PostRequest (System.Uri url, System.IO.Stream dataStream, System.String contentType) [0x0002e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.WebClient.PostRequestJson (System.Uri url, System.String jsonData) [0x0000e] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.RequestCore[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x0003f] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Request[TResponse] (CG.Web.MegaApiClient.Serialization.RequestBase request, System.Byte[] key) [0x00024] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Login (CG.Web.MegaApiClient.MegaApiClient+AuthInfos authInfos) [0x00037] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at CG.Web.MegaApiClient.MegaApiClient.Login (System.String email, System.String password) [0x00009] in <3017f9a0f3bf40f38f48ff00c7cc1c96>:0
at Duplicati.Library.Backend.Mega.MegaBackend.get_Client () [0x0000e] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.GetCurrentFolder (System.Boolean autocreate) [0x00020] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.ResetFileCache (System.Collections.Generic.IEnumerable`1[T] list) [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Backend.Mega.MegaBackend.List () [0x00008] in <7386b9ac991849cdb561a02a0ded32ba>:0
at Duplicati.Library.Main.BackendManager.DoList (Duplicati.Library.Main.BackendManager+FileEntryItem item) [0x00010] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.BackendManager.ThreadRun () [0x000ee] in <80b1d80627594c8a8e9ee191cb472a3f>:0
---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: SecureChannelFailure (Out of memory) ---> System.OutOfMemoryException: Out of memory
at (wrapper alloc) System.Object:AllocVector (intptr,intptr)
at Mono.Net.Security.BufferOffsetSize2..ctor (System.Int32 size) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MobileAuthenticatedStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00035] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Btls.MonoBtlsStream..ctor (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings, Mono.Security.Interface.MonoTlsProvider provider) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at (wrapper remoting-invoke-with-check) Mono.Btls.MonoBtlsStream:.ctor (System.IO.Stream,bool,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider)
at Mono.Btls.MonoBtlsProvider.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.Private.MonoTlsProviderWrapper.CreateSslStream (System.IO.Stream innerStream, System.Boolean leaveInnerStreamOpen, Mono.Security.Interface.MonoTlsSettings settings) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x00000] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Net.WebConnection.CreateStream (System.Net.HttpWebRequest request) [0x0008a] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x00043] in <f8255d9ef0594d18ae2c0d97286b9a80>:0
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00014] in <373b6e083d6e45e498c9082a8eebd27f>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x002f7] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of inner exception stack trace ---
at System.Net.Http.HttpClientHandler+<SendAsync>c__async0.MoveNext () [0x00486] in <cbcaef35d3364f8bb9ae7449eac280e9>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0004e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x0002e] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x0000b] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <373b6e083d6e45e498c9082a8eebd27f>:0
at System.Net.Http.HttpClient+<SendAsyncWorker>c__async0.MoveNext () [0x000f3] in <cbcaef35d3364f8bb9ae7449eac280e9>:0 <---
Operation List with file attempt 5 of 5 failed with message: Out of memory
System.OutOfMemoryException: Out of memory
at Duplicati.Library.Main.BackendManager.List () [0x00049] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.Operation.FilelistProcessor.RemoteListAnalysis (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x0000d] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.Operation.FilelistProcessor.VerifyRemoteList (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x00000] in <80b1d80627594c8a8e9ee191cb472a3f>:0
at Duplicati.Library.Main.Operation.BackupHandler.PreBackupVerify (Duplicati.Library.Main.BackendManager backend, System.String protectedfile) [0x00066] in <80b1d80627594c8a8e9ee191cb472a3f>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment