[Ironruby-core] Information on Hosting Ruby.Console?
Tomas Matousek
Tomas.Matousek at microsoft.com
Mon Aug 11 12:31:34 EDT 2008
Could you sent full stack trace and the command you are executing on the command line?
Tomas
-----Original Message-----
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Josh Charles
Sent: Monday, August 11, 2008 7:19 AM
To: ironruby-core at rubyforge.org
Subject: Re: [Ironruby-core] Information on Hosting Ruby.Console?
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.
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
More information about the Ironruby-core
mailing list