[Mono-bugs] [Bug 74197][Nor] Changed - Incorrectly reported ArgumentException: GCHandle value belongs to a different domain

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 31 Mar 2005 13:18:31 -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 mkestner@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74197

--- shadow/74197	2005-03-31 11:24:33.000000000 -0500
+++ shadow/74197.tmp.23658	2005-03-31 13:18:31.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 74197
 Product: gtk#
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: general
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: alexmipego@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -156,6 +156,12 @@
 fixed the bug
 
 
 ------- Additional Comments From alexmipego@hotmail.com  2005-03-31 11:24 -------
 There are some other places where I believe there can be problems. Yet
 I let this to gtk# maintainer to check...
+
+------- Additional Comments From mkestner@ximian.com  2005-03-31 13:18 -------
+whoops, I fixed this just before I saw your patch.  There was
+additional null/NULL checking needed in ManagedValue, but you were on
+the right track.  Fixed on trunk.  Thanks for the patch, and sorry for
+sending you on a wild goose chase.