A person using my tool is getting the following exception stacktrace. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at Mono.Cecil.PE.ImageReader.ReadSectionData(Section section) at Mono.Cecil.PE.ImageReader.ReadSections(UInt16 count) at Mono.Cecil.PE.ImageReader.ReadImage() at Mono.Cecil.PE.ImageReader.ReadImageFrom(Stream stream) at Mono.Cecil.ModuleDefinition.ReadModule(Stream stream, ReaderParameters parameters) at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters) at WeavingCommon.AssemblyResolver.GetAssembly(String file, ReaderParameters parameters) at WeavingCommon.AssemblyResolver.Resolve(AssemblyNameReference assemblyNameReference, ReaderParameters parameters) at WeavingCommon.AssemblyResolver.Resolve(AssemblyNameReference assemblyNameReference) at Mono.Cecil.MetadataResolver.Resolve(IAssemblyResolver resolver, TypeReference type)
this is using Cecil 0.9.4.1 I am trying to get a copy of the offending binary and the project that builds it. I will post both if OK with the user Any ideas based on the stacktrace alone? -- -- mono-cecil
