[Mono-bugs] [Bug 441206] New: Mono 2.0.1 fails to run IronPython 2.0rc1

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 3 13:57:21 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=441206


           Summary: Mono 2.0.1 fails to run IronPython 2.0rc1
           Product: Mono: Runtime
           Version: 2.0
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: ismail at namtrac.org
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


[~/Downloads/IronPython-2.0]> mono --version
Mono JIT compiler version 2.0.1 (tarball)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Notification:  Thread + polling
        Architecture:  x86
        Disabled:      none

[~/Downloads/IronPython-2.0]> mono ipy.exe 
Unhandled exception:

Unhandled Exception: System.InvalidCastException: Cannot cast from source type
to destination type.
  at Microsoft.Linq.Expressions.Expression.EnsureLambdCtor () [0x00000] 
  at Microsoft.Linq.Expressions.Expression.Lambda (ExpressionType nodeType,
System.Type delegateType, System.String name,
Microsoft.Linq.Expressions.Expression body,
Microsoft.Linq.Expressions.Annotations annotations,
System.Collections.ObjectModel.ReadOnlyCollection`1 parameters) [0x00000] 
  at Microsoft.Linq.Expressions.Compiler.StackSpiller.Rewrite
(Microsoft.Linq.Expressions.LambdaExpression lambda) [0x00000] 
  at Microsoft.Linq.Expressions.Compiler.StackSpiller.AnalyzeLambda
(Microsoft.Linq.Expressions.LambdaExpression lambda) [0x00000] 
  at Microsoft.Linq.Expressions.Compiler.LambdaCompiler.AnalyzeLambda
(Microsoft.Linq.Expressions.LambdaExpression lambda) [0x00000] 
  at Microsoft.Linq.Expressions.Compiler.LambdaCompiler.CompileLambda
(Microsoft.Linq.Expressions.LambdaExpression lambda, System.Type delegateType,
Boolean emitDebugSymbols, Boolean forceDynamic, System.Reflection.MethodInfo&
method) [0x00000] 
  at Microsoft.Linq.Expressions.Compiler.LambdaCompiler.CompileLambda[Func`4]
(Microsoft.Linq.Expressions.LambdaExpression lambda, Boolean forceDynamic,
System.Reflection.MethodInfo& method) [0x00000] 
  at
Microsoft.Scripting.Actions.SmallRuleSet`1[Microsoft.Func`4[Microsoft.Scripting.Actions.CallSite,System.Object,Microsoft.Scripting.Runtime.CodeContext,System.Object]].MakeTarget
() [0x00000] 
  at
Microsoft.Scripting.Actions.SmallRuleSet`1[Microsoft.Func`4[Microsoft.Scripting.Actions.CallSite,System.Object,Microsoft.Scripting.Runtime.CodeContext,System.Object]].GetTarget
() [0x00000] 
  at
Microsoft.Scripting.Actions.CallSite`1[Microsoft.Func`4[Microsoft.Scripting.Actions.CallSite,System.Object,Microsoft.Scripting.Runtime.CodeContext,System.Object]].UpdateAndExecute
(System.Object[] args) [0x00000] 
  at
Microsoft.Scripting.Actions.UpdateDelegates.Update2[Func`4,Object,CodeContext,Object]
(Microsoft.Scripting.Actions.CallSite site, System.Object arg0,
Microsoft.Scripting.Runtime.CodeContext arg1) [0x00000] 
  at IronPython.Runtime.PythonContext.TryGetBoundAttr
(Microsoft.Scripting.Runtime.CodeContext context, System.Object o, SymbolId
name, System.Object& ret) [0x00000] 
  at IronPython.Runtime.Operations.PythonOps.TryGetBoundAttr
(Microsoft.Scripting.Runtime.CodeContext context, System.Object o, SymbolId
name, System.Object& ret) [0x00000] 
  at IronPython.Runtime.Operations.PythonOps.TryGetBoundAttr (System.Object o,
SymbolId name, System.Object& ret) [0x00000] 
  at IronPython.Runtime.PythonContext.GetPythonExceptionClassName
(System.Object pythonException) [0x00000] 
  at IronPython.Runtime.PythonContext.FormatPythonException (System.Object
pythonException) [0x00000] 
  at IronPython.Runtime.PythonContext.FormatException (System.Exception
exception) [0x00000] 
  at Microsoft.Scripting.Hosting.ExceptionOperations.FormatException
(System.Exception exception) [0x00000] 
  at (wrapper remoting-invoke-with-check)
Microsoft.Scripting.Hosting.ExceptionOperations:FormatException
(System.Exception)
  at Microsoft.Scripting.Hosting.Shell.ConsoleHost.UnhandledException
(Microsoft.Scripting.Hosting.ScriptEngine engine, System.Exception e) [0x00000] 
  at Microsoft.Scripting.Hosting.Shell.ConsoleHost.RunCommandLine () [0x00000] 
  at Microsoft.Scripting.Hosting.Shell.ConsoleHost.ExecuteInternal () [0x00000] 
  at Microsoft.Scripting.Hosting.Shell.ConsoleHost.Execute () [0x00000] 
  at Microsoft.Scripting.Hosting.Shell.ConsoleHost.Run (System.String[] args)
[0x00000] 
  at PythonConsoleHost.Main (System.String[] args) [0x00000]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list