[Mono-list] OutOfMemory & Segmentation fault for Hashtable

Robert Jordan robertj at gmx.net
Tue Jan 25 08:23:09 EST 2011


On 25.01.2011 13:16, Yury Serdyuk wrote:
>
> Can I post a corresponding entry on the bugzilla?

You can, but consider that even on 64 bit systems
*a single object* cannot exceed 2GB (except Mono's big arrays),
so the error you've encountered is probably not a bug
(in doesn't work under MS.NET 64-bit either).

Neither S.C.Hashtable nor S.C.G.Dictionary were written
with big arrays in mind.

Robert



More information about the Mono-list mailing list