You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/12/21 09:23:43 UTC

[jira] Assigned: (HARMONY-5100) [classlib]Dacapo.jython regression after migrating the locale data

     [ https://issues.apache.org/jira/browse/HARMONY-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu reassigned HARMONY-5100:
--------------------------------

    Assignee: Tony Wu

> [classlib]Dacapo.jython regression after migrating the locale data
> ------------------------------------------------------------------
>
>                 Key: HARMONY-5100
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5100
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>            Assignee: Tony Wu
>         Attachments: TimeZone.diff 
>
>
> It seems your commit r592434 introduce regression for Dacapo.jython
> (the bench passed on r592433). Here is the execution log:
> ===== DaCapo jython starting =====
> -------------------------------------------------------------------------------
> PYBENCH 2.0
> -------------------------------------------------------------------------------
> * using Python 2.2a1
> * Python version doesn't support garbage collection
> * system check interval set to maximum: 2147483647
> * using timer: time.time
> Traceback (innermost last):
>  File ".\scratch\jython\pybench\pybench.py", line 946, in ?
>  File "Z:\UBS\Storage\.\scratch\jython\pybench\CommandLine.py", line
> 346, in __init__
>  File ".\scratch\jython\pybench\pybench.py", line 903, in main
>  File ".\scratch\jython\pybench\pybench.py", line 425, in __init__
> java.lang.IllegalArgumentException: Cannot create PyString from null!
>        at org.python.core.PyString.<init>(Unknown Source)
>        at org.python.modules.time.classDictInit(Unknown Source)
>        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>        at java.lang.reflect.Method.invoke(Method.java:317)
>        at org.python.core.PyJavaClass.initialize(Unknown Source)
>        at org.python.core.PyJavaClass.lookupGivingClass(Unknown Source)
>        at org.python.core.PyClass.lookup(Unknown Source)
>        at org.python.core.PyJavaClass.__findattr__(Unknown Source)
>        at org.python.core.PyObject.__getattr__(Unknown Source)
>        at org.python.pycode._pyx1.__init__$14(.\scratch\jython\pybench\pybench.py:425)
>        at org.python.pycode._pyx1.call_function(.\scratch\jython\pybench\pybench.py)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyFunction.__call__(Unknown Source)
>        at org.python.core.PyInstance.__init__(Unknown Source)
>        at org.python.core.PyClass.__call__(Unknown Source)
>        at org.python.pycode._pyx1.main$25(.\scratch\jython\pybench\pybench.py:903)
>        at org.python.pycode._pyx1.call_function(.\scratch\jython\pybench\pybench.py)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyFunction.__call__(Unknown Source)
>        at org.python.core.PyMethod.__call__(Unknown Source)
>        at org.python.core.PyObject.__call__(Unknown Source)
>        at CommandLine$py.__init__$15(Z:\UBS\Storage\.\scratch\jython\pybench\CommandLine.py:346)
>        at CommandLine$py.call_function(Z:\UBS\Storage\.\scratch\jython\pybench\CommandLine.py)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyFunction.__call__(Unknown Source)
>        at org.python.core.PyInstance.__init__(Unknown Source)
>        at org.python.core.PyClass.__call__(Unknown Source)
>        at org.python.core.PyObject.__call__(Unknown Source)
>        at org.python.pycode._pyx1.f$0(.\scratch\jython\pybench\pybench.py:946)
>        at org.python.pycode._pyx1.call_function(.\scratch\jython\pybench\pybench.py)
>        at org.python.core.PyTableCode.call(Unknown Source)
>        at org.python.core.PyCode.call(Unknown Source)
>        at org.python.core.Py.runCode(Unknown Source)
>        at org.python.core.__builtin__.execfile_flags(Unknown Source)
>        at org.python.util.PythonInterpreter.execfile(Unknown Source)
>        at org.python.util.jython.main(Unknown Source)
>        at dacapo.jython.JythonHarness.iterate(JythonHarness.java:38)
>        at dacapo.Benchmark.run(Benchmark.java:126)
>        at dacapo.TestHarness.runBenchmark(TestHarness.java:302)
>        at dacapo.TestHarness.main(TestHarness.java:242)
>        at Harness.main(Harness.java:5)
>        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>        at java.lang.reflect.Method.invoke(Method.java:317)
>        at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
> java.lang.IllegalArgumentException:
> java.lang.IllegalArgumentException: Cannot create PyString from null!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.