You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Yuri Dolgov (JIRA)" <ji...@apache.org> on 2007/06/18 06:57:26 UTC

[jira] Commented: (HARMONY-2137) DaCapo jython fails

    [ https://issues.apache.org/jira/browse/HARMONY-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505668 ] 

Yuri Dolgov commented on HARMONY-2137:
--------------------------------------

I've tried to look make a deeper analysis of the bug and it seems that the problem is in VM part. 
The bug is reproduceble in interpreter mode with option -XX:vm.component.classpath.hythr=hythr.jar

The followin environment was used:
SLES 9 Linux, on Harmony r547173
Command line:  java -Xint -XX:vm.component.classpath.hythr=hythr.jar  -jar dacapo-2006-10.jar -s small -n 2 jython


> DaCapo jython fails
> -------------------
>
>                 Key: HARMONY-2137
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2137
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>         Environment: Linux
>            Reporter: Robin Garner
>
> DaCapo jython fails with what appears to be a python error.  Given that this benchmark runs successfully on at least 6 other Java vms, this would appear to be a problem in drlvm or the harmony classlib.  Easily reproduced with the current release of DaCapo at http://www.dacapobench.org/
> $DRLVM_HOME/jre/bin/java -jar dacapo-20061109.jar -s small -n 2 jython
> *sys-package-mgr*: processing new jar, '/home/robing/tmp/dacapo-nightly-20061109/dacapo-20061109.jar'
> *sys-package-mgr*: processing new jar, 
> ...
> *sys-package-mgr*: processing new jar, '/home/robing/tmp/dacapo-nightly-20061109/harmony/harmony/working_vm/build/lnx_ia32_gcc_release/deploy/jre/lib/ext/signed.bcprov.jar'
> error importing site
> Traceback (innermost last):
>   File "/home/robing/tmp/dacapo-nightly-20061109/./scratch/jython/Lib/site.py", line 66, in ?
> AttributeError: java package 'sys' has no attribute 'modules'

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