Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created March 1, 2016 15:12
Show Gist options
  • Save gregoryyoung/6fc8114f1e845908c264 to your computer and use it in GitHub Desktop.
Save gregoryyoung/6fc8114f1e845908c264 to your computer and use it in GitHub Desktop.
greg@clown:~/Downloads/IronScheme$ mono IronScheme.Console-v2.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
IronScheme 1.0.98-fd8c0b4 github.com/leppie/IronScheme © 2007-2016 Llewellyn Pritchard (.NET 4.0 64-bit)
> (ironscheme-test)
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
at System.Collections.Generic.List`1<T_REF>.set_Capacity (int) <0x00061>
at System.Collections.Generic.List`1<T_REF>.EnsureCapacity (int) <0x00085>
at System.Collections.Generic.List`1<T_REF>.Add (T_REF) <0x00035>
at System.Diagnostics.StackTrace.init_frames (int,bool) <0x00082>
at System.Diagnostics.StackTrace..ctor () <0x00010>
at IronScheme.Runtime.Builtins.CallWithCurrentContinuation (object) <0x000a6>
at eval-core(078).tests.r6rs.test..catch-exns (object) <0x00197>
at eval-core(103).tests.r6rs.base..run-base-tests#anon#1$3711 (IronScheme.Scripting.CodeContext,object,object) <0x002bf>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object,object) <0x0004c>
at eval-core(103).tests.r6rs.base..run-base-tests#anon$3710 (IronScheme.Scripting.CodeContext,object,object) <0x00130>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object[]) <0x001d7>
at #.ironscheme.lists..for-each+ (object,object,object) <0x000f4>
at eval-core(103).tests.r6rs.base..run-base-tests () <0x0718f>
at eval-core(104).$5522 () <0x0000b>
at IronScheme.Scripting.ScriptCode.Run (IronScheme.Scripting.CodeContext,bool) <0x000f0>
at IronScheme.Scripting.ScriptCode.Run (IronScheme.Scripting.ScriptModule) <0x00087>
at IronScheme.Runtime.Builtins/<>c__DisplayClass52_1.<CompileCore>b__1 () <0x00037>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment