X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 16E94DC00C9 for ; Mon, 3 Jun 2013 13:12:53 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id x12so3193809wgg.10 for ; Mon, 03 Jun 2013 06:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=ChhXHwXekOAqfONio3xXDTsh7f+Fi56C9hV+IgHTHio=; b=of3jWNHEPV7kycTp925OUc+MsyIj5sJuMtulWPJWTQZ6ITOqUE0tQChX6u0VUSd6UX sczkqsVyzXoNitUpZBwog0bmRHYXS5D2xKEw3IV1iZfmupbCyWZpj2oX9aV6NtcVJ2Ty VXDsYZGIUtdeXTNfEdNaIuRAxWZpatvWhGxJGRn/6woREw3VF5WjiIfmkXRZIUC0NcJQ hoJ8sapDzPUMuF+62Js7Pyf7KN3lhLJJIrm+e7t1LwRIm3NOJypjMcpAMTz9oyA4OMVZ 7h3svp4EcA5Ez3F/oHzxSPPB1O9PnDGlfUbZCA6WFSWBcTZY43u3xu8Kc08oUOiMVzl8 zuMQ== X-Received: by 10.180.188.141 with SMTP id ga13mr13018115wic.9.1370265172296; Mon, 03 Jun 2013 06:12:52 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id eq15sm23386008wic.4.2013.06.03.06.12.51 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 03 Jun 2013 06:12:52 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 3 Jun 2013 16:14:37 +0300 From: Timo Teras To: Richard Johnson Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Java Runtime Environment on Alpine Linux Message-ID: <20130603161437.1a88e510@vostro> In-Reply-To: <51AC8D2B.9070307@qq.com> References: <51A48FE2.1070103@qq.com> <20130528171911.5CF0ECB5EC@mail.nettworks.org> <51AC8D2B.9070307@qq.com> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.17; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 03 Jun 2013 17:03:47 +0430 Richard Johnson wrote: > I am seeing the expected output: > MPROTECT is disabled > RANDEXEC is disabled > EMUTRAMP is disabled > RANDMMAP is disabled > I tried the "java -Xms$javaMinHeap -Xmx$javaMaxHeap " > solution too, which resulted in a SIGSEGV signal in JRE. The logs are > attached. Is the problem with pax? Unlikely. It seems to crash in NET_SockaddrEqualsInetAddress which is native code. Though, since it's not a debug build it could be some other close by function which is missing debug info. Either uclibc bug, or something running out of memory. You could try to increase the heap sizes... Also, can you share an example that crashes like that this? - Timo > > On 05/28/2013 09:49 PM, Yves Schumann wrote: > Hi Richard > > Am 28.05.2013 13:07, schrieb Richard Johnson: > Error occurred during initialization of VM > Could not reserve enough space for object heap > > Got the same problem on a standard alpine installation some time ago. > You should try to use more heap space like this: > > javaMinHeap='256M' > javaMaxHeap='512M' > > java -Xms$javaMinHeap -Xmx$javaMaxHeap > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---