Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 75449 invoked from network); 15 Sep 2006 12:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 12:10:11 -0000 Received: (qmail 23162 invoked by uid 500); 15 Sep 2006 12:10:07 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23002 invoked by uid 500); 15 Sep 2006 12:10:06 -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 22991 invoked by uid 99); 15 Sep 2006 12:10:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 05:10:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alexey.v.varlamov@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 05:09:54 -0700 Received: by wx-out-0506.google.com with SMTP id s13so3096816wxc for ; Fri, 15 Sep 2006 05:09:27 -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:content-transfer-encoding:content-disposition:references; b=AzxIakfmVFSk8hIMi7vd6z59nx8BESHC2bEwEsjJeoJuzuvORjDPXVR9h/p9fJWpx7pnDK9xlQjsuKSPPevu5giZpWZYbkkJJH+EX8MMRR4F7xmoCBdypgv5LzmIPBdFq3ZwaiOzk+4/uudP38EbXwWCMZiyd3J1ofFN/DS2qj0= Received: by 10.70.61.1 with SMTP id j1mr14521782wxa; Fri, 15 Sep 2006 05:09:27 -0700 (PDT) Received: by 10.70.23.13 with HTTP; Fri, 15 Sep 2006 05:09:27 -0700 (PDT) Message-ID: Date: Fri, 15 Sep 2006 19:09:27 +0700 From: "Alexey Varlamov" To: harmony-dev@incubator.apache.org, geir@pobox.com Subject: Re: [drlvm] HARMONY-1363 - status update In-Reply-To: <450A9345.3060201@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45099E1C.8080700@pobox.com> <4509DBB9.1030409@pobox.com> <4509E010.1050503@pobox.com> <450A9345.3060201@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 2006/9/15, Geir Magnusson Jr. : > > > Egor Pasko wrote: > > On the 0x1E5 day of Apache Harmony Egor Pasko wrote: > >> On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: > >>> Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work > >>> wiht both release and debug builds. > >>> > >>> Strange problem is that something is really slow - server start time > >>> is something like 17 sec on my machine, but 1.7 w/ Sun. Clearly > >>> something is broken. > >> I am looking into the slow startup problem. > >> It'll take some time to download everything... > > > > hmm.. I had to export LD_LIBRARY_PATH to dynamically link to > > libhysig.so (I remember there was a pretty java.exec some day, now it > > is gone) > > There should be no need for that if you are using the Harmony launcher, > as it sets things up properly. I have the same problem as Egor. And, kernel.tests fail due to this - i..e when I run build.sh test, smoke tests pass and then kernel tests fail. BTW, I recall this is actual also for classlib tests on j9 - simple "ant test" does not work. > > > > > And got a failure as follows: > > $ ./java Hello > > free(): invalid pointer 0xbfffd148! > > free(): invalid pointer 0x40b7960e! > > free(): invalid pointer 0x40d6da7c! > > free(): invalid pointer 0xbfffd148! > > SIGSEGV in VM code. > > Stack trace: > > > > after that VM hang not responding to ^C, killed > > similar things on debug and release configs... > > > > SUSE 9 > > > > Am I doing something wrong? do we build with 'build.sh' yet? > > ? > > I build only w/ build.sh > > Here's how I work these days : I have checked out > > enhanced/trunk > > and run "ant" in that directory, which will do a svn switch on > working_classlib and working_vm, checking out the head of classlib/trunk > and drlvm/trunk into those two directories. > > If you let that run, it will build classlib and drlvm, and then package > in to hdk and jre, but I don't use this in my day to day life. > > I tend to go into either working_vm and build there via build/build.sh > (note you need to either set -Dextern.dep.CLASSLIB.loc correctly, or > just have a drlvm.properties file in working_vm/build or when I need a > classlib update, go up into working_classlib, do an svn update, and then > ant. > > I should document this... > > 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 > > --------------------------------------------------------------------- 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