[Mono-bugs] [Bug 78170][Wis] New - IronPython-beta6 compile eror(with mono-svn- 56794)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 23 21:09:08 EDT 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=78170

--- shadow/78170	2006-04-23 21:09:08.000000000 -0400
+++ shadow/78170.tmp.21651	2006-04-23 21:09:08.000000000 -0400
@@ -0,0 +1,88 @@
+Bug#: 78170
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: hys545 at dreamwiz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IronPython-beta6 compile eror(with mono-svn- 56794)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+[hys545 at localhost Src]$ make
+gmcs -t:library -r:../IronMath.dll -r:System.Drawing.dll
+-r:System.Design.dll -out:../IronPython.dll -recurse:IronPython/*.cs
+IronPython/CodeDom/Generator.cs(1411,17): warning CS0219: The variable
+`startingRow' is assigned but its value is never used
+IronPython/CodeDom/Generator.cs(1458,17): warning CS0219: The variable
+`line' is assigned but its value is never used
+IronPython/Compiler/NewTypeMaker.cs(468,17): warning CS0219: The variable
+`kwDict' is assigned but its value is never used
+IronPython/Compiler/NewTypeMaker.cs(468,30): warning CS0219: The variable
+`paramsArray' is assigned but its value is never used
+IronPython/Compiler/OutputGenerator.cs(439,24): warning CS0219: The
+variable `nameArray' is assigned but its value is never used
+IronPython/Compiler/ReflectOptimizer.cs(157,28): warning CS0219: The
+variable `curMethod' is assigned but its value is never used
+IronPython/Compiler/ReflectOptimizer.cs(188,32): warning CS0219: The
+variable `curMethod' is assigned but its value is never used
+IronPython/Compiler/ReflectOptimizer.cs(813,23): warning CS0219: The
+variable `loopDone' is assigned but its value is never used
+IronPython/Compiler/Statements.cs(526,38): warning CS0168: The variable
+`yt' is declared but never used
+IronPython/Hosting/PythonEngine.cs(82,20): warning CS0219: The variable
+`tmp' is assigned but its value is never used
+Exception caught by the compiler while compiling:
+   Block that caused the problem begin at:
+IronPython/Hosting/PythonEngine.cs(324,21):
+                     Block being compiled:
+[IronPython/Hosting/PythonEngine.cs(324,109):,IronPython/Hosting/PythonEngine.cs(359,9):]
+System.NullReferenceException: Object reference not set to an instance of
+an object
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x0000d> Mono.CSharp.MyBitVector:Or (Mono.CSharp.MyBitVector new_vector)
+in <0x00033> Mono.CSharp.FlowBranching+UsageVector:MergeFinally
+(Mono.CSharp.UsageVector f_origins, Mono.CSharp.MyBitVector f_params)
+in <0x00059> Mono.CSharp.FlowBranching+UsageVector:MergeFinally
+(Mono.CSharp.UsageVector f_vector, Mono.CSharp.UsageVector f_origins)
+in <0x00023> Mono.CSharp.FlowBranchingException:Merge ()
+in <0x00011> Mono.CSharp.FlowBranching+UsageVector:MergeChild
+(Mono.CSharp.FlowBranching branching)
+in <0x0001a> Mono.CSharp.FlowBranching:MergeChild
+(Mono.CSharp.FlowBranching child)
+in <0x00021> Mono.CSharp.EmitContext:DoEndFlowBranching ()
+in <0x0000e> Mono.CSharp.EmitContext:EndFlowBranching ()
+in <0x0066b> Mono.CSharp.Try:Resolve (Mono.CSharp.EmitContext ec)
+in <0x001cc> Mono.CSharp.Block:Resolve (Mono.CSharp.EmitContext ec)
+in <0x00145> Mono.CSharp.EmitContext:ResolveTopBlock
+(Mono.CSharp.EmitContext anonymous_method_host, Mono.CSharp.ToplevelBlock
+block, Mono.CSharp.Parameters ip, IMethodData md, System.Boolean unreachable)
+
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list