[Mono-bugs] [Bug 75630][Blo] New - Internal compiler error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jul 25 08:45:22 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 gael at fraiteur.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75630
--- shadow/75630 2005-07-25 08:45:22.000000000 -0400
+++ shadow/75630.tmp.28283 2005-07-25 08:45:22.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 75630
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details: Windows 2000
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gael at fraiteur.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Internal compiler error
+
+Description of Problem:
+While compiler the project using gmcs (mono 1.1.8), I receive the
+following error:
+
+Unhandled Exception: System.NullReferenceException in <0x001a6>
+Mono.CSharp.TypeContainer:DoDefineMembers ()
+
+Steps to reproduce the problem:
+1. Unzip the PostSharp project (send me an e-mail address where
+I can send the project causing the failure; my address is gael at fraiteur
+dot net)
+2. Edit the nant.bat file in the solution root directory.
+2. Go to the root directory; execute "nant -t:mono-2.0".
+
+Actual Results:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x001a6> Mono.CSharp.TypeContainer:DoDefineMembers ()
+in <0x0002b> Mono.CSharp.TypeContainer:DefineMembers
+(Mono.CSharp.TypeContainer container)
+in <0x00279> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x00b03> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x0001f> Mono.CSharp.Driver:Main (System.String[] args)
+
+Expected Results:
+No internal compiler error.
+
+How often does this happen?
+Everytime (I have no mean to know what is wrong in the code -- it compiles
+with Microsoft .NET 2.0 Beta 2).
+
+Additional Information:
More information about the mono-bugs
mailing list