Could you sent full stack trace and the command you are executing on the command line?
Tomas -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Charles Sent: Monday, August 11, 2008 7:19 AM To: [email protected] 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 <[EMAIL PROTECTED]> 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 [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
