[Mono-bugs] [Bug 79239][Nor] Changed - gmcs throws a nullref on 'class Outer : IEnumerator [Outer.Inner]'

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 18:01:14 EDT 2006


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

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

--- shadow/79239	2006-08-31 17:58:53.000000000 -0400
+++ shadow/79239.tmp.7205	2006-08-31 18:01:14.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 79239
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: abockover at novell.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs throws a nullref on 'class Outer : IEnumerator<Outer.Inner>'
+Summary: gmcs throws a nullref on 'class Outer : IEnumerator [Outer.Inner]'
 
 gmcs will crash with a NullReferenceException if it encounters a class
 definition like this:
 
 public class Outer : IEnumerable<Outer.Inner>
 {
@@ -48,6 +48,10 @@
 there.
 
 ------- Additional Comments From abockover at novell.com  2006-08-31 17:58 -------
 Created an attachment (id=17579)
 Test case exposing the gmcs crash
 
+
+------- Additional Comments From abockover at novell.com  2006-08-31 18:01 -------
+Changed the <Outer.Inner> in the summary to [Outer.Inner] as bugzilla
+doesn't cope with the < and > properly in that field.


More information about the mono-bugs mailing list