Re: [Mono-dev] Debugging embedded mono with Visual Studio?

2013-12-17 Thread Vardar Sahin
Thanks for the hint, I tested unityvs and it works like a charm. So it seems that somehow it is possible to haven a plugin for Visual Studio. Beside UnityVS I was not able to find any solution. The only reason I search for such a plugin is, that Xamarin Studio has some bugs which sometime

[Mono-dev] ConcurrentQueue

2013-12-17 Thread Natti Shwarts
Hi, I'm running the following .net program on mono (Ubuntu 12, sources 3.8.13.12) and after ~1 minute where the memory rises up (without any reason according to the code below), mono crash with TOO MANY HEAP SECTIONS. (using Queue + lock is stable) I got mono sources from Git and compile them with