From owner-freebsd-current@FreeBSD.ORG Tue Jul 18 01:37:01 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 9D58516A4DD for ; Tue, 18 Jul 2006 01:37:01 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C2A43D45 for ; Tue, 18 Jul 2006 01:37:00 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1746109pyc for ; Mon, 17 Jul 2006 18:37:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gTxs1/Gb12Yz6MDOds1q5pRZrIMAcMXJRt80zooxKRI6P6Fsmi47q9cIy4fy4QBxxAhVmdddg8VveAeZEBfbImaKqm6+S3MSQpo9rvP/zoqd+1zyWlvrjliJbiwhHCjue9HSz6kJeL8N0hkVLjw+IC8qAVeXS/HYGOGY7fTDI0I= Received: by 10.35.117.5 with SMTP id u5mr4829038pym; Mon, 17 Jul 2006 18:37:00 -0700 (PDT) Received: by 10.35.125.14 with HTTP; Mon, 17 Jul 2006 18:37:00 -0700 (PDT) Message-ID: Date: Tue, 18 Jul 2006 09:37:00 +0800 From: "Jiawei Ye" To: "Iain Templeton" In-Reply-To: <44BC1FBF.8050603@cisra.canon.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060716232338.2357f50a.nork@FreeBSD.org> <200607171309.34139.jhb@freebsd.org> <20060718070334.496cfdf0.nork@FreeBSD.org> <44BC1FBF.8050603@cisra.canon.com.au> Cc: freebsd-current@freebsd.org, Norikatsu Shigemura Subject: Re: many thread applications are unstable on 7-current 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, 18 Jul 2006 01:37:01 -0000 On 7/18/06, Iain Templeton wrote: > If you have set SYMVER_ENABLED when building libc, then you may not have > thr_getscheduler(), thr_setscheduler() and thr_setschedparam() in the > src/lib/libc/sys/Versions.def file for the syscalls. (Path and syscall > name may vary...) > > I discovered that after much trial and error. I then couldn't get > thunderbird or firefox to successfully resolve DNS so in the end gave up > and rebuilt everything without symbol versioning. The installworld was > fun... > > Iain Hi, I did not set SYMVER_ENABLED, is that automagically switched on? Because I get exactly the same error after the recent changes to libthr. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming