From owner-freebsd-ports@FreeBSD.ORG Wed Oct 23 22:00:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E4C49ACF for ; Wed, 23 Oct 2013 22:00:43 +0000 (UTC) (envelope-from nicolas.edel@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0AF2245B for ; Wed, 23 Oct 2013 22:00:43 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id kp14so1253742pab.18 for ; Wed, 23 Oct 2013 15:00:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xu4LJnuylMsot5FTZeLyl26VYeRULWGmRBMEkFuoY7w=; b=vkhOjvAbGulz8Bja9tbh8YxfmsQamFFOg3b4eBgMzPn8jZ0JM1Mv7m2dtTIHlXNX/E tG7FEzTmhuiT86X0cWhEkhVxHl0okVP6F797QX1H/26hFVsPM3yYnf87NeNWDmhHQYMq rOKRk0DNKHYC8FXdqvn9tpLJmQ6jX5sA9RYpkEG8wf0NV9r9pmMWUQrGtMrQP2CKJav1 5mCQ3gEvLi1wp01vzECPLfRUYEGFciNKiPig3vsujtFVXZXOCQ3AogZ2LxNaFeiln6S+ EiiPrE7dILJLcECwfwTxKbdz9r6w7ovm0KQuHWPYRRFc4aRavPBl7+eJ3XCGRKyqWHAX 2rLw== MIME-Version: 1.0 X-Received: by 10.66.251.1 with SMTP id zg1mr5344599pac.160.1382565643393; Wed, 23 Oct 2013 15:00:43 -0700 (PDT) Received: by 10.70.87.66 with HTTP; Wed, 23 Oct 2013 15:00:43 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 Oct 2013 00:00:43 +0200 Message-ID: Subject: Re: FreeBSD Port: barnyard2-1.12 From: Nicolas Edel To: pauls@utdallas.edu Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 22:00:44 -0000 On Wed, Oct 23, 2013 at 5:55 PM, Nicolas Edel wrote: > Hi, > > Just to let you be aware of the following pb when using barnyard2 with > prelude output enabled but without being able to do any reverse lookup > for hostname. > [...] > (gdb) core barnyard2.core > Core was generated by `barnyard2'. > Program terminated with signal 11, Segmentation fault. > [...] > #0 0x2812a091 in get_fqdn (analyzer=0x28e62f80, nodename=0xbfbfe250 > "monitor") at prelude-client.c:381 > 381 in prelude-client.c > [New Thread 28804f00 (LWP 101446/barnyard2)] > [New Thread 28804300 (LWP 100080/barnyard2)] > (gdb) where > #0 0x2812a091 in get_fqdn (analyzer=0x28e62f80, nodename=0xbfbfe250 > "monitor") at prelude-client.c:381 > [...] So I fetched the sources and have a look at the code. The bug is clearly in libprelude port since prelude-client.c belongs to it. Please let me know if you want me to send this bug (and a trivial patch) to (lib)prelude staff. Regards, :Nicolas