Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2000 09:48:42 +0100 (BST)
From:      m.seaman@inpharmatica.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/17657: 4.0-RELEASE routed cores with GENERIC kernel
Message-ID:  <200003290848.JAA24808@mailhost.inpharmatica.co.uk>

next in thread | raw e-mail | index | archive | help

>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 <Maxtor 90680D4> [13176/16/63] at
 ata0-master using UDMA33
Mar 28 11:40:39 cannon-st /kernel: acd0: CDROM <Pioneer CD-ROM ATAPI Model DR-74
4 0102> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003290848.JAA24808>