Re: [Mono-dev] SemaphoreSlim implementation

2013-04-08 Thread Rodrigo Kumpera
On Thu, Apr 4, 2013 at 8:18 PM, Weeble clockworksa...@gmail.com wrote: I was looking at SemaphoreSlim because it seemed to be causing us trouble. I think I identified our problem and submitted it as bug 11598: https://bugzilla.xamarin.com/show_bug.cgi?id=11598 However, beyond the issue I

Re: [Mono-dev] TypeForwardedFrom

2013-04-08 Thread Neale Ferguson
Hi, I've taken your code as a base for creating a test fix. It works nicely but .NET appears to be doing something a little strange (in my eyes, not theirs of course). A program (such as shown in bugzilla 11294) when run creates a serialized object but the header contents are different: Mono -

[Mono-dev] .NET Related implimentation for GSOC13

2013-04-08 Thread Diyoda Sajjana
I am hoping to apply to work for Mono in GSOC13. I am in search of .NET related work. I would like to discuss on the possible projects that has a major focus on .NET. *Class Libraries and Bindings* is a good choice and I would like to study on it and other possible ideas with a discussion in the

Re: [Mono-list] Help debugging program failing randomly

2013-04-08 Thread Ian Norton
I'd be sure to check your struct packing and call conventions properly. And perhaps be sure that you aren't passing in any ref System.String instead of StringBuilders Ian On Mon, Apr 08, 2013 at 04:21:32AM +0100, Danny wrote: Hello, I'm having a difficult time with an application I have

Re: [Mono-list] Help debugging program failing randomly

2013-04-08 Thread Alan
I'm not sure if fontconfig is threadsafe and the finalizer thread is directly unreffing some fontconfig objects. This could easily be causing the corruption you're seeing if that's the case. Can you paste the full stacktrace of your crash (including all threads!) in a pastebin, or attach it to

Re: [Mono-list] java parser in C#

2013-04-08 Thread Jonathan Pryor
On Apr 7, 2013, at 6:12 PM, mutasim d_muta...@hotmail.com wrote: in this web site www.java2s.com i can find the JDK source code , the classes can be add as dll files, compiling these files will be all at one time to have full classes without error Which is more or less what IKVM allows.

Re: [Mono-list] java parser in C#

2013-04-08 Thread mutasim
Good Day IKVM can run the java code , but for the reason of creating a new java compiler is to use the .net feature only and that for the new implementation of the new hardware requires as using Cosmos you need only managed code and that can't be provide with the JVM as a sample Thanks --

Re: [Mono-list] java parser in C#

2013-04-08 Thread Slide
IKVM IS only managed code. On Mon, Apr 8, 2013 at 6:39 AM, mutasim d_muta...@hotmail.com wrote: Good Day IKVM can run the java code , but for the reason of creating a new java compiler is to use the .net feature only and that for the new implementation of the new hardware requires as

Re: [Mono-list] java parser in C#

2013-04-08 Thread mutasim
but you need the JVM to let java code start, how can the compiler will be installed in managed code platform Thanks -- View this message in context: http://mono.1490590.n4.nabble.com/java-parser-in-C-tp4659251p4659268.html Sent from the Mono - General mailing list archive at Nabble.com.

Re: [Mono-list] java parser in C#

2013-04-08 Thread Slide
IKVM IS the JVM in this case and it is managed code. On Mon, Apr 8, 2013 at 7:19 AM, mutasim d_muta...@hotmail.com wrote: but you need the JVM to let java code start, how can the compiler will be installed in managed code platform Thanks -- View this message in context:

Re: [Mono-list] java parser in C#

2013-04-08 Thread mutasim
implementing the IKVM managed code need JVM , and that to provide the classes of java , or implement full java classes library in the IKVM and let IKVM works separately Thanks -- View this message in context: http://mono.1490590.n4.nabble.com/java-parser-in-C-tp4659251p4659270.html Sent from

Re: [Mono-list] java parser in C#

2013-04-08 Thread Alex Earl
Ikvm can directly run Java bytecode, or it can convert Java bytecode into MSIL. There is no other JVM required. Sent from my Windows Phone From: mutasim Sent: 4/8/2013 7:32 To: mono-list@lists.ximian.com Subject: Re: [Mono-list] java parser in C# implementing the IKVM managed code need JVM , and

Re: [Mono-list] java parser in C#

2013-04-08 Thread mutasim
program a new java code inside the new platform need class library and that won't be provided with the IKVM compiled code only Thanks -- View this message in context: http://mono.1490590.n4.nabble.com/java-parser-in-C-tp4659251p4659272.html Sent from the Mono - General mailing list archive at

Re: [Mono-list] java parser in C#

2013-04-08 Thread Slide
Ok, I'm done arguing this point, though I think you are missing what IKVM offers. Almost any Java library can be converted to .NET IL, removing the need for the original JVM and ONLY requiring IKVM and its port of the Java standard library. I don't know what else you would need, but enjoy your

Re: [Mono-list] java parser in C#

2013-04-08 Thread mutasim
Thank you very much -- View this message in context: http://mono.1490590.n4.nabble.com/java-parser-in-C-tp4659251p4659274.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Help debugging program failing randomly

2013-04-08 Thread Danny
Thanks to Ian and Alan for the replies. I have done some further elimination (by removing runtime components) and I don't think it is the new board interface causing this. I think it is another component, that isn't quite as new, but I had forgotten is new in this context (ubuntu server).

[Mono-list] Stable mono version

2013-04-08 Thread mauzik
Hi,I don't understand which version of mono is stable and which version is tagged as beta version. I think that branch 2.10.* is stable and version 3.0.* is unstable version. But I am confused statement on page release notes