Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 39652 invoked from network); 5 Oct 2006 07:00:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 07:00:07 -0000 Received: (qmail 132 invoked by uid 500); 5 Oct 2006 07:00:03 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 101 invoked by uid 500); 5 Oct 2006 07:00:03 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 99980 invoked by uid 99); 5 Oct 2006 07:00:03 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 00:00:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:41928] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 46/FF-20288-B6DA4254 for ; Wed, 04 Oct 2006 23:59:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61ECF7142D6 for ; Wed, 4 Oct 2006 23:59:22 -0700 (PDT) Message-ID: <14266607.1160031562398.JavaMail.root@brutus> Date: Wed, 4 Oct 2006 23:59:22 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1690) [DRLVM] Jitrino.OPT crashes on ThreadLocalTest In-Reply-To: <30841173.1159962200567.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1690?page=comments#action_12440043 ] Mikhail Fursov commented on HARMONY-1690: ----------------------------------------- The resolution of this problem is in JIRA 1451. Could it be commited to the trunk? > [DRLVM] Jitrino.OPT crashes on ThreadLocalTest > ---------------------------------------------- > > Key: HARMONY-1690 > URL: http://issues.apache.org/jira/browse/HARMONY-1690 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: debug gcc 3.3.3 DRLVM r452709 > SLES 9 32-bit SP2; CPU 2xXeon x64 (Clovertown B, 4cores) > Reporter: Alexey Varlamov > Priority: Critical > > The Jitrino.OPT fails with segmentation fault on org.apache.harmony.luni.tests.java.lang.ClassTest. > To reproduce: > > java -cp junit.jar:$classlib/modules/luni/bin/test:$classlib/deploy/build/test/support.jar junit.textui.TestRunner org.apache.harmony.luni.tests.java.lang.ThreadLocalTest > SIGSEGV in VM code. > Stack trace: > 1: Jitrino::DomFrontier::computeDomFrontier(Jitrino::Node*) (??:-1) > 2: ?? (??:-1) > 3: Jitrino::MemoryOpt::insertPhiFor(Jitrino::AliasRep const&, Jitrino::VarDefSites*, Jitrino::StlList >&) (??:-1) > 4: Jitrino::MemoryOpt::insertPhiFor(Jitrino::AliasRep const&, Jitrino::VarDefSites*, Jitrino::StlList >&) (??:-1) > 5: ?? (??:-1) > 6: Jitrino::MemoryOpt::effectAnyGlobal(Jitrino::Node*, Jitrino::Inst*) (??:-1) > 7: Jitrino::AliasManager::getAncestors(Jitrino::AliasRep const&) (??:-1) > 8: Jitrino::StlList >::StlList(Jitrino::StlMMAllocator const&) (??:-1) > 9: ?? (??:-1) > 10: Jitrino::MemoryOpt::insertMemPhi() (??:-1) > 11: Jitrino::AliasRenameMap::insert(Jitrino::AliasRep const&, Jitrino::Inst*) (??:-1) > 12: void Jitrino::WalkInstsInBlock(Jitrino::Node*, Jitrino::MemoryOptInitWalker&) (??:-1) > 13: void Jitrino::WalkInstsInBlock(Jitrino::Node*, Jitrino::MemoryOptInitWalker&) (??:-1) > 14: ?? (??:-1) > 15: ?? (0027b628 > :27) > 16: ?? (??:-1) > 17: void Jitrino::NodeWalk >(Jitrino::ControlFlowGraph&, Jitrino::NodeInst2NodeWalker&) (??:-1) > 18: ?? (??:-1) > -- 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