Skip to content

Instantly share code, notes, and snippets.

@moritz
Created March 10, 2011 15:46
Show Gist options
  • Save moritz/864305 to your computer and use it in GitHub Desktop.
Save moritz/864305 to your computer and use it in GitHub Desktop.
niecza spectest failures
t/spec/integration/no-indirect-new.t .......................... Unhandled exception: System.IndexOutOfRangeException: Array index is out of range.
Server stack trace:
at Niecza.CLRBackend.LexSimple..ctor (System.Object[] l) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.StaticSub..ctor (Niecza.CLRBackend.Unit unit, System.Object[] s) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.Unit..ctor (System.Object[] from) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.CLRBackend.LoadDepUnit (System.String name) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.CLRBackend.RunMain (System.String dir, System.String contents, System.String[] argv) [0x00000] in <filename unknown>:0
at Niecza.CLRBackend.DownCallAcceptor.Call (System.AppDomain up, System.String[] args) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:InternalExecute (System.Reflection.MethodBase,object,object[],object[]&)
at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject target, IMethodCallMessage reqMsg) [0x00000] in <filename unknown>:0
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] in <filename unknown>:0
at /home/moritz/p6/niecza/src/NieczaBackendDotnet.pm6 line 0 (NieczaBackendDotnet downcall @ 0)
at /home/moritz/p6/niecza/src/NieczaBackendDotnet.pm6 line 38 (NieczaBackendDotnet NieczaBackendDotnet.accept @ 11)
at /home/moritz/p6/niecza/src/NieczaCompiler.pm6 line 28 (NieczaCompiler C19_ANON @ 3)
at /home/moritz/p6/niecza/src/NieczaCompiler.pm6 line 33 (NieczaCompiler NieczaCompiler.compile @ 23)
at /home/moritz/p6/niecza/src/NieczaCompiler.pm6 line 59 (NieczaCompiler NieczaCompiler.compile_file @ 7)
at /home/moritz/p6/niecza/src/niecza line 440 (MAIN mainline @ 119)
at /home/moritz/p6/niecza/boot/lib/CORE.setting line 1261 (CORE C524_ANON @ 2)
at /home/moritz/p6/niecza/boot/lib/CORE.setting line 1262 (CORE module-CORE @ 39)
at /home/moritz/p6/niecza/boot/lib/CORE.setting line 1262 (CORE mainline @ 1)
at line 0 (boot-MAIN @ 5)
at line 0 (ExitRunloop @ 0)
t/spec/integration/no-indirect-new.t .......................... No subtests run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment