From owner-freebsd-net@FreeBSD.ORG Mon Jan 24 15:10:11 2011 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA3461065672 for ; Mon, 24 Jan 2011 15:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B9F298FC13 for ; Mon, 24 Jan 2011 15:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p0OFABMJ039986 for ; Mon, 24 Jan 2011 15:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0OFABsC039985; Mon, 24 Jan 2011 15:10:11 GMT (envelope-from gnats) Date: Mon, 24 Jan 2011 15:10:11 GMT Message-Id: <201101241510.p0OFABsC039985@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: John Baldwin Cc: Subject: Re: amd64/154214: Panic when creating stf interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 15:10:11 -0000 The following reply was made to PR kern/154214; it has been noted by GNATS. From: John Baldwin To: freebsd-amd64@freebsd.org Cc: "Vladislav V. Prodan" , freebsd-gnats-submit@freebsd.org Subject: Re: amd64/154214: Panic when creating stf interface Date: Mon, 24 Jan 2011 08:11:31 -0500 On Friday, January 21, 2011 7:24:08 pm Vladislav V. Prodan wrote: > > >Number: 154214 > >Category: amd64 > >Synopsis: Panic when creating stf interface > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-amd64 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Jan 22 00:30:08 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Vladislav V. Prodan > >Release: 9.0-CURRENT amd64 > >Organization: > >Environment: > FreeBSD mary-teresa.ZZZ 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun Aug 29 19:00:25 EEST 2010 vlad11@mary-teresa.ZZZ:/usr/obj/usr/src/sys/mary- teresa.24 amd64 > > >Description: > After entering the command "ifconfig stf create" - we panic > > # kldstat -v | grep stf > 226 if_stf > > On the internal interface are given two networks ipv6 - /64 and /48. > Service works rtadvd. > Wanted to create a service 6to4. > > http://img521.imageshack.us/img521/8142/dsc00571in.jpg The picture shows a double fault (likely due to infinite recursion on the stack or some code putting too large of an object onto the stack). Can you get a backtrace via 'tr' at the db> prompt and reply with the output? -- John Baldwin