gendarme icon indicating copy to clipboard operation
gendarme copied to clipboard

InitializationERROR: Unknown custom metadata item kind: 6

Open InsightLive opened this issue 7 years ago • 1 comments

Gendarme v2.10.0.0

When I try from gendarme-wizard, got below error in Analysis Results page. Stack trace: Microsoft.Cci.Pdb.PdbDebugException: Unknown custom metadata item kind: 6 at Microsoft.Cci.Pdb.PdbFunction.ReadCustomMetadata(BitAccess bits) at Microsoft.Cci.Pdb.PdbFunction..ctor(String module, ManProcSym proc, BitAccess bits) at Microsoft.Cci.Pdb.PdbFunction.LoadManagedFunctions(String module, BitAccess bits, UInt32 limit, Boolean readStrings) at Microsoft.Cci.Pdb.PdbFile.LoadFuncsFromDbiModule(BitAccess bits, DbiModuleInfo info, IntHashTable names, ArrayList funcList, Boolean readStrings, MsfDirectory dir, Dictionary`2 nameIndex, PdbReader reader) at Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, BitAccess bits, Boolean readAllStrings, Int32& age, Guid& guid) at Microsoft.Cci.Pdb.PdbFile.LoadFunctions(Stream read, Boolean readAllStrings, Int32& age, Guid& guid) at Mono.Cecil.Pdb.PdbReader.PopulateFunctions() at Mono.Cecil.Pdb.PdbReader.ProcessDebugHeader(ImageDebugDirectory directory, Byte[] header) at Mono.Cecil.ModuleDefinition.ProcessDebugHeader() at Gendarme.Framework.Rocks.ModuleRocks.LoadDebuggingSymbols(ModuleDefinition self) at Gendarme.Framework.Runner.Initialize() at Gendarme.GuiRunner.Execute()

It gives the result without any error, when I click on Back and then again click on Next.

It also fails on console with, InitializationERROR: Unknown custom metadata item kind: 6

InsightLive avatar May 09 '17 06:05 InsightLive

Is there any known fix to this one? I also get the same error.

dramatictone avatar Oct 11 '17 13:10 dramatictone