From owner-freebsd-net@FreeBSD.ORG Sun Feb 23 01:29:18 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A59F360; Sun, 23 Feb 2014 01:29:18 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD6B11D5; Sun, 23 Feb 2014 01:29:17 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id ec20so3869892lab.23 for ; Sat, 22 Feb 2014 17:29:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GpPINeEJICwqpKXiJHuSWJm5oY3yMaQDzz8N0yTTzsA=; b=USWs2ZeWhRkObeGBTLSHPNi6fcN6y7GWJgGHHfTiWpGEGypZaYvLhbfUTqSmzO7VNb zeQ38wDCBIQEjBUuttKu6RkbZuUnvfTbsJ+IX/E9731fY54RuOmGli3II2tKTsrZ9Sym BA0e6jWawPYgXdft/xutrCYEP68xEPds21pArsDdEGh7WLzKYFriTFaoGFLXuQyjD/jI UsD1sAPExgBXAzZMwadgPlJSqCaAhBfca7fJcEgpGeaGxAtJ7jL0KhNNFDIhLOrR+K9U l49CXUVLKQ2GR26/7jdJT3JzD/S4e7AEYglUI3u8izvogCUcMjdK23lC8gWCzpEzu5BK RNfg== MIME-Version: 1.0 X-Received: by 10.113.3.43 with SMTP id bt11mr7797498lbd.92.1393118954810; Sat, 22 Feb 2014 17:29:14 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Sat, 22 Feb 2014 17:29:14 -0800 (PST) In-Reply-To: <524AB5CB.4070909@fastmail.net> References: <521C5EC2.1060901@yandex.ru> <524AB5CB.4070909@fastmail.net> Date: Sat, 22 Feb 2014 17:29:14 -0800 X-Google-Sender-Auth: NKeA_tssP81paP8Bh086KmoKeL0 Message-ID: Subject: Re: devel/jenkins port not starting. Kernel panic in IPv6 multicast code From: Craig Rodrigues To: Bruce Simpson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-net@freebsd.org, "Andrey V. Elsukov" , Rui Paulo , bms@freebsd.org, Li-Wen Hsu X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 01:29:18 -0000 On Tue, Oct 1, 2013 at 4:45 AM, Bruce Simpson wrote: > Hello, > > > On 29/09/2013 20:42, Rui Paulo wrote: > >> On 29 Aug 2013, at 13:47, Craig Rodrigues wrote: >> >>> Thanks for the analysis. It looks like the mailing list is dropping my >>> attachments, so I uploaded my log files here: >>> >>> http://people.freebsd.org/~rodrigc/jenkins-problem/ >>> >>> I don't understand where to go about fixing the problem. >>> Should we fix the FreeBSD kernel to not panic in this case, by changing >>> the >>> KASSERT >>> to an error? >>> >> Definitely fix FreeBSD... >> > > Somebody (can't remember, too many things on my plate right now) sent a > one liner for the overly paranoid KASSERT involved, so go ahead and > commit... isn't a release about to be branched? > OK, it took a while, but I committed this: http://lists.freebsd.org/pipermail/svn-src-all/2014-February/081233.html -- Craig