From owner-freebsd-questions@FreeBSD.ORG Wed Jun 23 17:07:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CFDC16A4CE for ; Wed, 23 Jun 2004 17:07:51 +0000 (GMT) Received: from davidfuchs.ca (domains1.davidfuchs.ca [216.113.197.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F11D43D53 for ; Wed, 23 Jun 2004 17:07:51 +0000 (GMT) (envelope-from david@davidfuchs.ca) Received: from d207-81-106-95.bchsia.telus.net ([207.81.106.95] helo=[190.190.104.2]) by davidfuchs.ca with asmtp (TLSv1:AES256-SHA:256) (Exim 4.30) id 1BdBE1-00006I-2f for freebsd-questions@freebsd.org; Wed, 23 Jun 2004 10:07:53 -0700 Message-ID: <40D9B9CB.1030708@davidfuchs.ca> Date: Wed, 23 Jun 2004 10:11:39 -0700 From: David Fuchs User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: route6d crashes (signal 10) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2004 17:07:51 -0000 Hello, For some reason, route6d is crashing with signal 10: /kernel: pid 142 (route6d), uid 0: exited on signal 10 (core dumped) I can reproduce this error simply by running rip6query against the localhost. This is the output I receive from route6d when I run it in debug mode (-D) and query it with rip6query: RIP Request -- whole routing table 09:30:16: Send(lo0): info(3) to ::1.4328 2001:470:1ef0:197::/64[1] 2001:470:1ef0:ffff::c2/128[1] 2001:470:1ef0:ffff::c3/128[1] Bus error (core dumped) Also, I recently added entries to rc.conf to have the IPv6 routing daemon start automatically. However, it doesn't start unless I set the ipv6_network_interfaces and exclude the 'faith0' device (otherwise this device is autoconfigured by rc.network6). If I don't do this, then route6d crashes in the same way: RIP Request -- whole routing table 09:41:35: Send(faith0): info(3) to fe80:3::2e0:81ff:fe02:1455.521 2001:470:1ef0:197::/64[1] 2001:470:1ef0:ffff::c2/128[1] 2001:470:1ef0:ffff::c3/128[1] Bus error (core dumped) My parameters to route6d are '-n -Tgif0' (I have an IPv6 over IPv4 tunnel to Hurricane Electric). I cvsup'ed last night and upgraded the system today to 4.10-STABLE from 4.10-PRERELEASE to see if that would help matters, but the crashes still occur. Any help is appreciated. Please let me know if there is other information I can provide that would be useful. -- Thanks, -David Fuchs