From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 11:32:15 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 7F0E516A404; Tue, 10 Apr 2007 11:32:15 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.freebsd.org (Postfix) with ESMTP id BCBD113C44B; Tue, 10 Apr 2007 11:32:14 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.8/8.13.8) with ESMTP id l3ABoBip019571; Tue, 10 Apr 2007 13:50:12 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.8/8.13.8/Submit) id l3ABoBx7019570; Tue, 10 Apr 2007 13:50:11 +0200 (CEST) (envelope-from mlfbsd) Date: Tue, 10 Apr 2007 13:50:11 +0200 From: Olivier Houchard To: Krassimir Slavchev Message-ID: <20070410115011.GA19555@ci0.org> References: <461B7268.7050904@bulinfo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461B7268.7050904@bulinfo.net> User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Tue, 10 Apr 2007 11:45:20 +0000 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 11:32:15 -0000 On Tue, Apr 10, 2007 at 02:18:00PM +0300, Krassimir Slavchev wrote: > 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? > Hi, Make sure you have "options KSE" in your kernel config file. Regards, Olivier