Re: [Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-28 Thread Edward Ned Harvey (mono)
> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- > boun...@lists.ximian.com] On Behalf Of Greg Young > > That doesn't do the trick all by itself, because then your code won't compile on windows, in all the places where something references Mono.Posix. If you want to

Re: [Mono-dev] Using valgrind with Mono

2016-03-28 Thread Zinkevicius, Matt
Hi Rodrigo, I am not finding a recent commit in master that mentions “mono_method_get_header”. Do you happen to have the commit ID or log message handy? Sorry for the bother, Matt From: Rodrigo Kumpera [mailto:kump...@gmail.com] Sent: Monday, March 28, 2016 1:58 PM To: Zinkevicius, Matt

Re: [Mono-dev] gdb and mono

2016-03-28 Thread David Evans
Awesome, thank you! Looks like that is in mono 4.3.2.467 and 4.4.x, I’ll give it a try. From: Zoltan Varga [mailto:var...@gmail.com] Sent: Monday, March 28, 2016 12:39 PM To: David Evans Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] gdb and mono Hi, This was fixed some time

Re: [Mono-dev] Using valgrind with Mono

2016-03-28 Thread Rodrigo Kumpera
The memory leak on mono_method_get_header was recently fixed in master. On Mon, Mar 28, 2016 at 3:31 AM, Zinkevicius, Matt wrote: > I can confirm that Zoltan’s fix does indeed remove any leak instances with > a call stack containing “ves_icall_Type_GetNestedTypes”,

Re: [Mono-dev] gdb and mono

2016-03-28 Thread Zoltan Varga
Hi, This was fixed some time ago by mono commit a6380f15f0db533e30870925e0125a859ab815cf. Zoltan On Mon, Mar 28, 2016 at 2:21 PM, David Evans wrote: > Sorry if this has been covered before, or is a current issue, but is there > a way around these

[Mono-dev] gdb and mono

2016-03-28 Thread David Evans
Sorry if this has been covered before, or is a current issue, but is there a way around these errors using gdb with mono 4.x? I generally see "/build/buildd/gdb-7.7.1/gdb/dwarf2-frame.c:692: internal-error: Unknown CFI encountered." whenever trying to look at things in gdb. Thx! (gdb) bt #0

[Mono-dev] System.SR

2016-03-28 Thread Neale Ferguson
I am looking at incorporating the CoreFx System.Data.SqlClient into mono and in examining the code have come across references to the System.SR namespace. I am not familiar with this and it seems not to exist elsewhere in either the reference sources or mono sources. Neale

Re: [Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-28 Thread Greg Young
On Mon, Mar 28, 2016 at 2:05 PM, Jason Curl wrote: > Hello, > > How can I reference Mono.Posix on Linux and still allow compilation on > Windows without installation of Mono or extra Linux specific assemblies? > > I'm afraid of referencing via NuGet as I want the Mono

[Mono-dev] Cross Platform on Linux/Windows with Mono.Posix reference on Linux

2016-03-28 Thread Jason Curl
Hello, How can I reference Mono.Posix on Linux and still allow compilation on Windows without installation of Mono or extra Linux specific assemblies? I'm afraid of referencing via NuGet as I want the Mono runtime on the Linux installation to take preference over NuGet binaries on Linux. The

Re: [Mono-dev] Using valgrind with Mono

2016-03-28 Thread Zinkevicius, Matt
I can confirm that Zoltan’s fix does indeed remove any leak instances with a call stack containing “ves_icall_Type_GetNestedTypes”, but unfortunately that accounted for only 36 leak instances out of the 19,900 reported. I have filed a bug (https://bugzilla.xamarin.com/show_bug.cgi?id=39940) and