Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created March 1, 2016 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoryyoung/f763ad2e085e58710f48 to your computer and use it in GitHub Desktop.
Save gregoryyoung/f763ad2e085e58710f48 to your computer and use it in GitHub Desktop.
ironscheme segfault
greg@clown:~/Downloads/IronScheme$ mono IronScheme.Console32-v4.exe
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.CheckStack (IronScheme.Runtime.Builtins/Continuation) <0x00045>
at IronScheme.Runtime.Builtins/<>c__DisplayClass79_0.<MakeContinuation>b__0 (object[]) <0x00023>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object[]) <0x00132>
at IronScheme.Runtime.Closure.Call (object) <0x0004f>
at eval-core(078).tests.r6rs.test..catch-exns#1#anon#1$145 (IronScheme.Scripting.CodeContext,object) <0x001e3>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object[]) <0x00191>
at IronScheme.Runtime.Closure/VarArgClosure.Call (object[]) <0x001c0>
at IronScheme.Runtime.Closure.Call (object) <0x0004f>
at IronScheme.Runtime.OptimizedBuiltins.CallWithValues (object,object) <0x0010e>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..with-exception-handlers#1#anon#1$1845 (IronScheme.Scripting.CodeContext) <0x0005f>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at eval-core(078).tests.r6rs.test..catch-exns#1$138 (IronScheme.Scripting.CodeContext,object) <0x0022f>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object) <0x00040>
at IronScheme.Runtime.Builtins.CallWithCurrentContinuation (object) <0x00173>
at eval-core(078).tests.r6rs.test..catch-exns (object) <0x00197>
at eval-core(103).tests.r6rs.base..run-base-tests#anon#1#2$3712 (IronScheme.Scripting.CodeContext,object,object) <0x0039b>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object,object) <0x0004c>
at eval-core(103).tests.r6rs.base..run-base-tests#anon#1$3711 (IronScheme.Scripting.CodeContext,object,object) <0x00207>
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) <0x000ff>
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>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.psyntax.expander..compile-r6rs-top-level#anon#1#2$2661 (IronScheme.Scripting.CodeContext) <0x000a7>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.psyntax.main..load-r6rs-top-level#1#anon#1#2#3#4#5#6$2703 (IronScheme.Scripting.CodeContext) <0x00067>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object[]) <0x0022c>
at IronScheme.Runtime.Closure/VarArgClosure.Call (object[]) <0x001c0>
at #.psyntax.main..load#1$2677 (IronScheme.Scripting.CodeContext) <0x0010c>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..with-exception-handlers#1#anon#1$1845 (IronScheme.Scripting.CodeContext) <0x0005f>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object) <0x00040>
at IronScheme.Runtime.Builtins.CallWithCurrentContinuation (object) <0x00173>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at IronScheme.Runtime.R6RS.Exceptions.WithClrExceptionHandler (object,object) <0x0005e>
at #.psyntax.main..with-guard (object) <0x00243>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at IronScheme.Runtime.Builtins.TimeIt (object,object) <0x00203>
at #.psyntax.main..ironscheme-test () <0x001cf>
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>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.psyntax.expander..eval (object,object) <0x0010b>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..with-exception-handlers#1#anon#1$1845 (IronScheme.Scripting.CodeContext) <0x0005f>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at #.ironscheme.exceptions..dynamic-wind (object,object,object) <0x001c3>
at IronScheme.Runtime.Closure/SimpleClosure.Call (object) <0x00040>
at IronScheme.Runtime.Builtins.CallWithCurrentContinuation (object) <0x00173>
at IronScheme.Runtime.Closure/SimpleClosure.Call () <0x00034>
at IronScheme.Runtime.R6RS.Exceptions.WithClrExceptionHandler (object,object) <0x0005e>
at #.psyntax.main..eval-top-level (object) <0x00243>
at IronScheme.Scripting.ScriptCode.Run (IronScheme.Scripting.CodeContext,bool) <0x00138>
at IronScheme.Scripting.ScriptCode.Run (IronScheme.Scripting.ScriptModule) <0x00087>
at IronScheme.Scripting.Hosting.CompiledCode.Evaluate (IronScheme.Scripting.IScriptModule) <0x00077>
at IronScheme.Scripting.Hosting.ScriptEngine.ExecuteInteractiveCode (string,IronScheme.Scripting.IScriptModule) <0x0003d>
at IronScheme.Scripting.Hosting.ScriptEngine.ExecuteCommand (string,IronScheme.Scripting.IScriptModule) <0x0024b>
at IronScheme.Scripting.Shell.CommandLine.RunOneInteraction () <0x000db>
at IronScheme.Scripting.Shell.CommandLine.TryInteractiveAction () <0x00027>
at IronScheme.Scripting.Shell.CommandLine.RunInteractiveLoop () <0x0010c>
at IronScheme.Scripting.Shell.CommandLine.RunInteractive () <0x00017>
at IronScheme.Scripting.Shell.CommandLine.Run () <0x0007f>
at IronScheme.Scripting.Shell.CommandLine.Run (IronScheme.Scripting.Hosting.IScriptEngine,IronScheme.Scripting.Shell.IConsole,IronScheme.Scripting.Shell.ConsoleOptions) <0x000f7>
at IronScheme.Scripting.Hosting.ConsoleHost.RunCommandLine (IronScheme.Scripting.OptionsParser) <0x00243>
at IronScheme.Scripting.Hosting.ConsoleHost.ExecuteInternal () <0x0027d>
at IronScheme.Scripting.Hosting.ConsoleHost.Execute () <0x00113>
at IronScheme.Scripting.Hosting.ConsoleHost.Run (string[]) <0x0017f>
at IronScheme.Hosting.IronSchemeConsoleHost.Execute (string[]) <0x0003b>
at IronScheme.Runtime.Program.Main (string[]) <0x0061f>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment