Bugzilla – Bug 674638
[2.10RC2]: Softdebugger disconnects on AppDomainUnload
Last modified: 2011-04-14 10:17:36 UTC
Created attachment 415940 [details] TestCase similar to #673592 User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; FDM) This is a step further to #673592 When trying to get an ObjectHandle via AppDomain.CreateInstance in the other Domain in the debuggee and thereafter unloading the Domain, then the debugger disconnects from the debuggee without reason. Reproducible: Always Steps to Reproduce: 1. 2. 3. GTest.exe is the bug-673592_2_gtest.cs executable (the Debugger) Test2.exe is the Debuggee_2.cs executable (the Debuggee) AFDMProxy.dll is the Assembly loaded into another AppDomain by the Debuggee, and in which the Object is created
This was RC2 from 2.10.1 of course.
Are you running with a7c3c389014d3cbb4f057b3d168cab73, which fixed that other bug ?
I'm running 2.10.1 RC2 from http://mono.ximian.com/monobuild/preview/download-preview/ which seems to have the fix in it.
Hopefully fixed by 85e594b968f134ab864d8614ff7eb1ab7b766e27 on the 2.10 branch. Please reopen if you can still reproduce with that patch.
I can still reproduce this with 2.10.2RC1 (320abe5) BTW: I depend on those builds and cannot compile under Windows (and MonoCharge doesn't work)
Reopened
Still reproduceable with 2.10.2RC3 (86b0b2af)
I can reproduce this using the binaries, it seems pretty random.