Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 10:12:26 -0800
From:      Isaac Yonemoto <ityonemo@scripps.edu>
To:        freebsd-questions@freebsd.org
Subject:   My solutions
Message-ID:  <Pine.SGI.4.44.0502051008220.14118149-100000@home.scripps.edu>
In-Reply-To: <44lla2yjv6.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Sorry, I managed to resolve the issues myself:

1) the correct option thing is:

options MAXSSIZ=(size)
--actually in my handwritten notes I didn't have the "E".

2) Also, I forgot this:

make buildkernel KERNCONF=KERNELNAME
make installkerner KERNCONF=KERNELNAME

> Are you sure you need bigger stacks?  If a task is using that much
> stack space on a 32-bit architecture, the program involved probably
> needs to be redesigned anyway...

It's crystallography software (ccp4) originally designed for the SGIs and
then ported to Linux/Windows/MacOSX.  It requires really huge stack
spaces, sometimes, at least.  Anyways, it crashes when FreeBSD
mysteriously terminates the program with a segmentation fault.  I'm just
trying to cover all my bases on the way to getting it to work.  Could just
be that I need more memory on my computer, period.

Isaac



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.4.44.0502051008220.14118149-100000>