From owner-freebsd-threads@FreeBSD.ORG Thu Oct 13 08:27:06 2005 Return-Path: X-Original-To: freebsd-threads@FreeBSD.org Delivered-To: freebsd-threads@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D9C16A420; Thu, 13 Oct 2005 08:27:06 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from gundel.de.clara.net (gundel2.de.clara.net [212.82.225.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1F743D45; Thu, 13 Oct 2005 08:27:05 +0000 (GMT) (envelope-from christian.meutes@de.clara.net) Received: from bla.keyoz.org ([62.24.31.55]) by gundel.de.clara.net with esmtp (Exim 4.30; FreeBSD) id 1EPyQf-000M8G-Ip; Thu, 13 Oct 2005 10:27:09 +0200 Date: Thu, 13 Oct 2005 10:27:03 +0200 From: Christian Meutes To: freebsd-threads@FreeBSD.org, stable@freebsd.org, ports@freebsd.org Message-ID: <52C852D2E1DE99114638D11D@tobaco.qunec.de> X-Mailer: Mulberry/4.0.0b4 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: MySQL(linuxthread) problem with Freeradius X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 08:27:06 -0000 Hi everyone, i have just found out why FreeRADIUS always crashs when loading the mysql module. I have compiled MySQL with linuxthreads and thats why FreeRADIUS always crashs with a Segmentation fault. I have tested this with MySQL 4 and 4.1 (both out of the ports), FreeBSD 5.4-Release and Stable and FreeRADIUS 1.0.4(ports) and FreeRADIUS 1.0.5. So you can see its able to get FreeRADIUS running on FreeBSD with MySQL(linuxthreads). When compiling MySQL with native threads its running just well, but with little performance suffer. Can anybody find out why Linuxthreads with MySQL are not running with FreeRADIUS? -christian