From owner-freebsd-current@FreeBSD.ORG Tue Apr 10 11:18:04 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 B3A0616A407; Tue, 10 Apr 2007 11:18:04 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from mx.bulinfo.net (mx.bulinfo.net [193.194.156.1]) by mx1.freebsd.org (Postfix) with ESMTP id 71D9413C4BA; Tue, 10 Apr 2007 11:18:04 +0000 (UTC) (envelope-from krassi@bulinfo.net) Received: from localhost (localhost [127.0.0.1]) by mx.bulinfo.net (Postfix) with ESMTP id 29FA01FDA1; Tue, 10 Apr 2007 14:18:02 +0300 (EEST) Received: from mx.bulinfo.net ([127.0.0.1]) by localhost (mx.bulinfo.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97340-04; Tue, 10 Apr 2007 14:18:01 +0300 (EEST) Received: from [192.168.2.188] (pythia.bulinfo.net [212.72.195.5]) by mx.bulinfo.net (Postfix) with ESMTP id 14BFF1FDBF; Tue, 10 Apr 2007 14:18:01 +0300 (EEST) Message-ID: <461B7268.7050904@bulinfo.net> Date: Tue, 10 Apr 2007 14:18:00 +0300 From: Krassimir Slavchev User-Agent: Thunderbird 1.5 (X11/20060201) MIME-Version: 1.0 To: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mx.bulinfo.net Cc: Subject: 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:18:04 -0000 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?