From owner-freebsd-ports@FreeBSD.ORG Thu Mar 9 22:01:53 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D049016A422 for ; Thu, 9 Mar 2006 22:01:53 +0000 (GMT) (envelope-from paul@distributel.net) Received: from mx1.mtndods.distributel.net (mx1.mtndods.distributel.net [66.38.181.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC7B43D4C for ; Thu, 9 Mar 2006 22:01:52 +0000 (GMT) (envelope-from paul@distributel.net) X-ASG-Debug-ID: 1141941710-28798-585-0 X-Barracuda-URL: http://66.38.181.33:8000/cgi-bin/mark.cgi Received: from pop01.mtlcnds.ext.distributel.net (pop01.mtlcnds.ext.distributel.net [206.80.254.7]) by mx1.mtndods.distributel.net (Spam Firewall) with ESMTP id 31D7676DF8 for ; Thu, 9 Mar 2006 17:01:50 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pop01.mtlcnds.ext.distributel.net (8.13.4/8.13.4) with ESMTP id k29M1nEj041947 for ; Thu, 9 Mar 2006 17:01:49 -0500 (EST) (envelope-from paul@distributel.net) Date: Thu, 9 Mar 2006 17:01:44 -0500 (EST) From: Paul Khavkine X-X-Sender: paul@srv15.mtlcnds.ext.distributel.net To: ports@freebsd.org X-ASG-Orig-Subj: Problem with FreeRADIUS 1.1.0 port Message-ID: <20060309165932.G41589@srv15.mtlcnds.ext.distributel.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by Barracuda Spam Firewall at mtndods.distributel.net X-Barracuda-Bayes: INNOCENT GLOBAL 0.0035 1.0000 -4.4403 X-Barracuda-Spam-Score: -4.44 X-Barracuda-Spam-Status: No, SCORE=-4.44 using global scores of TAG_LEVEL=3.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.0 tests= X-Barracuda-Spam-Report: Code version 3.02, rules version 3.0.9559 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Cc: Subject: Problem with FreeRADIUS 1.1.0 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 22:01:53 -0000 Hi. I just installed net/freeradius port and it crashes when ran in debug mode (radiusd -X): (gdb) run -X The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /usr/local/sbin/radiusd -X warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100108] Program received signal SIGSEGV, Segmentation fault. [Switching to LWP 100108] 0x280cdd2f in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 (gdb) bt #0 0x280cdd2f in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 #1 0x28069161 in rlock_release () from /libexec/ld-elf.so.1 #2 0x28067279 in _rtld_bind () from /libexec/ld-elf.so.1 #3 0x28065401 in _rtld_bind_start () from /libexec/ld-elf.so.1 #4 0x28086900 in ?? () #5 0x000000f8 in ?? () #6 0x00000000 in ?? () #7 0x282fe6e8 in _thread_keytable () from /usr/lib/libpthread.so.1 #8 0x0806e5c0 in ?? () #9 0x00000206 in ?? () #10 0x28086900 in ?? () #11 0x000000f8 in ?? () #12 0x282e88a2 in sigaction () from /usr/lib/libpthread.so.1 #13 0x282f3fdc in pthread_setconcurrency () from /usr/lib/libpthread.so.1 #14 0x282f72d2 in pthread_testcancel () from /usr/lib/libpthread.so.1 #15 0x282f8462 in __error () from /usr/lib/libpthread.so.1 #16 0x282df7c1 in ?? () from /usr/lib/libpthread.so.1 #17 0xbfbfeb88 in ?? () #18 0x2807f3d8 in ?? () from /libexec/ld-elf.so.1 #19 0xbfbfeb38 in ?? () #20 0x28065bad in _rtld_error () from /libexec/ld-elf.so.1 #21 0x2806825b in _rtld () from /libexec/ld-elf.so.1 #22 0x280653e6 in .rtld_start () from /libexec/ld-elf.so.1 (gdb) Since there seems to be no clear maintainer of the port, i'm sending the mail here. System: paul# uname -a FreeBSD paul.mtl.distributel.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Mar 9 14:00:02 EST 2 006 paul@paul.mtl.distributel.net:/usr/obj/usr/src/sys/paul i386 Thanx Paul