You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Elena Semukhina (JIRA)" <ji...@apache.org> on 2006/12/22 15:07:21 UTC

[jira] Created: (HARMONY-2856) [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build

[drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build
-------------------------------------------------------------------------

                 Key: HARMONY-2856
                 URL: http://issues.apache.org/jira/browse/HARMONY-2856
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Elena Semukhina


The test crashes in the following way:
 
    [junit] SIGSEGV in VM code.
    [junit] Stack trace:
    [junit]            1: ?? (??:-1)
    [junit]            2: pthread_mutex_unlock (??:-1)
    [junit]            3: ?? (??:-1)
    [junit]            4: ?? (??:-1)
    [junit] <end of stack trace>
    [junit] Test VMInit1.VMInit1 FAILED



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2856) [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build

Posted by "Pavel Rebriy (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2856?page=all ]

Pavel Rebriy updated HARMONY-2856:
----------------------------------

    Attachment: jvmti.patch

The patch could fix the problem.

> [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-2856
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2856
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: jvmti.patch
>
>
> The test crashes in the following way:
>  
>     [junit] SIGSEGV in VM code.
>     [junit] Stack trace:
>     [junit]            1: ?? (??:-1)
>     [junit]            2: pthread_mutex_unlock (??:-1)
>     [junit]            3: ?? (??:-1)
>     [junit]            4: ?? (??:-1)
>     [junit] <end of stack trace>
>     [junit] Test VMInit1.VMInit1 FAILED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2856) [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2856?page=comments#action_12460550 ] 
            
Gregory Shimansky commented on HARMONY-2856:
--------------------------------------------

It would help if you specify the exact icc version that you use. Do you use the latest icc version? It might be a compiler bug  which is fixed in the latest version.

> [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-2856
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2856
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> The test crashes in the following way:
>  
>     [junit] SIGSEGV in VM code.
>     [junit] Stack trace:
>     [junit]            1: ?? (??:-1)
>     [junit]            2: pthread_mutex_unlock (??:-1)
>     [junit]            3: ?? (??:-1)
>     [junit]            4: ?? (??:-1)
>     [junit] <end of stack trace>
>     [junit] Test VMInit1.VMInit1 FAILED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2856) [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2856?page=all ]

Gregory Shimansky closed HARMONY-2856.
--------------------------------------

    Resolution: Fixed

Patch applied at 490199.

> [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-2856
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2856
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti.patch
>
>
> The test crashes in the following way:
>  
>     [junit] SIGSEGV in VM code.
>     [junit] Stack trace:
>     [junit]            1: ?? (??:-1)
>     [junit]            2: pthread_mutex_unlock (??:-1)
>     [junit]            3: ?? (??:-1)
>     [junit]            4: ?? (??:-1)
>     [junit] <end of stack trace>
>     [junit] Test VMInit1.VMInit1 FAILED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2856) [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2856?page=all ]

Gregory Shimansky updated HARMONY-2856:
---------------------------------------

    Patch Info: [Patch Available]
      Assignee: Gregory Shimansky

> [drlvm][jvmti] jvmti test VMInit1 crashes on Linux ia32 icc release build
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-2856
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2856
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti.patch
>
>
> The test crashes in the following way:
>  
>     [junit] SIGSEGV in VM code.
>     [junit] Stack trace:
>     [junit]            1: ?? (??:-1)
>     [junit]            2: pthread_mutex_unlock (??:-1)
>     [junit]            3: ?? (??:-1)
>     [junit]            4: ?? (??:-1)
>     [junit] <end of stack trace>
>     [junit] Test VMInit1.VMInit1 FAILED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira