Re: [Mono-dev] Multiple Monos in a single process

2011-09-13 Thread Robert Jordan
On 12.09.2011 22:23, Joe Dluzen wrote: Hi all, let's say I have a C# app A which PInvokes to a native SO/DLL B, which embeds Mono for basically 100% of its logic. Do bad things happen on Linux vs Windows? Yes. Under Linux, libmono is statically linked by default. If you p/invoke a library

Re: [Mono-dev] Native stack trace in mono-2-10

2011-09-13 Thread Andres G. Aragoneses
On 09/12/2011 09:21 PM, Bassam Tabbara wrote: We build out of the mono-2-10 branch directly (no tags). You may want to test with the master branch to see if the bug is fixed there before you dive to more debugging sessions. Andres -- ___

Re: [Mono-dev] COM, Threads and Mono

2011-09-13 Thread tom_hindle
Could I get a review of the updated patch at: https://bugzilla.novell.com/show_bug.cgi?id=672879 as I would love to get this into mono if its ok. -- View this message in context: http://mono.1490590.n4.nabble.com/COM-Threads-and-Mono-tp3786286p3809758.html Sent from the Mono - Dev mailing list

Re: [Mono-dev] COM, Threads and Mono

2011-09-13 Thread Jonathan Chambers
Tom, The patch looks ok to me. Thanks, Jonathan On Tue, Sep 13, 2011 at 7:17 AM, tom_hindle tom_hin...@sil.org wrote: Could I get a review of the updated patch at: https://bugzilla.novell.com/show_bug.cgi?id=672879 as I would love to get this into mono if its ok. -- View this message

[Mono-dev] Novell bug #699451 (CTRL+C in parent process kills child processes)

2011-09-13 Thread Alex
Hi, https://bugzilla.novell.com/show_bug.cgi?id=699451 From Zoltan's comments, it seems like we'll have to investigate MS.NET's behavior further in order to fix this correctly. Does anyone have any input here? I'm mostly concerned about this because it's practically the last bug preventing me