Bug 320913 (MONO78170) - IronPython-beta6 compile eror(with mono-svn- 56794)
Summary: IronPython-beta6 compile eror(with mono-svn- 56794)
Status: RESOLVED MOVED
Alias: MONO78170
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Raja R Harinath
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 04:09 UTC by YunSong Hwang
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:56:14 UTC


---- Reported by hys545@dreamwiz.com 2006-04-23 21:09:07 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
[hys545@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:



---- Additional Comments From vargaz@gmail.com 2006-04-24 05:05:16 MST ----

As I said previously, we actively monitor IronPython development, so
it makes _no_ sense to report compile errors after every IP release.
It helps nobody.




---- Additional Comments From rharinath@novell.com 2006-04-24 07:53:20 MST ----

This appears to be a dup of #78156, and should be fixed shortly.

*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO78156 ***


Unknown operating system unknown. Setting to default OS "Other".
This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"