[Mono-bugs] [Bug 77035][Nor] New - mcs fails with ICE when compiling Mono debugger 0.11 with -warn:4

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 19 09:09:55 EST 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 kratz at omnicore.com.

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

--- shadow/77035	2005-12-19 09:09:55.000000000 -0500
+++ shadow/77035.tmp.20602	2005-12-19 09:09:55.000000000 -0500
@@ -0,0 +1,65 @@
+Bug#: 77035
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: kratz at omnicore.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs fails with ICE  when compiling Mono debugger 0.11 with -warn:4
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Add -warn:4 to MCS_FLAGS in mono-debugger-0.11/wrapper/Makefile
+2. Run make
+
+Actual Results:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x0000c> Mono.CSharp.TypeManager:CSharpName (System.Type t)
+in <0x0000d> Mono.CSharp.Expression:GetSignatureForError ()
+in <0x0002b> Mono.CSharp.Parameter:GetSignatureForError ()
+in <0x0005c> Mono.CSharp.Parameters:GetSignatureForError ()
+in <0x00030> Mono.CSharp.Method:GetSignatureForError ()
+in <0x0010d> Mono.CSharp.MemberBase:CheckBase ()
+in <0x00023> Mono.CSharp.MethodCore:CheckBase ()
+in <0x00010> Mono.CSharp.Method:CheckBase ()
+in <0x000bd> Mono.CSharp.Method:Define ()
+in <0x00059>
+Mono.CSharp.TypeContainer+MemberCoreArrayList:DefineContainerMembers ()
+in <0x00010>
+Mono.CSharp.TypeContainer+MethodArrayList:DefineContainerMembers ()in
+<0x00014> Mono.CSharp.TypeContainer:DefineContainerMembers
+(Mono.CSharp.MemberCoreArrayList mcal)
+in <0x0043c> Mono.CSharp.TypeContainer:DoDefineMembers ()
+in <0x00050> Mono.CSharp.TypeContainer:DefineMembers
+(Mono.CSharp.TypeContainer container)
+in <0x000dd> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x009ab> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x00041> Mono.CSharp.Driver:Main (System.String[] args)
+
+
+Expected Results:
+
+Clean compile
+
+How often does this happen? 
+
+Always reproducable.
+
+Additional Information:
+
+mcs from Mono 1.1.11 branch in svn


More information about the mono-bugs mailing list