[Ironruby-core] Information on Hosting Ruby.Console?
Josh Charles
josh.charles at gmail.com
Mon Aug 11 10:19:05 EDT 2008
Tomas,
Thanks for your reply. Information inline.
On Sat, Aug 9, 2008 at 3:37 PM, Tomas Matousek
<Tomas.Matousek at microsoft.com> wrote:
> Can you provide more details? Where did it stack overflow?
The exact exception is:
"An unhandled exception of type 'System.StackOverflowException'
occurred in mscorlib.dll"
The debugger points to line line 53 in matchmaker.cs:
if (method != null) {
-this line--> method = method.MakeGenericMethod(args);
return (T)(object)Delegate.CreateDelegate(target,
this, method);
}
The specific message is:
"Cannot evaluate expression because the current thread is in a stack
overflow state."
I thought it may have been a permissions issue, because the only way I
could get IronRuby to compile was by running as Administrator, but
this did not fix the problem either.
More information about the Ironruby-core
mailing list