From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 15:03:37 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B837D16A402; Tue, 10 Apr 2007 15:03:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 78A2F13C43E; Tue, 10 Apr 2007 15:03:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l3AF2Efr077105; Tue, 10 Apr 2007 09:02:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 10 Apr 2007 09:02:24 -0600 (MDT) Message-Id: <20070410.090224.1649768930.imp@bsdimp.com> To: krassi@bulinfo.net From: "M. Warner Losh" In-Reply-To: <461B7268.7050904@bulinfo.net> References: <461B7268.7050904@bulinfo.net> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 10 Apr 2007 09:02:15 -0600 (MDT) Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: POSIX threads failure on arm? 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, 10 Apr 2007 15:03:37 -0000 In message: <461B7268.7050904@bulinfo.net> Krassimir Slavchev writes: : Hi, : : When using libpthread on 7.0-CURRENT: : : Fatal error 'kse_create() failed : ' at line 441 in file /usr/src-arm/src/lib/libpthread/thread/thr_kern.c : (errno = 45) : : Both libc_r and libthr work. : This error happens only on arm! : : What does this error mean? When do you see this error? I'm using a multi-threaded libthr program on the arm w/o seeing any of these. Of course, this is RELENG_6 that I'm seeing it on (well, our private version of RELENG_6). Warner