You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Pavel Pervov <pm...@gmail.com> on 2007/09/28 14:47:06 UTC

Re: [jira] Commented: (HARMONY-3861) [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux x86

Please, consider commiting this in M3. This bug can pop up as intermittent
crash on any JVMTI usage scenario employing single step functionality and
JVMTI thread and thread group functions.

WBR,
    Pavel.
On 9/27/07, Pavel Pervov (JIRA) <ji...@apache.org> wrote:
>
>
>    [
> https://issues.apache.org/jira/browse/HARMONY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530659]
>
> Pavel Pervov commented on HARMONY-3861:
> ---------------------------------------
>
> The patch also fixes most of JVMTI code to not invoke Java in the
> implementation of TI functions.
>
> > [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux
> x86
> >
> ----------------------------------------------------------------------------
> >
> >                 Key: HARMONY-3861
> >                 URL: https://issues.apache.org/jira/browse/HARMONY-3861
> >             Project: Harmony
> >          Issue Type: Bug
> >          Components: DRLVM
> >            Reporter: Vladimir Ivanov
> >         Attachments: H3861.patch
> >
> >
> > The CC/CI report issue with PopFrame1 DRLVM test.
> > Note this is intermittent failure and it hard to reproduce.
> > ---------------- Execution log ---------------------------
> >         ==================================
> >         Run JVMTI tests using jitrino.JET
> >         ==================================
> >
> > Running Breakpoint1
> > Running PopFrame1
> > SIGTRAP in VM code.
> > Stack trace:
> > <end of stack trace>
> > Running SingleStep1
> > Running VMInit1
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Pavel Pervov,
Intel Enterprise Solutions Software Division

Re: [jira] Commented: (HARMONY-3861) [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux x86

Posted by Gregory Shimansky <gs...@gmail.com>.
Alexey Varlamov wrote:
> 2007/9/28, Gregory Shimansky <gs...@gmail.com>:
>> Pavel Pervov wrote:
>>> Please, consider commiting this in M3. This bug can pop up as intermittent
>>> crash on any JVMTI usage scenario employing single step functionality and
>>> JVMTI thread and thread group functions.
>> Ok I support committing it. Does anyone else?
> I do.

Ok thanks. I committed the patch. All tests passed with it.

>>> On 9/27/07, Pavel Pervov (JIRA) <ji...@apache.org> wrote:
>>>>    [
>>>> https://issues.apache.org/jira/browse/HARMONY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530659]
>>>>
>>>> Pavel Pervov commented on HARMONY-3861:
>>>> ---------------------------------------
>>>>
>>>> The patch also fixes most of JVMTI code to not invoke Java in the
>>>> implementation of TI functions.
>>>>
>>>>> [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux
>>>> x86
>>>> ----------------------------------------------------------------------------
>>>>>                 Key: HARMONY-3861
>>>>>                 URL: https://issues.apache.org/jira/browse/HARMONY-3861
>>>>>             Project: Harmony
>>>>>          Issue Type: Bug
>>>>>          Components: DRLVM
>>>>>            Reporter: Vladimir Ivanov
>>>>>         Attachments: H3861.patch
>>>>>
>>>>>
>>>>> The CC/CI report issue with PopFrame1 DRLVM test.
>>>>> Note this is intermittent failure and it hard to reproduce.
>>>>> ---------------- Execution log ---------------------------
>>>>>         ==================================
>>>>>         Run JVMTI tests using jitrino.JET
>>>>>         ==================================
>>>>>
>>>>> Running Breakpoint1
>>>>> Running PopFrame1
>>>>> SIGTRAP in VM code.
>>>>> Stack trace:
>>>>> <end of stack trace>
>>>>> Running SingleStep1
>>>>> Running VMInit1
>>>> --
>>>> This message is automatically generated by JIRA.
>>>> -
>>>> You can reply to this email to add a comment to the issue online.
>>>>
>>>>
>>>
>>
>> --
>> Gregory
>>
>>
> 


-- 
Gregory


Re: [jira] Commented: (HARMONY-3861) [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux x86

Posted by Alexey Varlamov <al...@gmail.com>.
2007/9/28, Gregory Shimansky <gs...@gmail.com>:
> Pavel Pervov wrote:
> > Please, consider commiting this in M3. This bug can pop up as intermittent
> > crash on any JVMTI usage scenario employing single step functionality and
> > JVMTI thread and thread group functions.
>
> Ok I support committing it. Does anyone else?
I do.

>
> > On 9/27/07, Pavel Pervov (JIRA) <ji...@apache.org> wrote:
> >>
> >>    [
> >> https://issues.apache.org/jira/browse/HARMONY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530659]
> >>
> >> Pavel Pervov commented on HARMONY-3861:
> >> ---------------------------------------
> >>
> >> The patch also fixes most of JVMTI code to not invoke Java in the
> >> implementation of TI functions.
> >>
> >>> [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux
> >> x86
> >> ----------------------------------------------------------------------------
> >>>                 Key: HARMONY-3861
> >>>                 URL: https://issues.apache.org/jira/browse/HARMONY-3861
> >>>             Project: Harmony
> >>>          Issue Type: Bug
> >>>          Components: DRLVM
> >>>            Reporter: Vladimir Ivanov
> >>>         Attachments: H3861.patch
> >>>
> >>>
> >>> The CC/CI report issue with PopFrame1 DRLVM test.
> >>> Note this is intermittent failure and it hard to reproduce.
> >>> ---------------- Execution log ---------------------------
> >>>         ==================================
> >>>         Run JVMTI tests using jitrino.JET
> >>>         ==================================
> >>>
> >>> Running Breakpoint1
> >>> Running PopFrame1
> >>> SIGTRAP in VM code.
> >>> Stack trace:
> >>> <end of stack trace>
> >>> Running SingleStep1
> >>> Running VMInit1
> >> --
> >> This message is automatically generated by JIRA.
> >> -
> >> You can reply to this email to add a comment to the issue online.
> >>
> >>
> >
> >
>
>
> --
> Gregory
>
>

Re: [jira] Commented: (HARMONY-3861) [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux x86

Posted by Gregory Shimansky <gs...@gmail.com>.
Pavel Pervov wrote:
> Please, consider commiting this in M3. This bug can pop up as intermittent
> crash on any JVMTI usage scenario employing single step functionality and
> JVMTI thread and thread group functions.

Ok I support committing it. Does anyone else?

> On 9/27/07, Pavel Pervov (JIRA) <ji...@apache.org> wrote:
>>
>>    [
>> https://issues.apache.org/jira/browse/HARMONY-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530659]
>>
>> Pavel Pervov commented on HARMONY-3861:
>> ---------------------------------------
>>
>> The patch also fixes most of JVMTI code to not invoke Java in the
>> implementation of TI functions.
>>
>>> [drlvm][jvmti] DRLVM jvmti test PopFrame1 intermittently failed on Linux
>> x86
>> ----------------------------------------------------------------------------
>>>                 Key: HARMONY-3861
>>>                 URL: https://issues.apache.org/jira/browse/HARMONY-3861
>>>             Project: Harmony
>>>          Issue Type: Bug
>>>          Components: DRLVM
>>>            Reporter: Vladimir Ivanov
>>>         Attachments: H3861.patch
>>>
>>>
>>> The CC/CI report issue with PopFrame1 DRLVM test.
>>> Note this is intermittent failure and it hard to reproduce.
>>> ---------------- Execution log ---------------------------
>>>         ==================================
>>>         Run JVMTI tests using jitrino.JET
>>>         ==================================
>>>
>>> Running Breakpoint1
>>> Running PopFrame1
>>> SIGTRAP in VM code.
>>> Stack trace:
>>> <end of stack trace>
>>> Running SingleStep1
>>> Running VMInit1
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>>
> 
> 


-- 
Gregory