Date: Tue, 22 Apr 2008 03:48:29 +0800 From: "Xuebin Qiao" <xbqiao@gmail.com> To: freebsd-questions@freebsd.org Subject: cmucl and sbcl crash on FreeBSD 7.0 Message-ID: <dbb230210804211248r482ffc16y557e030be40737f1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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. upgrade to RELNG_7_0, rebuild world and kernel 3. install cmucl and sbcl port package from ftp directory packages-7.0-release/All or packages-7-stable/All 4. run latest cmucl prebuilt binaries from cmucl official site, both experiment and snapshot version containing label "x86-freebsd7-" or "x86-freebsd7.0-". above results: cmucl/sbcl core dump on entry 5. manually build from port tree. 6. upgrade to latest port tree and build from scratch 7. download latest sbcl sources tar ball from sbcl official site and build manually. above results: cmucl crash on build; sbcl crash on build by sbcl compiler, due to pre-built lisp core keep crash. When compiled with clisp compiler, sbcl stopped at many undefined functions. below is a sample stack info from gdb when cmucl crashed. note this binary was downloaded from cmucl official site: ------------------------------ Program terminated with signal 11, Segmentation fault. #0 0x67ffffff in ?? () (gdb) bt #0 0x67ffffff in ?? () #1 0x61790e5b in ?? () #2 0x48000000 in ?? () #3 0x20000000 in ?? () #4 0x00000007 in ?? () #5 0x00001012 in ?? () #6 0xffffffff in ?? () #7 0x00000000 in ?? () #8 0x00000000 in ?? () #9 0x61713000 in ?? () #10 0x00000170 in ?? () #11 0xbfbfe748 in ?? () #12 0x0ffff000 in ?? () #13 0x48000000 in ?? () #14 0x20000000 in ?? () #15 0x0805cef2 in ?? () #16 0xbfbfe738 in ?? () #17 0x080544ca in os_validate (addr=0x48000000, len=536870912) at ../../src/lisp/FreeBSD-os.c:129 Previous frame identical to this frame (corrupt stack?) -------------------------------------------- Any comments are welcome. qxb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dbb230210804211248r482ffc16y557e030be40737f1>