Skip to content

Instantly share code, notes, and snippets.

@JCallicoat
Created October 5, 2010 23:39
Show Gist options
  • Save JCallicoat/612552 to your computer and use it in GitHub Desktop.
Save JCallicoat/612552 to your computer and use it in GitHub Desktop.
Unhandled Exception: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_array_new_specific (intptr,int)
at System.IO.MemoryStream.set_Capacity (Int32 value) [0x00000] in <filename unknown>:0
at System.IO.MemoryStream.Expand (Int32 newSize) [0x00000] in <filename unknown>:0
at System.IO.MemoryStream.Write (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.response.CloudFilesResponse.CopyToMemory (System.IO.Stream input, System.IO.Stream output) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.response.CloudFilesResponse..ctor (System.Net.HttpWebResponse webResponse) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.request.CloudFilesRequest.GetResponse () [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.ResponseFactory.Create (ICloudFilesRequest request) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.request.GenerateRequestByType.commonSubmit (IAddToWebRequest requesttype, System.Func`1 requeststrategy, System.String authtoken) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.domain.request.GenerateRequestByType.Submit (IAddToWebRequest requesttype, System.String authtoken, com.mosso.cloudfiles.domain.ProxyCredentials credentials) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.Connection.getStorageItem (System.String containerName, System.String storageItemName, System.Collections.Generic.Dictionary`2 requestHeaderFields) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.Connection+<GetStorageItem>c__AnonStorey18.<>m__1F () [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.ErrorMessage`2[com.mosso.cloudfiles.domain.StorageItem,System.Net.WebException].Now () [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.Connection.GetStorageItem (System.String containerName, System.String storageItemName, System.Collections.Generic.Dictionary`2 requestHeaderFields) [0x00000] in <filename unknown>:0
at com.mosso.cloudfiles.Connection.GetStorageItem (System.String containerName, System.String storageItemName) [0x00000] in <filename unknown>:0
at Test..ctor () [0x00000] in <filename unknown>:0
at Test.Main (System.String[] argv) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment