[Mono-bugs] [Bug 76419][Wis] Changed - weird NullReferenceException on resolving missing interface implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 12 09:04:41 EDT 2005


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 rharinath at novell.com.

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

--- shadow/76419	2005-10-12 08:06:13.000000000 -0400
+++ shadow/76419.tmp.6384	2005-10-12 09:04:41.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 76419
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [GMCS] weird NullReferenceException on resolving missing interface implementation
+Summary: weird NullReferenceException on resolving missing interface implementation
 
 This example results in a weird compiler crash, difficult to name this bug ;-)
 
 public interface IFoo
 {
         string Heh { get; } // significant to cause the error.
@@ -76,6 +76,9 @@
 consistently.
 
 Additional Information:
 
 As far as I tried, it does not happen when I remove the property definition
 from the interface.
+
+------- Additional Comments From rharinath at novell.com  2005-10-12 09:04 -------
+Nothing peculiar to GMCS in this crash.  MCS appears to crash similarly.


More information about the mono-bugs mailing list