From owner-freebsd-current@FreeBSD.ORG Fri Dec 14 12:17:56 2007 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE78816A418 for ; Fri, 14 Dec 2007 12:17:56 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB8A13C4E3 for ; Fri, 14 Dec 2007 12:17:56 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from [127.0.0.1] (fw.axelero.hu [195.228.243.120]) by people.fsn.hu (Postfix) with ESMTP id 5D70610DB2A for ; Fri, 14 Dec 2007 13:17:43 +0100 (CET) Message-ID: <47627451.5040508@fsn.hu> Date: Fri, 14 Dec 2007 13:17:21 +0100 From: Attila Nagy User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: current@FreeBSD.org References: <474ECB7E.5090707@fsn.hu> In-Reply-To: <474ECB7E.5090707@fsn.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: MySQL cluster ndb_mgmd problems on FreeBSD 7.x - libkse works, libthr doesn't 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: Fri, 14 Dec 2007 12:17:56 -0000 On 2007.11.29. 15:23, Attila Nagy wrote: > So: with an ndb_mgmd built on 6.x and ran on 7.x the whole stack > works, with the same binary, but built and ran on 7.x it does not (the > NDB management client is unusable and the MySQL daemon can't connect > too). I could find the time to play with it a little. It seems that switching the threading libraries make this (ndb_mgmd) fail. If I build libkse and link ndb_mgmd against that, the application works wonderfully. If I try to use it with libthr, it doesn't. See http://bugs.mysql.com/bug.php?id=32896 about it. Any ideas about what is broken here? (the application, which works with libkse, but not with libthr, or libthr itself) Thanks,