[Mono-bugs] [Bug 74751][Wis] Changed - NullRef on a ABI change rather than assert

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 06:49:26 -0400 (EDT)


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=74751

--- shadow/74751	2005-04-27 13:19:09.000000000 -0400
+++ shadow/74751.tmp.29932	2005-04-28 06:49:26.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74751
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -46,6 +46,9 @@
 Unhandled Exception: System.NullReferenceException: Object reference not
 set to an instance of an object
 in <0x00008> Y:Main ()
 
 On MSFT you get a missingfieldexception. At the very least, we should
 assert, rather than a strange NRE.
+
+------- Additional Comments From vargaz@gmail.com  2005-04-28 06:49 -------
+Fixed in SVN.