You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2010/05/27 11:53:38 UTC

[jira] Commented: (HARMONY-4181) [drlvm][jit] Assertion `min_idx != (~(unsigned)0)' failed on Dacapo chart benchmark on x86_64

    [ https://issues.apache.org/jira/browse/HARMONY-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872159#action_12872159 ] 

Mark Hindess commented on HARMONY-4181:
---------------------------------------

Removed test from exclude list with commit r948719.


> [drlvm][jit] Assertion `min_idx != (~(unsigned)0)' failed on Dacapo chart benchmark on x86_64
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4181
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4181
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux/x86_64, windows/x86_64
>            Reporter: Ivan Zvolsky
>            Assignee: Mikhail Fursov
>         Attachments: H-4181.patch, HARMONY-4181-quickfix.patch
>
>
> Dacapo chart benchmark fails on both windows/x86_64 and linux/x86_64.
> You can reproduce this by the following command (note that on linux X server should be up and DISPLAY variable set as required by chart benchmark):
> >java -showversion -jar dacapo-2006-10-MR2.jar -s large chart
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r547250, (Jun 14 2007), Linux/em64t/gcc 3.3.3, debug build
> http://harmony.apache.org
> ===== DaCapo chart starting =====
> The GC did not provide gc_add_weak_root_set_entry()
> java: /export/lab_drlbuild/_bta/build/checkouts/hdk/trunk/working_vm/vm/jitrino/src/jet/cg_regs.cpp:102: Jitrino::Jet::AR Jitrino::Jet::CodeGen::valloc(Jitrino::Jet::jtype): Assertion `min_idx != (~(unsigned)0)' failed.
> SIGABRT in VM code.
> Stack trace:
>   0: raise (??:-1)
>   1: abort (??:-1)
>   2: new_do_write (??:-1)
>   3: _IO_file_xsputn@@GLIBC_2.2.5 (??:-1)
>   4: ?? (??:-1)
>   5: ?? (??:-1)
>   6: ?? (??:-1)
>   7: free (??:-1)
>   8: __assert_fail (??:-1)
> It's reproduced also on more recent revision r547502.
> Dacapo could be found here: http://sourceforge.net/project/showfiles.php?group_id=172498

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