Re: [Mono-dev] Memleak in mono_domain_unload

2014-10-28 Thread Vardar Sahin
I located the bug in my code for the memleak in mono_domain_unload. In my application I am loading an assembly and all of its references via mono_image_open_from_data and mono_assembly_load_from_full. In this process I also load mscorelib into the domain. And this causes the memleak. When I skip

[Mono-dev] PR1375: cleanup

2014-10-28 Thread Etienne Champetier
Hi while investigating a bug in System.Web, there was a lot of (now useless) TARGET_J2EE ifdef. This PR remove all TARGET_J2EE ifdef (using unifdef). I also remove all mainsoft stuff (it's not working anymore as i understand it). To finish the cleanup remove *.jvm* files and folders (TARGET_JVM

Re: [Mono-dev] PR1375: cleanup

2014-10-28 Thread Miguel de Icaza
Hey, I love this patch, and I also love the patch from Alexander to remove deprecated code. But we have a relatively large patch that changes a lot of files, and I am afraid that landing these changes now will make our currently forked tree a pain to merge. We need about two more weeks to

[Mono-dev] bug in AudioDevice (with fix)

2014-10-28 Thread Stephen McConnel
My development team recently isolated a bug in mono/mcs/class/System/System.Media/AudioDevice.cs that corrupts memory, leading to our program predictably crashing. I've reported the bug as https://bugzilla.xamarin.com/show_bug.cgi?id=24109 and submitted a fix as

Re: [Mono-dev] PR1375: cleanup

2014-10-28 Thread Alexander Köplinger
Sounds good! Can you share what large patch you're working on or is that a secret new feature? :-) -- Alex From: mig...@xamarin.com Date: Tue, 28 Oct 2014 12:47:40 -0400 Subject: Re: [Mono-dev] PR1375: cleanup To: champetier.etie...@gmail.com; alex.koeplin...@outlook.com CC:

Re: [Mono-dev] PR1375: cleanup

2014-10-28 Thread Miguel de Icaza
▉, ▉▉ . ▉▉▉ - ▉▉. ▉▉, , , ▉▉ MIguel On Tue, Oct 28, 2014 at 1:57 PM, Alexander Köplinger alex.koeplin...@outlook.com wrote: Sounds good! Can you share what large patch you're working on or is that a secret new feature? :-) -- Alex

Re: [Mono-dev] PR1375: cleanup

2014-10-28 Thread Greg Young
Can I buy a vowel? On Tuesday, October 28, 2014, Miguel de Icaza mig...@xamarin.com wrote: ▉, ▉▉ . ▉▉▉ - ▉▉. ▉▉, , , ▉▉ MIguel On Tue, Oct 28, 2014 at 1:57 PM, Alexander Köplinger alex.koeplin...@outlook.com

Re: [Mono-dev] PR1375: cleanup

2014-10-28 Thread Etienne Champetier
HI, 2014-10-28 17:47 GMT+01:00 Miguel de Icaza mig...@xamarin.com: Hey, I love this patch, and I also love the patch from Alexander to remove deprecated code. But we have a relatively large patch that changes a lot of files, and I am afraid that landing these changes now will make our