From owner-freebsd-net@FreeBSD.ORG Tue Oct 1 11:45:18 2013 Return-Path: Delivered-To: freebsd-net@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 6F2BD86B; Tue, 1 Oct 2013 11:45:18 +0000 (UTC) (envelope-from bms@fastmail.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ADE723A4; Tue, 1 Oct 2013 11:45:17 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id BE0E4214E2; Tue, 1 Oct 2013 07:45:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Tue, 01 Oct 2013 07:45:16 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=pLVrPcMCkmcYu+VNW5eFH78Zewc=; b=eZoemLfvEiAqtO+nAGrarJW9PWfn BTL7qkwGEVa3ILfJaRGmjj6UuG5K4zZk2z0R5dgy56li+GBeHZMHDAqewMqyRvuG 1lBbtgQSowtl7mBbioSHFkhSQfgZMnpyieSpoqrEoi0xSha+kY4FUCAyKShnx20I esFUWZIh6W59ZLY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=pLVrPcMCkmcYu+VNW5eFH7 8Zewc=; b=dY1EY2kGobLohVXQ229tNE4nuGB7Tjyz4BX32TJcN54yUOW0Dj9mWm OO7Y45CoYuN+V3ALQqgjbscyD0DlwUP7nsRlD4rZ1hsvExpxF0PDJb/TZMD9fZ0Z BmycMgE/i9UysAqhdmLRoOlGecCHtyTdF7zhDYVFN3uhozwgFMAiI= X-Sasl-enc: 0PUAwxWz19Z4zyyaS2NvcAhU2AlW1TJKFU7y9T8pAlVq 1380627916 Received: from [192.168.1.200] (unknown [86.159.172.159]) by mail.messagingengine.com (Postfix) with ESMTPA id 9FC7C6802B2; Tue, 1 Oct 2013 07:45:15 -0400 (EDT) Message-ID: <524AB5CB.4070909@fastmail.net> Date: Tue, 01 Oct 2013 12:45:15 +0100 From: Bruce Simpson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Rui Paulo Subject: Re: devel/jenkins port not starting. Kernel panic in IPv6 multicast code References: <521C5EC2.1060901@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Craig Rodrigues , freebsd-net@freebsd.org, "Andrey V. Elsukov" , bms@freebsd.org, lwhsu@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 11:45:18 -0000 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?