From owner-freebsd-bugs Wed Mar 29 0:50: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CB4437BC41 for ; Wed, 29 Mar 2000 00:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27135; Wed, 29 Mar 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5]) by hub.freebsd.org (Postfix) with ESMTP id 0426B37B529 for ; Wed, 29 Mar 2000 00:48:45 -0800 (PST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from mailhost.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6]) by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id JAA87564 for ; Wed, 29 Mar 2000 09:48:42 +0100 (BST) (envelope-from m.seaman@inpharmatica.co.uk) Received: (from matthew@localhost) by mailhost.inpharmatica.co.uk (8.9.3/8.9.3) id JAA24808; Wed, 29 Mar 2000 09:48:42 +0100 (BST) (envelope-from matthew) Message-Id: <200003290848.JAA24808@mailhost.inpharmatica.co.uk> Date: Wed, 29 Mar 2000 09:48:42 +0100 (BST) From: m.seaman@inpharmatica.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17657: 4.0-RELEASE routed cores with GENERIC kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17657 >Category: bin >Synopsis: 4.0-RELEASE routed cores with GENERIC kernel >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 29 00:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Local User >Release: FreeBSD 4.0-STABLE i386 >Organization: Inpharmatica Ltd >Environment: Freshly installed 4.0-RELEASE system >Description: I only noticed this after the fact, but I guess it's reproducible. It seems that routed will segfault after about 5 minutes. This was a freshly installed 4.0-RELEASE system with the GENERIC kernel, before I'd had a chance to finish cvsup'ing to 4.0-STABLE and re-compile the kernel. cannon-st:/home/local:# gdb -c /routed.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". Core was generated by `routed'. Program terminated with signal 11, Segmentation fault. #0 0x8050887 in ?? () (gdb) where #0 0x8050887 in ?? () #1 0x80541bf in ?? () #2 0x804c209 in ?? () #3 0x80480f9 in ?? () (gdb) q from /var/log/messages [Booting as normal...] Mar 28 11:40:39 cannon-st /kernel: ad0: 6485MB [13176/16/63] at ata0-master using UDMA33 Mar 28 11:40:39 cannon-st /kernel: acd0: CDROM at ata1-master using PIO4 Mar 28 11:40:39 cannon-st /kernel: Mounting root from ufs:/dev/ad0s1a Mar 28 11:40:39 cannon-st /kernel: de0: starting DAD for fe80:0001::02c0:f0ff:fe 1f:5c87 Mar 28 11:40:39 cannon-st /kernel: de0: DAD complete for fe80:0001::02c0:f0ff:fe 1f:5c87 - no duplicates found Mar 28 11:40:34 cannon-st ntpdate[81]: step time server 192.168.122.3 offset -5. 210562 sec Mar 28 11:40:45 cannon-st login: ROOT LOGIN (root) ON ttyv0 Mar 28 11:45:33 cannon-st routed[67]: rnh_deladdr() failed Mar 28 11:45:33 cannon-st /kernel: pid 67 (routed), uid 0: exited on signal 11 ( core dumped) Our local network is strictly IPv4 at the moment. >How-To-Repeat: /usr/sbin/routed -q >Fix: After stripping out "options INET6" from the kernel, routed appears to be operating as advertised. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message