[Mono-bugs] [Bug 77142][Wis] New - IronPython-1.0-Beta1 compile
error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 3 08:55:56 EST 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 hys545 at dreamwiz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77142
--- shadow/77142 2006-01-03 08:55:56.000000000 -0500
+++ shadow/77142.tmp.14574 2006-01-03 08:55:56.000000000 -0500
@@ -0,0 +1,65 @@
+Bug#: 77142
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: IronPython-1.0-Beta1 compile error
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+gmcs -t:library -r:bin/IronMath.dll -r:bin/IronPython.dll -out:
+IronPythonTest/bin/Debug/IronPythonTest.dll -recurse:IronPythonTest/*.cs
+
+Unhandled Exception: System.IndexOutOfRangeException: Array index is out
+of range.
+in <0x00057> Mono.CSharp.Parameters:get_Item (Int32 pos)
+in <0x0000e> Mono.CSharp.Parameters:ParameterModifier (Int32 pos)
+in <0x00200> Mono.CSharp.MethodCore:IsDuplicateImplementation (Mono.CSharp.
+MethodCore method)
+in <0x000ac> Mono.CSharp.Method:CheckForDuplications ()
+in <0x00062> Mono.CSharp.MethodCore:CheckBase ()
+in <0x00010> Mono.CSharp.Method:CheckBase ()
+in <0x0017c> 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 <0x005b1> Mono.CSharp.TypeContainer:DoDefineMembers ()
+in <0x0004a> Mono.CSharp.TypeContainer:DefineMembers ()
+in <0x0023c> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x00979> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x00051> Mono.CSharp.Driver:Main (System.String[] args)
+make: *** [IronPythonTest/bin/Debug/IronPythonTest.dll] Error 1
+[hys545 at localhost Src]$ pwd
+/home/hys545/work/gnome/update/IronPython-1.0-Beta1/Src
+
+
+Steps to reproduce the problem:
+1. I use svn-55002
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list