Date: Fri, 25 Apr 2008 00:46:52 +0800 From: "Xuebin Qiao" <xbqiao@gmail.com> To: freebsd-questions@freebsd.org Subject: (Partially solved) cmucl and sbcl crash on FreeBSD 7.0 Message-ID: <dbb230210804240946q6c513509vc5179720a103112d@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Today, I find the bug that made cmucl/sbcl crash. The problem was caused by a hand tuning parameter "kern.maxdsiz" in loader.conf. In practice, some programs need very large memory footprint. To make them happy, I increased the max data segment size by hand. Sadly, this made cmucl/sbcl crash. If I comment out the line in loader.conf, everything is ok now. The price is I have to constantly tune the kernel knob back and forth when needed. :-( Is there any good suggestion to overcome it? Thanks for all those who has kindly lend me a hand. best regards qxb -- ... there have been two really clean, consistent models of programming so far: the C model and the Lisp model. These two seem points of high ground, with swampy lowlands between them. --Paul Graham
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dbb230210804240946q6c513509vc5179720a103112d>