[Mono-list] System.ArgumentException: Size is too big issue running mono 1.2.3.1 on 2.6.17 Linux kernel running on IXP425 processor (big endian ARM architecture)

Srikanth Chavali srik.chavali at gmail.com
Wed May 30 17:22:51 EDT 2007


Hi ,
    I downloaded and compiled mono version 1.2 and am running it in under
Linux kernel 2.6.17 (Big Endian Arm Architecture IXP425 processor). I
executed HelloWorld.exe when i see an exception. Below is the source file
for the .exe:

HelloWorld.cs is:

using System;
namespace HellowWorldApplication
{
class HelloWorld
{
 static void Main(string[] args)
{
 Console.WriteLine("Hello World!");
}
}
}


When i run this application HelloWorld.exe under mono, the program seems to
run fine (It outputs the Hello World message) but at the end of execution it
spews this message:

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
System.Runtime.Remoting.Contexts.Context --->
System.ArgumentException: Size is too big
at System.Collections.Hashtable:.ctor (Int32 capacity, Single
loadFactor, IHashCodeProvider hcp, IComparer comparer)

at System.Collections.Hashtable:.ctor (Int32 capacity, Single loadFactor)
atSystem.Collections.Hashtable:.ctor ()
at System.Runtime.Remoting.Contexts.Context:.cctor ()--- End of inner
exception stack trace ---


Any ideas on what this is and how this can be resolved?

Regards,
-- 
srikanth chavali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070530/b74f0837/attachment.html 


More information about the Mono-list mailing list