Skip to content

Instantly share code, notes, and snippets.

@colomon
Created October 4, 2011 01:40
Show Gist options
  • Save colomon/1260722 to your computer and use it in GitHub Desktop.
Save colomon/1260722 to your computer and use it in GitHub Desktop.
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Niecza.CLRBackend.NamProcessor
Server stack trace:
at Niecza.CLRBackend.CLRBackend+<Process>c__AnonStorey18.<>m__7B (Int32 ix, Niecza.CLRBackend.StaticSub obj) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.Unit.DoVisitSubsPreorder (Int32 ix, System.Action`2 cb) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.Unit.VisitSubsPreorder (System.Action`2 cb) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.CLRBackend.Process (Niecza.CLRBackend.Unit unit, Boolean asmain) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.CLRBackend.Main (System.String[] args) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.DowncallReceiver.Call (System.AppDomain up, System.String[] args) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.DowncallReceiver.get_Item (System.Object i) [0x00000] in <filename unknown>:0
at (wrapper xdomain-dispatch) System.Collections.IDictionary:get_Item (object,byte[]&,byte[]&)
Exception rethrown at [0]:
---> System.Reflection.AmbiguousMatchException: Ambiguous matching in method resolution
at System.Reflection.Binder.FindMostDerivedMatch (System.Reflection.MethodBase[] match) [0x00000] in <filename unknown>:0
at System.MonoType.GetMethodImpl (System.String name, BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) [0x00000] in <filename unknown>:0
at System.Type.GetMethod (System.String name) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.NamProcessor..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at (wrapper xdomain-invoke) System.Collections.IDictionary:get_Item (object)
at Niecza.Downcaller.DownCall (Niecza.Variable cb, Niecza.Variable list) [0x00000] in <filename unknown>:0
at NieczaBackendDotnet.C9_downcall (Niecza.Frame ) [0x00000] in <filename unknown>:0
at Niecza.Kernel.RunCore (Niecza.Frame& cur) [0x00000] in <filename unknown>:0
at /Users/colomon/tools/niecza/src/NieczaBackendDotnet.pm6 line 0 (NieczaBackendDotnet downcall @ 0)
at /Users/colomon/tools/niecza/src/NieczaBackendDotnet.pm6 line 57 (NieczaBackendDotnet NieczaBackendDotnet.post_save @ 7)
at /Users/colomon/tools/niecza/src/NieczaBackendDotnet.pm6 line 48 (NieczaBackendDotnet NieczaBackendDotnet.accept @ 29)
at /Users/colomon/tools/niecza/src/NieczaCompiler.pm6 line 32 (NieczaCompiler C19_ANON @ 4)
at /Users/colomon/tools/niecza/src/NieczaCompiler.pm6 line 38 (NieczaCompiler NieczaCompiler.compile @ 18)
at /Users/colomon/tools/niecza/src/NieczaCompiler.pm6 line 57 (NieczaCompiler NieczaCompiler.compile_module @ 4)
at /Users/colomon/tools/niecza/src/niecza line 294 (MAIN mainline @ 75)
at /Users/colomon/tools/niecza/boot/lib/CORE.setting line 2115 (CORE C1022_ANON @ 2)
at /Users/colomon/tools/niecza/boot/lib/CORE.setting line 2116 (CORE module-CORE @ 58)
at /Users/colomon/tools/niecza/boot/lib/CORE.setting line 2116 (CORE mainline @ 1)
at line 0 (boot-MAIN @ 1)
at line 0 (ExitRunloop @ 0)
make: *** [obj/CORE.nam] Abort trap
make: *** Deleting file `obj/CORE.nam'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment