Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 11659 invoked from network); 5 Oct 2007 15:30:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 15:30:04 -0000 Received: (qmail 91524 invoked by uid 500); 5 Oct 2007 15:29:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 91497 invoked by uid 500); 5 Oct 2007 15:29:51 -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 91488 invoked by uid 99); 5 Oct 2007 15:29:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 08:29:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gshimansky@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 15:29:53 +0000 Received: by rv-out-0910.google.com with SMTP id k20so150748rvb for ; Fri, 05 Oct 2007 08:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=SY9HPolJjmVJ+eGTdsAkz8TQh+iP/4nuqDUR6J9xt8Y=; b=GyqqGRw9NsFFSZMNeHi+i7kettyRa0Qh38w9PXlCG/Ukvu5rOpWfcBY+tgeIvolI70rkGoZr1ImCvZsIrq5BBYOiHvBYfz9L/LU6ZP8nOHcgvLEr5RrRvscqirZVshfFrNHFoOum418hy3IZw/IgG94/FlwZ9pnkFo7qdKUa4s0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=GtGjtVtz3Gf+N+wqFJDwue9p5j8MfhHHGI5Boc7hRaByGAm3fMqS+TzK+8k5yL5wM6RzvdcohgScosd1kTS1hv1Yn9v6j+onac8CbbHL2llx4ld6Vyl7Dz4+Une77Fwqd7iT9xRu5BOmeDtWuoveJpfpIaq8OnxmMOJLpylmpco= Received: by 10.141.74.17 with SMTP id b17mr1735485rvl.1191598171468; Fri, 05 Oct 2007 08:29:31 -0700 (PDT) Received: from ?127.0.0.1? ( [140.211.11.9]) by mx.google.com with ESMTPS id g31sm6464847rvb.2007.10.05.08.29.26 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Oct 2007 08:29:29 -0700 (PDT) Message-ID: <47065850.1050302@gmail.com> Date: Fri, 05 Oct 2007 19:29:20 +0400 From: Gregory Shimansky User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [general] Eclipse Launcher Problem (was Re: [general][M3] release r580985 as M3 stable build) References: <200710041634.l94GYtBs031640@d12av04.megacenter.de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sian January wrote: > I'm happy to try and get some debug output if that would be helpful, or I > could wait for HARMONY-4006 to be committed and double check that that > doesn't fix it. Now that the trunk is unfrozen, I committed HARMONY-4006 patches. So you can check whether it is the same bug or something different. > On 04/10/2007, Mark Hindess wrote: >> >> On 4 October 2007 at 16:36, "Sian January" >> wrote: >>> Sorry - I think I should have started another thread for this discussion >> so >>> we don't clutter up the M3 thread. Please reply here. >>> >>> Thanks, >>> >>> Sian >>> >>> >>> >>> On 04/10/2007, Sian January wrote: >>>> Thanks Gregory. So I guess the launcher is using JNI rather than >> java.exet >>> o start Eclipse when the jre directory exists. >>>> By the way, this was also failing for me with the IBM VME. Does it >> make >>>> sense that it would have the same bug? >> I think there was a bug (crash in the luni JNI on load code, luniglob.c, >> with portlib == NULL) when using the invocation API but I thought this >> had been fixed. Perhaps we only thought about fixing it. (luniglob.c >> should probably create portlib if it is NULL.) >> >> -Mark. >> >> >> > > -- Gregory