From owner-freebsd-ports@FreeBSD.ORG Sat Jan 24 18:47:58 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 558551065672 for ; Sat, 24 Jan 2009 18:47:58 +0000 (UTC) (envelope-from krf@splip.com) Received: from saber.cyclonus.com (saber.cyclonus.com [69.71.113.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2F68FC12 for ; Sat, 24 Jan 2009 18:47:57 +0000 (UTC) (envelope-from krf@splip.com) Received: from [192.168.1.100] (saber.cyclonus.com [69.71.113.18]) by saber.cyclonus.com (8.14.3/8.14.3) with ESMTP id n0OIltYD005752; Sat, 24 Jan 2009 12:47:56 -0600 (CST) (envelope-from krf@splip.com) Message-ID: <497B626B.2020500@splip.com> Date: Sat, 24 Jan 2009 12:48:11 -0600 From: Karl Friesen User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: jarrod@netleader.com.au Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: nagios-3.0.6 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: Sat, 24 Jan 2009 18:47:59 -0000 Hello, I just to report that nagios-3.0.6 when build with the EMBEDDED_PERL option dies with a segmentation fault when perl-5.8.9 is installed. It runs fine when run from the command line with the -v or -s options (to check the configs), but dies when one attempts to run "for real" in the foreground or as a daemon. I built a version with debugging symbols and ran it under gdb and it said that there nagios received a segmentation fault from perl. There was something in there about the perl taint check as well. Unfortunately, I didn't save the exact message that I saw. The software is in use on a production machine. If you really need the exact message, I can take the machine out of service to reproduce the error, but I don't want to if I don't have to. I saw one other report of this problem on the net http://article.gmane.org/gmane.network.nagios.user/59163 Sorry for the sketchy report, --karl