From owner-freebsd-ports@FreeBSD.ORG Mon Apr 21 18:17:13 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B931065670 for ; Mon, 21 Apr 2008 18:17:13 +0000 (UTC) (envelope-from xbqiao@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id BC5BC8FC25 for ; Mon, 21 Apr 2008 18:17:12 +0000 (UTC) (envelope-from xbqiao@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so963983ywt.13 for ; Mon, 21 Apr 2008 11:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=plQ/eBs0JGt+/wvrcCJvQq/ggdQwUW9kLIGIwk/ROGA=; b=N1UtQibrEvD7xE0GHH7A0safqf3LceCjKAbtL/xT7/keb9BitC0ZtsdQjnj8CTo5eWU06X6FhWC5KrZGBe1mIhhqvZsnhEsg7evOsR5MOYOeFMO6jm6LQm53dSuoz1MHoIFFvyYKDy72rbouMifBXW+Z8/40e+1aTYGiqFLMIbk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=HKHK/odXefSucL/ohlwVx+Wn7DIN3N6VQ0G3ehwZcPxd1gtN3/3n3QV7Q6qjjSAvB2MLKjcHph9+6A0D7AdRYtvT/yqaxg+JwBZQn9b/xVMwHWNVBvifUPnWBxLp9TvC/67CK2xQlayZ6gKT0tr2qMMCkheI+I2aSnpGSQ+95fE= Received: by 10.142.68.9 with SMTP id q9mr1784294wfa.270.1208800202647; Mon, 21 Apr 2008 10:50:02 -0700 (PDT) Received: by 10.142.155.19 with HTTP; Mon, 21 Apr 2008 10:50:02 -0700 (PDT) Message-ID: Date: Tue, 22 Apr 2008 01:50:02 +0800 From: "Xuebin Qiao" To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: cmucl and sbcl keep crashing on FreeBSD 7.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 18:17:13 -0000 To whom may concern: I check port tree and know that this address is maintainer mailbox for sbcl port. I've sent similar mail to cmucl maintainer but had no reply yet. I've upgrade to freebsd 7.0 release for quite some times. However, I could not run cmucl and sbcl binary from port package. And the attempts to build from port tree were also failed. Prebuilt sbcl/cmucl core kept crashing every time when building port sources. And clisp compiler complained lots of undefined function names when building sbcl source. Weird, I saw freebsd site still provide binary port packages for cmucl and sbcl both under 7.0-release and 7-stable directories. And there are also many fb7.0 precompiled binaries at cmucl offical site for download. But none of them work for my fb7.0. Do I miss something? Could u give me some inputs about how to fix it? best regards qxb below is stack info shown in gdb when cmucl crashed: --------------------------------------------- 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?) -------------------------------------------- -- ... 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