From owner-freebsd-current@FreeBSD.ORG Sun Jan 4 21:35:07 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 19072106566B for ; Sun, 4 Jan 2009 21:35:07 +0000 (UTC) (envelope-from yr.retarded@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id C19978FC08 for ; Sun, 4 Jan 2009 21:35:06 +0000 (UTC) (envelope-from yr.retarded@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so4638167rne.12 for ; Sun, 04 Jan 2009 13:35:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IcGyH5LpskQ7FTZ7qprGOHjHZjXv1DQOs2ZvaMwgMqs=; b=h1GD/32Lzzwfeoqc59k268DFbxs7zeiI7p2J7WzjbIJI/2ag291aO7xCsOioKIk+Ry jMdXAYfb0OlpU2lgEo2XhkyLVUPLYio20p66gf2E/mqA3rR+iWZ+VEdG6LZRVtvEU+Q6 SkRsm+i93PogFSwIfeRlsu42ANEIcNaj1d2u8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RW4wrwXz8jkr/SKLiudqe7vPAGPhCe5ZXOy2A0CAXKj6hz6xMbZI1KCUq6QYcNou4F zZxmIcP0ABzUCa9RRqiRAgBrMqL68kXKRMOJmbOgTHAuiIlEfhLG2nFHw5f615tdOSOg zdckQBAkWxBrZCGPCUbI4rPnbnKwJvmLCCHIM= Received: by 10.150.217.14 with SMTP id p14mr19223927ybg.233.1231104905890; Sun, 04 Jan 2009 13:35:05 -0800 (PST) Received: by 10.150.98.19 with HTTP; Sun, 4 Jan 2009 13:35:05 -0800 (PST) Message-ID: <58c737d70901041335s72ec7335o298d7329fe8a2090@mail.gmail.com> Date: Sun, 4 Jan 2009 15:35:05 -0600 From: "Chris Ruiz" To: freebsd-current@freebsd.org In-Reply-To: <20090104211439.GJ14235@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20090104205056.GA41264@freebsd.org> <20090104211439.GJ14235@hoeg.nl> Subject: Re: panic related to ipv6 (afaik) 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: Sun, 04 Jan 2009 21:35:07 -0000 On Sun, Jan 4, 2009 at 3:14 PM, Ed Schouten wrote: > Hello Roman, > > * Roman Divacky wrote: >> with r186748 I am getting this panic early on boot (hand rewritten): >> >> > > I had the same problem, but rwatson discovered the bug. He'll commit a > fix in a couple of minutes. > > -- > Ed Schouten > WWW: http://80386.nl/ > r186750 breaks the build: cc -c -O2 -fno-strict-aliasing -pipe -march=nocona -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/netinet6/in6_gif.c cc1: warnings being treated as errors /usr/src/sys/netinet6/in6_gif.c:84: warning: excess elements in struct initializer /usr/src/sys/netinet6/in6_gif.c:84: warning: (near initialization for 'in6_gif_protosw') *** Error code 1 =Chris