From nobody@FreeBSD.org  Tue Sep 12 13:23:13 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2ECFF16A416
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Sep 2006 13:23:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1622143D7D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Sep 2006 13:23:08 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8CDN6vO017409
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 12 Sep 2006 13:23:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k8CDN6Wm017408;
	Tue, 12 Sep 2006 13:23:06 GMT
	(envelope-from nobody)
Message-Id: <200609121323.k8CDN6Wm017408@www.freebsd.org>
Date: Tue, 12 Sep 2006 13:23:06 GMT
From: Mihnea Capraru <mihnea_capraru@fastmail.fm>
To: freebsd-gnats-submit@FreeBSD.org
Subject: radrails fails with "Fatal: Stack size too small."
X-Send-Pr-Version: www-2.3

>Number:         103187
>Category:       ports
>Synopsis:       radrails fails with "Fatal: Stack size too small."
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 12 13:30:17 GMT 2006
>Closed-Date:    Wed Nov 01 10:09:52 GMT 2006
>Last-Modified:  Wed Nov  1 10:10:24 GMT 2006
>Originator:     Mihnea Capraru
>Release:        5.5-PRERELEASE
>Organization:
>Environment:
FreeBSD R2D2 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Sun Feb  5 17:26:01 CET 2006     root@Rex:/usr/obj/usr/src/sys/DESKTOPBSD  i386
>Description:
The Radrails port attempts to run the Radrails Linux binary throught the Linux emulation layer using linux-sun-jdk-1.4.2.12. 

This fails with the message "Fatal: Stack size too small. Use 'java -Xss' to increase default stack size."

The message seems to be bogus, increasing Xss doesn't help.
>How-To-Repeat:
Install the Radrails 0.7.1 port, try to start it, this should be all.
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 12 20:17:25 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103187 
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Sun Oct 8 02:28:26 UTC 2006 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103187 

From: Sam Lawrance <boris@brooknet.com.au>
To: bug-followup@FreeBSD.org,  mihnea_capraru@fastmail.fm
Cc:  
Subject: Re: ports/103187: radrails fails with "Fatal: Stack size too small."
Date: Sun, 08 Oct 2006 12:27:41 +1000

 Mihnea,
 
 This error can occur when using the linux jdk, and linprocfs is mounted 
 on /compat/linux/proc.  I'm able to repeat the error here by mounting 
 linprocfs.
 
 Please try unmounting linprocfs, then running radrails.
 
 Ref: 
 http://lists.freebsd.org/pipermail/freebsd-emulation/2006-September/002620.html
 
 Cheers
 Sam
 

From: "alecn2002" <alecn2002@yandex.ru>
To: bug-followup@FreeBSD.org, mihnea_capraru@fastmail.fm
Cc:  
Subject: RE: ports/103187: radrails fails with "Fatal: Stack size too small."
Date: Sat, 21 Oct 2006 20:28:08 +0400 (MSD)

 I agree with Sam.
 
 This may occur if you had an old default Linux distro installed but then upgraded to current one.
 
 Current default Linux distro installed in FreeBSD (FedoraCore) requires that linprocfs is not mounted, but prevous one (I don't know what it was) required linprocfs be mounted.
 
 Try to umount linprocfs and delete it from your /etc/fstab
 
State-Changed-From-To: feedback->analyzed 
State-Changed-By: lawrance 
State-Changed-When: Wed Nov 1 09:47:17 UTC 2006 
State-Changed-Why:  
No feedback from submitter.  Problem understood, see trail. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103187 
State-Changed-From-To: analyzed->closed 
State-Changed-By: lawrance 
State-Changed-When: Wed Nov 1 10:08:24 UTC 2006 
State-Changed-Why:  
Added advice about the solution to pkg-message. 
Thanks all. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103187 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103187: commit references a PR
Date: Wed,  1 Nov 2006 10:09:25 +0000 (UTC)

 lawrance    2006-11-01 10:09:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/radrails       Makefile 
   Added files:
     devel/radrails       pkg-message 
   Log:
   Add some advice about what to in case of error "Fatal: Stack size too small."
   
   PR:             ports/103187
   Submitted by:   Mihnea Capraru <mihnea_capraru@fastmail.fm>
   Approved by:    Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -0      ports/devel/radrails/Makefile
   1.1       +4 -0      ports/devel/radrails/pkg-message (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
