[Mono-bugs] [Bug 82622][Nor] Changed - Internal compiler error (NullReferenceException)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 11:30:53 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/82622	2007-08-29 06:56:00.000000000 -0400
+++ shadow/82622.tmp.1605	2007-08-29 11:30:53.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 82622
 Product: Mono: Compilers
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: frederik.carlier at ugent.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -77,6 +77,27 @@
 gmcs from SVN
 
 ------- Additional Comments From frederik.carlier at ugent.be  2007-08-29 06:55 -------
 Created an attachment (id=19917)
 Code required to reproduce the issue
 
+
+------- Additional Comments From gert.driesen at pandora.be  2007-08-29 11:30 -------
+Reduced test case:
+
+using System;
+using System.Collections;
+
+public class Test
+{
+	static void Main ()
+	{
+		Hashtable ht = new Hashtable ();
+		ht ["a"] = Run ("Appointments");
+	}
+
+	public static void Run (string unit)
+	{
+		return null;
+	}
+}
+


More information about the mono-bugs mailing list