[Mono-dev] ExecutionContext and CallContext (contributing)

2012-12-07 Thread Yann ROBIN
Hi, While trying to make some code work on Mono, I've noticed that ExecutionContext only capture the SecurityContext. In the MS implementation ExecutionContext also capture HostExecutionContext, CallContext and SynchronizationContext. (SynchronizationContext is not always captured (see this for

Re: [Mono-dev] WCF throwing System.NullReferenceException on multithreaded application

2012-12-07 Thread Rodrigo Kumpera
Please file a bug report with a test case and make sure you use line endings. On Wed, Dec 5, 2012 at 7:59 PM, tadaP prasadha...@yahoo.com wrote: I am consistently having a System.NullReferenceException on making a WCF call. The application is a multi-threaded app and each thread makes a WCF

Re: [Mono-dev] Current Status of XAML in mono

2012-12-07 Thread Rodrigo Kumpera
System.Xaml is supported, just that it does nothing but load and parse XAML files. On Fri, Dec 7, 2012 at 3:31 AM, tikluganguly tiklugang...@gmail.com wrote: Hi There, Can anybody tell me what is the status of XAML in mono? Especially when moonlight is discontinued. Will XAML still be

Re: [Mono-dev] ExecutionContext and CallContext (contributing)

2012-12-07 Thread Yann ROBIN
I made a pull request for this : https://github.com/mono/mono/pull/519 And here is the bugzilla ticket : https://bugzilla.xamarin.com/process_bug.cgi On Fri, Dec 7, 2012 at 1:24 PM, Yann ROBIN me.s...@gmail.com wrote: Hi, While trying to make some code work on Mono, I've noticed that

Re: [Mono-dev] ExecutionContext and CallContext (contributing)

2012-12-07 Thread Rodrigo Kumpera
What's the bug number? On Fri, Dec 7, 2012 at 11:41 AM, Yann ROBIN me.s...@gmail.com wrote: I made a pull request for this : https://github.com/mono/mono/pull/519 And here is the bugzilla ticket : https://bugzilla.xamarin.com/process_bug.cgi On Fri, Dec 7, 2012 at 1:24 PM, Yann ROBIN

Re: [Mono-dev] TCP 3.0.1/2

2012-12-07 Thread Rodrigo Kumpera
By the way, did you guys tried MONO_DISABLE_AIO=1 by any chance on your tests? It solves the issue for me. On Thu, Dec 6, 2012 at 3:46 AM, Greg Young gregoryyou...@gmail.com wrote: We have code that shows the issue https://github.com/ysw/mono-socket-problem/tree/master/SocketTest Greg On

Re: [Mono-dev] ExecutionContext and CallContext (contributing)

2012-12-07 Thread Yann ROBIN
Oupss, sorry : https://bugzilla.xamarin.com/show_bug.cgi?id=8838 On Fri, Dec 7, 2012 at 5:44 PM, Rodrigo Kumpera kump...@gmail.com wrote: What's the bug number? On Fri, Dec 7, 2012 at 11:41 AM, Yann ROBIN me.s...@gmail.com wrote: I made a pull request for this :

Re: [Mono-dev] Obtaining class from the assembly or one of the referenced assemblies

2012-12-07 Thread Robert Jordan
Hi, On 07.12.2012 07:49, Bartosz Przygoda wrote: Hi, Currently I am obtaining the MonoClass* objects via mono_class_from_name which acts upon the MonoImage of provided assembly. However, I am planning my project to span throughout few assemblies and I still want the native host to be able to