Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 2189 invoked from network); 26 Mar 2009 10:18:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 10:18:25 -0000 Received: (qmail 39960 invoked by uid 500); 26 Mar 2009 10:18:24 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 39923 invoked by uid 500); 26 Mar 2009 10:18:24 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 39888 invoked by uid 99); 26 Mar 2009 10:18:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:18:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 74.125.78.147 as permitted sender) Received: from [74.125.78.147] (HELO ey-out-1920.google.com) (74.125.78.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:18:15 +0000 Received: by ey-out-1920.google.com with SMTP id 13so96117eye.24 for ; Thu, 26 Mar 2009 03:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=cA3i7vd0lK1I9VnM10soC9cWyLCERZVYUByjymYW+Xo=; b=YVfb6CZ7M/hwnzHfA1qnw9Gg8OvzaIshxNJpy0/QPhIkC33+Cun0DHE4q5X1GiEVcu EDov2PM8eLtrV6awWZyHOpDtG6QPvXDueoaXmIz1aNkumukoAu4qTsnh69cCOyCPwEax a4enCX+Z5anXVT9AxYhcqdcHGiKyyHRTozwpM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Ez4PPldro3yKTQzhiqDfTcdcXKC0GQc76yjoeB54EJ/En5r4Ze6esF3y68AD0ltv4n v0J8qlpz3NhIFsKUw/LLHT0rLRGZH/QzxQwsTVcx2jLIy7qE8qgljNSxSXddhkm5zzaQ 7OqN5GDLpENgVyLHLHvk82fB3fm9tmyYwBmPM= Received: by 10.216.70.130 with SMTP id p2mr210731wed.190.1238062675405; Thu, 26 Mar 2009 03:17:55 -0700 (PDT) Received: from ?9.20.183.161? (blueice3n1.uk.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id j8sm35610gvb.21.2009.03.26.03.17.54 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Mar 2009 03:17:54 -0700 (PDT) Message-ID: <49CB5652.1010803@gmail.com> Date: Thu, 26 Mar 2009 10:17:54 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: hymem crash (was: Re: Remaining M9 issues) References: <49C8E9E3.2070608@gmail.com> <49CA0D5F.30906@gmail.com> <77577867-2F9F-4CE4-AE8A-7E9CEA6ED163@gmail.com> <3b3f27c60903252009g6cb41633l39e92b428a2fc90@mail.gmail.com> In-Reply-To: <3b3f27c60903252009g6cb41633l39e92b428a2fc90@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Nathan Beyer wrote: > Maybe I've just been doing something wrong all along. One way it > works, another it crashes. Here's what I'm doing. > > 1. I have the basic federated build setup. > 2. 'ant rebuild' from top-folder, 'trunk' > 3. 'cd working_classlib\modules\portlib' > 4. 'ant test' - all of the native test pass just fine a good sign > 5. 'cd ..\..\..\' - go back up to top-folder > 6. 'robocopy /mir target\hdk working_classlib\deploy' - copy the > federated build to classlib's deploy folder > 7. 'cd working_classlib' > 8. 'ant test' - after a bit, portlib tests are run and hymem.exe test > blows up in the 'hymem_free_memory' method "blows up" = access violation? Can you run in windbg and see what is happening? Let me try on my WinXP install and see if the same happens. Regards, Tim > Is this the wrong way to test the class library? Why would this funk > up the portlib tests?