You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/05/16 11:51:16 UTC

[jira] Created: (HARMONY-3877) [drlvm][gcv5] assertion fires on outofmemory smoke tests

[drlvm][gcv5] assertion fires on outofmemory smoke tests
--------------------------------------------------------

                 Key: HARMONY-3877
                 URL: https://issues.apache.org/jira/browse/HARMONY-3877
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows Server 2003 32-bit
            Reporter: Alexey Varlamov


Smoke tests outofmemory.* fail quite often with the following trace:

msvcr71d.dll!_assert(const char * expr=0x01796110, const char * filename=0x017960b8, unsigned int lineno=137)  Line 295	C
gc_gen.dll!set_next_block_for_dest(Mspace * mspace=0x01833c18)  Line 137 + 0x1d	C++
gc_gen.dll!check_dest_block(Mspace * mspace=0x01833c18)  Line 206 + 0x9	C++
gc_gen.dll!get_next_first_src_obj(Mspace * mspace=0x01833c18)  Line 244 + 0x9	C++
gc_gen.dll!mspace_sliding_compact(Collector * collector=0x01834ae0, Mspace * mspace=0x01833c18)  Line 283 + 0x9	C++
gc_gen.dll!slide_compact_mspace(Collector * collector=0x01834ae0)  Line 441 + 0xd	C++
gc_gen.dll!collector_thread_func(void * arg=0x01834ae0)  Line 159 + 0x9	C++
hythr.dll!thread_start_proc(void * arg=0x0038be60)  Line 711 + 0x9	C
hythr.dll!_threadstartex(void * ptd=0x0038c900)  Line 241 + 0xd	C
kernel32.dll!77e66063() 	

To reproduce:
>build.bat -Dtest.mode=jet test

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


Re: [jira] Created: (HARMONY-3877) [drlvm][gcv5] assertion fires on outofmemory smoke tests

Posted by Xiao-Feng Li <xi...@gmail.com>.
On 5/16/07, Alexey Varlamov (JIRA) <ji...@apache.org> wrote:
> [drlvm][gcv5] assertion fires on outofmemory smoke tests
> --------------------------------------------------------
>
>                  Key: HARMONY-3877
>                  URL: https://issues.apache.org/jira/browse/HARMONY-3877
>              Project: Harmony
>           Issue Type: Bug
>           Components: DRLVM
>          Environment: Windows Server 2003 32-bit
>             Reporter: Alexey Varlamov
>
>
> Smoke tests outofmemory.* fail quite often with the following trace:
>
> msvcr71d.dll!_assert(const char * expr=0x01796110, const char * filename=0x017960b8, unsigned int lineno=137)  Line 295 C
> gc_gen.dll!set_next_block_for_dest(Mspace * mspace=0x01833c18)  Line 137 + 0x1d C++
> gc_gen.dll!check_dest_block(Mspace * mspace=0x01833c18)  Line 206 + 0x9 C++
> gc_gen.dll!get_next_first_src_obj(Mspace * mspace=0x01833c18)  Line 244 + 0x9   C++
> gc_gen.dll!mspace_sliding_compact(Collector * collector=0x01834ae0, Mspace * mspace=0x01833c18)  Line 283 + 0x9 C++
> gc_gen.dll!slide_compact_mspace(Collector * collector=0x01834ae0)  Line 441 + 0xd       C++
> gc_gen.dll!collector_thread_func(void * arg=0x01834ae0)  Line 159 + 0x9 C++
> hythr.dll!thread_start_proc(void * arg=0x0038be60)  Line 711 + 0x9      C
> hythr.dll!_threadstartex(void * ptd=0x0038c900)  Line 241 + 0xd C
> kernel32.dll!77e66063()
>
> To reproduce:
> >build.bat -Dtest.mode=jet test
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Vladimir, this should have been fixed. Would you please have a retry?

(Actually I couldn't reproduce it locally. But last commit has some
bug fixings that I believe solve the issue. )

Thanks,
xiaofeng

-- 
http://xiao-feng.blogspot.com

[jira] Closed: (HARMONY-3877) [drlvm][gcv5] assertion fires on outofmemory smoke tests

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov closed HARMONY-3877.
------------------------------------

    Resolution: Fixed

I do not observe these failures anymore, thanks.

> [drlvm][gcv5] assertion fires on outofmemory smoke tests
> --------------------------------------------------------
>
>                 Key: HARMONY-3877
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3877
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows Server 2003 32-bit
>            Reporter: Alexey Varlamov
>         Assigned To: Xiao-Feng Li
>
> Smoke tests outofmemory.* fail quite often with the following trace:
> msvcr71d.dll!_assert(const char * expr=0x01796110, const char * filename=0x017960b8, unsigned int lineno=137)  Line 295	C
> gc_gen.dll!set_next_block_for_dest(Mspace * mspace=0x01833c18)  Line 137 + 0x1d	C++
> gc_gen.dll!check_dest_block(Mspace * mspace=0x01833c18)  Line 206 + 0x9	C++
> gc_gen.dll!get_next_first_src_obj(Mspace * mspace=0x01833c18)  Line 244 + 0x9	C++
> gc_gen.dll!mspace_sliding_compact(Collector * collector=0x01834ae0, Mspace * mspace=0x01833c18)  Line 283 + 0x9	C++
> gc_gen.dll!slide_compact_mspace(Collector * collector=0x01834ae0)  Line 441 + 0xd	C++
> gc_gen.dll!collector_thread_func(void * arg=0x01834ae0)  Line 159 + 0x9	C++
> hythr.dll!thread_start_proc(void * arg=0x0038be60)  Line 711 + 0x9	C
> hythr.dll!_threadstartex(void * ptd=0x0038c900)  Line 241 + 0xd	C
> kernel32.dll!77e66063() 	
> To reproduce:
> >build.bat -Dtest.mode=jet test

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


[jira] Commented: (HARMONY-3877) [drlvm][gcv5] assertion fires on outofmemory smoke tests

Posted by "Xiao-Feng Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496564 ] 

Xiao-Feng Li commented on HARMONY-3877:
---------------------------------------

Alexey, is the bug still existent? I think it's fixed now. Thanks.

> [drlvm][gcv5] assertion fires on outofmemory smoke tests
> --------------------------------------------------------
>
>                 Key: HARMONY-3877
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3877
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows Server 2003 32-bit
>            Reporter: Alexey Varlamov
>         Assigned To: Xiao-Feng Li
>
> Smoke tests outofmemory.* fail quite often with the following trace:
> msvcr71d.dll!_assert(const char * expr=0x01796110, const char * filename=0x017960b8, unsigned int lineno=137)  Line 295	C
> gc_gen.dll!set_next_block_for_dest(Mspace * mspace=0x01833c18)  Line 137 + 0x1d	C++
> gc_gen.dll!check_dest_block(Mspace * mspace=0x01833c18)  Line 206 + 0x9	C++
> gc_gen.dll!get_next_first_src_obj(Mspace * mspace=0x01833c18)  Line 244 + 0x9	C++
> gc_gen.dll!mspace_sliding_compact(Collector * collector=0x01834ae0, Mspace * mspace=0x01833c18)  Line 283 + 0x9	C++
> gc_gen.dll!slide_compact_mspace(Collector * collector=0x01834ae0)  Line 441 + 0xd	C++
> gc_gen.dll!collector_thread_func(void * arg=0x01834ae0)  Line 159 + 0x9	C++
> hythr.dll!thread_start_proc(void * arg=0x0038be60)  Line 711 + 0x9	C
> hythr.dll!_threadstartex(void * ptd=0x0038c900)  Line 241 + 0xd	C
> kernel32.dll!77e66063() 	
> To reproduce:
> >build.bat -Dtest.mode=jet test

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


[jira] Assigned: (HARMONY-3877) [drlvm][gcv5] assertion fires on outofmemory smoke tests

Posted by "Xiao-Feng Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao-Feng Li reassigned HARMONY-3877:
-------------------------------------

    Assignee: Xiao-Feng Li

> [drlvm][gcv5] assertion fires on outofmemory smoke tests
> --------------------------------------------------------
>
>                 Key: HARMONY-3877
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3877
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows Server 2003 32-bit
>            Reporter: Alexey Varlamov
>         Assigned To: Xiao-Feng Li
>
> Smoke tests outofmemory.* fail quite often with the following trace:
> msvcr71d.dll!_assert(const char * expr=0x01796110, const char * filename=0x017960b8, unsigned int lineno=137)  Line 295	C
> gc_gen.dll!set_next_block_for_dest(Mspace * mspace=0x01833c18)  Line 137 + 0x1d	C++
> gc_gen.dll!check_dest_block(Mspace * mspace=0x01833c18)  Line 206 + 0x9	C++
> gc_gen.dll!get_next_first_src_obj(Mspace * mspace=0x01833c18)  Line 244 + 0x9	C++
> gc_gen.dll!mspace_sliding_compact(Collector * collector=0x01834ae0, Mspace * mspace=0x01833c18)  Line 283 + 0x9	C++
> gc_gen.dll!slide_compact_mspace(Collector * collector=0x01834ae0)  Line 441 + 0xd	C++
> gc_gen.dll!collector_thread_func(void * arg=0x01834ae0)  Line 159 + 0x9	C++
> hythr.dll!thread_start_proc(void * arg=0x0038be60)  Line 711 + 0x9	C
> hythr.dll!_threadstartex(void * ptd=0x0038c900)  Line 241 + 0xd	C
> kernel32.dll!77e66063() 	
> To reproduce:
> >build.bat -Dtest.mode=jet test

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