[Mono-bugs] [Bug 74197][Nor] Changed - AppDomain wrong exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 10:53:26 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74197
--- shadow/74197 2005-03-30 08:21:12.000000000 -0500
+++ shadow/74197.tmp.29015 2005-03-30 10:53:26.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: alexmipego@hotmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: AppDomain wrogn exceptions
+Summary: AppDomain wrong exceptions
With gtk# 1.9.2 all is fine. With HEAD when we open a solution with more
than one file, and we try to expand the nodes in solution pad we get this:
001 System.ArgumentException: GCHandle value belongs to a different domain
002 in [0x00025] (at
@@ -134,6 +134,11 @@
------- Additional Comments From lluis@ximian.com 2005-03-29 17:55 -------
MonoDevelop does not use AppDomains, so it is a mono bug.
------- Additional Comments From alexmipego@hotmail.com 2005-03-30 08:21 -------
Changed the summary to reflect the problem better to mono guys
+
+------- Additional Comments From vargaz@gmail.com 2005-03-30 10:53 -------
+This might be a runtime problem, but I would appreciate if somebody
+knowledgeable in MD/gtk# could produce a testcase smaller than MD.
+