[Mono-dev] [patch] Clean up

2011-05-03 Thread Richard Sykes
Hi, I'm new here (just signed up), following the http://mono-project.com/Contributing #Ways to Contribute. If okay/appropriate, I would like to throw into the ring suggested fixed as I find them. Constructive feedback is appreciated. My motive/goal: To get this working... MonoDomain* domain =

Re: [Mono-dev] System.Threading.Monitor::Exit fails in latest trees

2011-05-03 Thread Martin Däumler
Hy. On 03.05.11 15:45, Zoltan Varga wrote: Q1: Besides the monitor enter/exit trampolines, there are other trampoline types which might not end up in a C-function (and use, for example, optimized code instead)? All trampolines are hand written assembly code, but most of

Re: [Mono-dev] [patch] Clean up

2011-05-03 Thread Zoltan Varga
Hi, This will never work, the runtime depends on variables being zero initalized in a mirriad places. Neither java's hotspot, nor MS.NET CLR allows you to start/stop the runtime multiple times. Zoltan On Tue, May 3, 2011 at 3:54 PM, Richard Sykes jit...@gmail.com wrote: Hi,

Re: [Mono-dev] Status of COM interop

2011-05-03 Thread Ivo Smits
Jonathan (and others), I don't think this issue is playing up yet at run time. None of the complex/bigger COM objects are released yet, until the application finishes. At that point I sometimes receive a SIGSEGV, which may be caused by the releasing of the COM objects. It's no big deal yet. As

Re: [Mono-dev] Did anyone use SocketAsyncArgs in production?

2011-05-03 Thread Dfgqq Dfgqq
Hi.. I am far away from my workstation. I will try to post some stack trees within a few days. On Sun, May 1, 2011 at 8:25 PM, Alex xtzgzo...@gmail.com wrote: Hi, It would really help if you could post the exception that you're getting. Regards, Alex 2011/5/1 Dfgqq Dfgqq