From owner-freebsd-questions@FreeBSD.ORG Mon May 4 12:45:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B732A1065674 for ; Mon, 4 May 2009 12:45:59 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 48D648FC12 for ; Mon, 4 May 2009 12:45:59 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 90392 invoked by uid 89); 4 May 2009 12:47:12 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 4 May 2009 12:47:11 -0000 Message-ID: <49FEE388.8020004@ibctech.ca> Date: Mon, 04 May 2009 08:46:00 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "Bc. Radek Krejca" References: <1438340987.20090503192725@starnet.cz> In-Reply-To: <1438340987.20090503192725@starnet.cz> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Quagga problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 12:46:00 -0000 Bc. Radek Krejca wrote: > Hello, > > starting this day I have problem with quagga, I get this messages > in my log: > > May 3 19:15:36 gw bgpd[7225]: Assertion `len < str_size' failed in file bgp_aspath.c, line 619, function aspath_make_str_count > May 3 19:15:36 gw kernel: pid 7225 (bgpd), uid 101: exited on signal 6 > May 3 19:15:36 gw bgpd[7225]: No backtrace available on this platform. > > I have latest verison of port quagga, I looks as bug in quagga, > but I dont know. Do you have any idea for solution? Here is a link to a patch within the Quagga code base that resolves this issue: http://tinyurl.com/c8alza Steve