From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 11:45:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70F60106564A for ; Tue, 17 Mar 2009 11:45:35 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out26.ilk.de [194.121.104.26]) by mx1.freebsd.org (Postfix) with ESMTP id D52438FC0A for ; Tue, 17 Mar 2009 11:45:34 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool4.ka.ilk.net [212.86.194.4]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id n2HBjWSm029069; Tue, 17 Mar 2009 12:45:32 +0100 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id n2HBjRXA017012; Tue, 17 Mar 2009 12:45:27 +0100 (CET) Message-ID: <49BF8DDC.6030205@smo.de> Date: Tue, 17 Mar 2009 12:47:40 +0100 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20090125 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Anonymous References: <864oxtuzct.fsf@gmail.com> <20090316194541.GO41617@deviant.kiev.zoral.com.ua> <86ljr5p3f0.fsf@gmail.com> <20090316215205.GS41617@deviant.kiev.zoral.com.ua> <868wn5qaca.fsf@gmail.com> <86ab7koqgm.fsf@gmail.com> In-Reply-To: <86ab7koqgm.fsf@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , freebsd-current@freebsd.org, dchagin@freebsd.org Subject: Re: lang/sbcl consumes all available memory and dies X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2009 11:45:35 -0000 Anonymous wrote: [snipped] >>Don't know about i386, though. > > > Just tested under qemu-i386. Looks like it's not affected. I can confirm this -- works fine: $ sbcl This is SBCL 1.0.25, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (quit) $ This is on FreeBSD 7.1-STABLE i386. HTH, Philipp