[Mono-bugs] [Bug 74338][Nor] Changed - Exception when casting GCHandle of null object

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 2 Apr 2005 17:18:16 -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 jlarimer@gmail.com.

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

--- shadow/74338	2005-04-02 16:17:03.000000000 -0500
+++ shadow/74338.tmp.27609	2005-04-02 17:18:16.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: Fedora Core 2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: GC
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jlarimer@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -91,6 +91,9 @@
 +                       } else {
 +                               result = true;
 +                       }
                 }
         } else {
                 /* print a warning? */
+
+------- Additional Comments From jlarimer@gmail.com  2005-04-02 17:18 -------
+'true' should be 'TRUE' in that patch.