[Mono-dev] Bug in mono or our code?

2010-10-20 Thread David Isaac Wolinsky
When compiling our code (http://github.com/davidiw/brunet/blob/master/src/Brunet/Concurrent/ExclusiveServer.cs) using 2.8 and git master head, I receive a very long error message. The key points are: [csc] mono_image_get_method_on_inst_token: don't know how to handle

[Mono-dev] 2.8 bug missing monoeg_g_str_equal

2010-10-20 Thread David Isaac Wolinsky
When running the mono-profiler-logging, I get this bug: Error loading profiler module 'mono-profiler-logging': /usr/lib/libmono-profiler-logging.so: undefined symbol: monoeg_g_str_equal It doesn't exist in 2.6.7. Regards, David ___ Mono-devel-list

Re: [Mono-dev] Mono-devel-list Digest, Vol 64, Issue 36

2010-08-30 Thread David Isaac Wolinsky
Pierre, You may want to consider contacting the conference chair and let them know you'll actually be presenting your paper. Its listing me as the presenter for your paper. Otherwise you are set. Cheers, David On 08/30/2010 10:42 PM, mono-devel-list-requ...@lists.ximian.com wrote: Send

[Mono-dev] .Net remoting and xml-rpc.net on mono 2.0+

2008-10-18 Thread David Isaac Wolinsky
Has anyone tried this out yet? It seems to work fine in 1.9.1 but all versions of 2.0 and later (including latest svn from about 1 hour ago) seem not to work. I can file a formal bug report, but I wanted to be optimistic and ask on this list first. If this isn't the preferred solution, then

Re: [Mono-dev] Question about Mono.Security.X509

2008-06-13 Thread David Isaac Wolinsky
Attached is a patch to allow creation of the SubjectAltName Extension using X509CertificateBuilder. There are some unit tests and I confirmed using openssl, System.Security.Cryptography.X509Certificates, and Mono.Security.X509 to read the certificates. I also went ahead and fixed the IP

[Mono-dev] Mono memory problems!

2007-07-18 Thread David Isaac Wolinsky
My lab works on a peer-to-peer network overlay and we've noticed recently significant memory issues. Some background... This application is constantly creating new objects and shortly thereafter deleting (removing reference to) them Using a sample run with 150 threads running... Mono on Linux