[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 10:57:04 -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 alexmipego@hotmail.com.

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

--- shadow/74197	2005-03-30 10:54:24.000000000 -0500
+++ shadow/74197.tmp.20825	2005-03-31 10:57:04.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 74197
-Product: Mono: Runtime
-Version: 1.1
+Product: gtk#
+Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: GC
+Component: general
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: alexmipego@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -139,6 +139,14 @@
 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.
 
+
+------- Additional Comments From alexmipego@hotmail.com  2005-03-31 10:57 -------
+Ok, I tracked the problem and I though it would be runtime error.
+I found that there was zero pointer beeing passed, yet that should
+make runtime to throw an exception saying exactly that as we checked
+the MS runtime.
+
+Falling back, its a gtk# bug.