From owner-freebsd-java Mon Nov 25 2:42:15 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D16437B401 for ; Mon, 25 Nov 2002 02:42:14 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D626243E3B for ; Mon, 25 Nov 2002 02:42:13 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18GGg9-0003gj-00; Mon, 25 Nov 2002 02:41:25 -0800 Date: Mon, 25 Nov 2002 02:41:24 -0800 To: Mantzios Achilleus Cc: freebsd-java@FreeBSD.ORG, "Bill Huey (Hui)" Subject: Re: Jboss, -Xss with hotspot on -release 4.7p2 Message-ID: <20021125104124.GA13270@gnuppy.monkey.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i From: Bill Huey (Hui) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Nov 25, 2002 at 11:45:05AM +0200, Mantzios Achilleus wrote: > I have (i think) built hotspot (core) on stable 4.7. > > When i run jboss 3.0.1 with -Xss30m i get: > > Stack size of 30720 Kb exceeds current limit of 1024 Kb. > (Stack sizes are rounded up to a multiple of the system page size.) > > I then try to use this limit with -Xss1m. > > When i run jboss with hotspot (core) > i get sigbus (10). Yeah, sounds like a stack limit problem, fairly trivial to fix. Those are reentrant C functions being called if I remember correctly and I wonder what's going with it and I was the person that commited that logic to the core JVM library itself. I'll get at it after the all reworking that I'm currently doing. I'm in the process of reading stuff both in the HotSpot source tree, libc_r, and stuff outside of this project, so it's going to be a bit before I can get at it. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message