Re: [Mono-list] HTTPS: 'Invalid certificate received from server.' and mozroots

2011-01-25 Thread chadwackerman
I couldn't get this working with Mono 2.6.7 no matter what I tried on Ubuntu or CentOS. With 2.8.2 I did a "mozroots --machine --import --sync" and it just worked. This unfortunate hack seems to be littering many open source projects. It's bad: ServicePointManager.ServerCertificateValidationCal

Re: [Mono-list] Gtksourceview-sharp for Windows?

2011-01-25 Thread Doug Blank
FYI, I gave up on GtkSourceView under Windows and switched to Mono.TextEditor from MonoDevelop. It is working great on Windows, Mac, and Linux. In case anyone is interested, this is now part of the Pyjama Project. Pyjama is an IDE and shell designed for multiple languages (Python, Ruby, Scheme, et

Re: [Mono-list] OutOfMemory & Segmentation fault for Hashtable

2011-01-25 Thread Rodrigo Kumpera
On Tue, Jan 25, 2011 at 2:23 PM, Robert Jordan wrote: > 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

Re: [Mono-list] OutOfMemory & Segmentation fault for Hashtable

2011-01-25 Thread Robert Jordan
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-bi

[Mono-list] OutOfMemory & Segmentation fault for Hashtable

2011-01-25 Thread Yury Serdyuk
Hi ! I would like to allocate a hashtable for more than 200 mln entries. My test program is: > using System; > using System.Collections; > public class HashTest { > public static void Main ( String[] args ) { > int N = Convert.ToInt32 ( args [ 0 ] ) * 100; > Console.WriteLine ( "N = " +

Re: [Mono-list] WCF NetPeerTcpBinding

2011-01-25 Thread technomage1972
I've tried various different ways to initialise the mesh networking but all have the same result. I've not tried to set it up via a config file yet as I was under the impression that the config stuff was not totally complete under mono. It seems from this blog entry http://veritas-vos-liberabit.