From owner-freebsd-current@FreeBSD.ORG Thu Jun 26 23:58:53 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23D5637B401 for ; Thu, 26 Jun 2003 23:58:53 -0700 (PDT) Received: from seed.net.tw (sn13.seed.net.tw [139.175.54.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7A844003 for ; Thu, 26 Jun 2003 23:58:52 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.32.190] (port=51367 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19VnC9-000OAH-8K for freebsd-current@freebsd.org; Fri, 27 Jun 2003 14:58:53 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h5R6wnlq015164 for ; Fri, 27 Jun 2003 14:58:49 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h5R6wmjq015163 for freebsd-current@freebsd.org; Fri, 27 Jun 2003 14:58:48 +0800 (CST) Date: Fri, 27 Jun 2003 14:58:48 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20030627065848.GA15152@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org References: <20030627064258.GB10962@plewe.is.tsukuba.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20030627064258.GB10962@plewe.is.tsukuba.ac.jp> User-Agent: Mutt/1.5.4i Subject: Re: python2.3 build with kse freezes CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 27 Jun 2003 06:58:53 -0000 On Fri, Jun 27, 2003 at 03:42:58PM +0900, Till Plewe wrote: > I appended dmesg output, but right now I am just curious if there is > anybody who has a working (threads enabled) python2.3 installation > on CURRENT (SMP). > > - Till Does yours work on single processor? I compiled my python2.3b1 with -lc_r and use /etc/libmap.conf to direct it to libkse.so.1, it's working quite well so far (top shows proper threads info). Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming