(Partially solved) cmucl and sbcl crash on FreeBSD 7.0

2008-04-24 Thread Xuebin Qiao
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

cmucl and sbcl crash on FreeBSD 7.0

2008-04-21 Thread Xuebin Qiao
Hi, there After upgrade to FreeBSD 7.0, the cmucl and sbcl keep crash. Is there anyone who can run cmucl or sbcl on FB7.0. Following attempts have been tried, but all failed. 1. upgrade to RELNG_7_0_0, then completely remove old port tree and install port packages from official ftp sites. 2. upgr