Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 93886 invoked from network); 17 Aug 2006 12:12:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 12:12:01 -0000 Received: (qmail 38555 invoked by uid 500); 17 Aug 2006 12:11:55 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 38492 invoked by uid 500); 17 Aug 2006 12:11:55 -0000 Mailing-List: contact harmony-dev-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-dev@incubator.apache.org Received: (qmail 38468 invoked by uid 99); 17 Aug 2006 12:11:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 05:11:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pavel.rebriy@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 05:11:54 -0700 Received: by nf-out-0910.google.com with SMTP id x4so983543nfb for ; Thu, 17 Aug 2006 05:11:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=qyTRVMNtQ2HGSQKF/mXwCndBvh70XX5zr25bs640B/Jq+LmdrL4iJ9eYbsUl5rxIdHCtrz0vyAp5Nm0T92X90IaSSDeR1OXyMo6GPGiQ7ALpV8keNhQk3rTinCZxiPuODs9uGDt6x+Ad/QeWsCkEVQ+qZ46GtlX63eGyHfLbs2M= Received: by 10.49.21.8 with SMTP id y8mr2138124nfi; Thu, 17 Aug 2006 05:11:13 -0700 (PDT) Received: by 10.78.202.9 with HTTP; Thu, 17 Aug 2006 05:11:13 -0700 (PDT) Message-ID: Date: Thu, 17 Aug 2006 16:11:13 +0400 From: "Pavel Rebriy" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] sanity check - can someone build from svn and test ActiveMQ? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_22618_28640362.1155816673441" References: <44E3595D.60205@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_22618_28640362.1155816673441 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Anton, your patch is a dutty hacking. With and without the patch ActiveMQ crashes as Gregory described. On 17/08/06, Anton Luht wrote: > > Hello, > > Please try to apply patch > > Index: vm/vmcore/src/verifier/ver_utils.cpp > =================================================================== > --- vm/vmcore/src/verifier/ver_utils.cpp (revision 432184) > +++ vm/vmcore/src/verifier/ver_utils.cpp (working copy) > @@ -1391,6 +1391,9 @@ > > // get stack reference class > class_handler source = vf_resolve_class( constraint->source, true, > ctex ); > + if(source == NULL) { > + source = vf_resolve_class( constraint->source, false, ctex ); > + } > if( !source ) { > VERIFY_DEBUG( "verifying class " << class_get_name( ctex->m_class > ) > << " (method " << method_get_name( constraint->method ) > > > > Unfortunately I cannot attach it to the JIRA issue because the issue is > closed. > > On 8/16/06, Geir Magnusson Jr. wrote: > > I'm trying to create snapshots, and when testing w/ ActiveMQ, I still > > have the same problems w/ ActiveMQ as reported originally in > HARMONY-956. > > > > Can someone do a sanity check? it's a release build. > > > > geir > > > > --------------------------------------------------------------------- > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > > > > -- > Regards, > Anton Luht, > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Best regards, Pavel Rebriy ------=_Part_22618_28640362.1155816673441--