[Mono-bugs] [Bug 29927][Min] New - invalid C# code leads to NullReferenceException in mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Sep 2002 16:24:55 -0000
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@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=29927
--- shadow/29927 Thu Sep 5 12:24:55 2002
+++ shadow/29927.tmp.14158 Thu Sep 5 12:24:55 2002
@@ -0,0 +1,34 @@
+Bug#: 29927
+Product: Mono/MCS
+Version: unspecified
+OS: Debian Woody
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@freemail.hu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: invalid C# code leads to NullReferenceException in mcs
+
+Description of Problem:
+
+When trying to compile the attached testcase with latest mcs, it stops
+with a NullReferenceException.
+
+Steps to reproduce the problem:
+mcs bug.cs
+
+Actual Results:
+some error messages than an exception
+
+Expected Results:
+some error messages
+
+How often does this happen?
+allways