You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/08/28 08:07:30 UTC

[jira] Closed: (HARMONY-4657) [drlvm][gc_gen] Crash in GC code when executing thread.ManyThreadsTest test on windows x86_64

     [ https://issues.apache.org/jira/browse/HARMONY-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao-Feng Li closed HARMONY-4657.
---------------------------------

    Resolution: Fixed

fixed and closed.

> [drlvm][gc_gen] Crash in GC code when executing thread.ManyThreadsTest test on windows x86_64
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4657
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4657
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows x86_64
>            Reporter: Gregory Shimansky
>            Assignee: Xiao-Feng Li
>
> I noticed that in VM smoke tests thread.ManyThreadsTest often crashes on windows x86_64. The crash happens in garbage collection, stack trace looks like this:
> >	gc_gen.dll!mspace_restore_block_chain(Mspace * mspace=0x0000000003e1e5e0)  Line 409 + 0x5 bytes	C++
>  	gc_gen.dll!slide_compact_mspace(Collector * collector=0x0000000003e3fd60)  Line 594	C++
>  	gc_gen.dll!collector_thread_func(void * arg=0x0000000003e3fd60)  Line 188	C++
>  	hythr.dll!thread_start_proc(void * arg=0x000000000064d640)  Line 655	C
>  	hythr.dll!_callthreadstartex()  Line 348 + 0x17 bytes	C
>  	hythr.dll!_threadstartex(void * ptd=0x00000000006033a0)  Line 331	C
>  	kernel32.dll!0000000078d6b66a() 	
> Crash happens in different modes, most often I saw it happening on server JIT mode and on interpreter.

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