From owner-freebsd-current@FreeBSD.ORG Thu Sep 24 04:09:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 751FF106566B for ; Thu, 24 Sep 2009 04:09:56 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4D20F8FC15 for ; Thu, 24 Sep 2009 04:09:55 +0000 (UTC) Received: (from root@localhost) by kientzle.com (8.14.3/8.14.3) id n8O49tu3079614 for freebsd-current@freebsd.org; Wed, 23 Sep 2009 21:09:55 -0700 (PDT) (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id rd54urs7r73sujmwhuytdh2pps; for freebsd-current@freebsd.org; Wed, 23 Sep 2009 21:09:55 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <4ABAF113.9030904@freebsd.org> Date: Wed, 23 Sep 2009 21:09:55 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20090922212905.GA77503@sysmon.tcworks.net> In-Reply-To: <20090922212905.GA77503@sysmon.tcworks.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Nagios SIGSEGV on FreeBSD 8 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: Thu, 24 Sep 2009 04:09:56 -0000 Scott Lambert wrote: > I've posted this to FreeBSD-ports and Nagios-Users without a nibble. > > [New Thread 28326280 (LWP 100051)] > [New Thread 28301140 (LWP 100222)] > (gdb) bt > #0 0x0807fe8b in get_next_comment_by_host () > #1 0x08080940 in delete_host_acknowledgement_comments () > #2 0x28331180 in ?? () > #3 0x4aaac053 in ?? () > #4 0x080cc394 in __JCR_LIST__ () Build with debug symbols and try again; maybe you can get more detail. Also, check a couple of core dumps to see if it's crashing in the same place; that might also give a clue. Do the "New Thread" messages mean that Nagios is running multiple threads? If so, I wonder what the other thread is doing? Cheers, Tim