Re: [Mono-dev] Random deadlocks when spawning via new Process

2013-08-12 Thread gerber.matthew
Rodrigo Kumpera wrote I have no idea. I'd need to reproduce it first Rodrigo, From your message, I can't tell whether or not you saw my previous post with an example program that will reproduce the deadlock. Or maybe you saw the post but the program didn't deadlock for you? Please let me know

Re: [Mono-dev] Random deadlocks when spawning via new Process

2013-08-12 Thread Rodrigo Kumpera
I have no idea. I'd need to reproduce it first On Sun, Aug 11, 2013 at 7:01 PM, gerber.matthew gerber.matt...@gmail.comwrote: Rodrigo Kumpera wrote Can you produce a test case that shows this hang? This it will be much easier for the moonteam to debug and fix it. Rodrigo (and others),

Re: [Mono-dev] Random deadlocks when spawning via new Process

2013-08-12 Thread Rodrigo Kumpera
I filed https://bugzilla.xamarin.com/show_bug.cgi?id=13920 to track this. On Mon, Aug 12, 2013 at 10:40 AM, Rodrigo Kumpera kump...@gmail.com wrote: I have no idea. I'd need to reproduce it first On Sun, Aug 11, 2013 at 7:01 PM, gerber.matthew gerber.matt...@gmail.comwrote: Rodrigo

Re: [Mono-dev] NancyFX self hosting (HttpListener) locking up on linux

2013-08-12 Thread Nikita Tsukanov
Hello. I've reproduced the problem without ANY I/O only with NancyFx. Following code leads to lock up: class MainClass { public static void Main(string[] args) { var bt = new DefaultNancyBootstrapper ();

Re: [Mono-dev] NancyFX self hosting (HttpListener) locking up on linux

2013-08-12 Thread Nikita Tsukanov
Oh, great. I've got lockup and segfault (on different runs) with this code: static INancyEngine _engine; public static void Main(string[] args) { var pool = new SmartThreadPool (); var bt = new

Re: [Mono-dev] NancyFX self hosting (HttpListener) locking up on linux

2013-08-12 Thread Nikita Tsukanov
I've filled a bug report: https://bugzilla.xamarin.com/show_bug.cgi?id=13933(also increased thread count from 2 to 10 to make it easier to reproduce the issue). 2013/8/12 Nikita Tsukanov kek...@gmail.com Oh, great. I've got lockup and segfault (on different runs) with this code:

Re: [Mono-dev] Assert in mini-arm.c

2013-08-12 Thread Bassam Tabbara
Folks, Any insights into why the assert would trigger? Is this a resource exhaustion issue, or is specific to certain code that is being JITed? I need someone to point me in the right direction. I'm able to reproduce this but only in the context of our application. This did not happen with the