From commits-return-47638-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Tue Nov 27 13:54:07 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 65281 invoked from network); 27 Nov 2007 13:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 13:54:07 -0000 Received: (qmail 36673 invoked by uid 500); 27 Nov 2007 13:53:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 36581 invoked by uid 500); 27 Nov 2007 13:53:55 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 36569 invoked by uid 99); 27 Nov 2007 13:53:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 05:53:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 13:54:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 634EF71422B for ; Tue, 27 Nov 2007 05:53:43 -0800 (PST) Message-ID: <26843888.1196171623404.JavaMail.jira@brutus> Date: Tue, 27 Nov 2007 05:53:43 -0800 (PST) From: "Chen Yang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5159) [drlvm][gc] stress tests org.apache.harmony.test.stress.gc.frag.Fragmentation hung In-Reply-To: <28512725.1195574143776.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545840 ] Chen Yang commented on HARMONY-5159: ------------------------------------ I can meet the runtime exception in the Windows_x86 running: [concurrent] Starting org.apache.harmony.test.stress.gc.frag.FragmentationSoftRefTest Uncaught exception in profiler thread: java.lang.OutOfMemoryError [debug] total = 268435456, used = 1772092, ratio = 13, sizes = 1 - 2097152 The exception may make the run allitle longer than your specified time, thus result in timeout. I believe the exception is caused by the profiler thread, not by GC. For Linux, I will try to reproduce it firstly. > [drlvm][gc] stress tests org.apache.harmony.test.stress.gc.frag.Fragmentation hung > ----------------------------------------------------------------------------------- > > Key: HARMONY-5159 > URL: https://issues.apache.org/jira/browse/HARMONY-5159 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux_x86,Windows x86 > Reporter: Ilya Leviev > Assignee: Xiao-Feng Li > > stress tests org.apache.harmony.test.stress.gc.frag.Fragmentation hung > Linux_x86: > r595311 > stress.org.apache.harmony.test.stress.gc.frag.Fragmentation.FragmentationTest1024 > http://people.apache.org/~smishura/r595311/Linux_x86/stress/stress/org/apache/harmony/test/stress/gc/frag/Fragmentation/77_FragmentationTest1024-out.txt > stress.org.apache.harmony.test.stress.gc.frag.FragmentationFinalizer.FragmentationFinalizerTest1024 > http://people.apache.org/~smishura/r595311/Linux_x86/stress/stress/org/apache/harmony/test/stress/gc/frag/FragmentationFinalizer/82_FragmentationFinalizerTest1024-out.txt > stress.org.apache.harmony.test.stress.gc.frag.FragmentationReference.FragmentationSoftRefTest1024 > http://people.apache.org/~smishura/r595311/Linux_x86/stress/stress/org/apache/harmony/test/stress/gc/frag/FragmentationReference/91_FragmentationSoftRefTest1024-out.txt > r597436 > stress.org.apache.harmony.test.stress.gc.frag.FragmentationFinalizer.FragmentationFinalizerTest16_1024 > Windows x86 > r597436 > stress.org.apache.harmony.test.stress.gc.frag.FragmentationReference.FragmentationSoftRefTest > http://people.apache.org/~smishura/r597436/Windows_x86/stress/stress/org/apache/harmony/test/stress/gc/frag/FragmentationReference/90_FragmentationSoftRefTest-out.txt -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.