From owner-freebsd-current@FreeBSD.ORG Sat May 31 18:33:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F0C337B401; Sat, 31 May 2003 18:33:35 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3649543F3F; Sat, 31 May 2003 18:33:30 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h511X7rN041192 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 1 Jun 2003 03:33:22 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h511X1Os013437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Jun 2003 03:33:01 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h511X0Te003019; Sun, 1 Jun 2003 03:33:00 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h511Wva9003018; Sun, 1 Jun 2003 03:32:57 +0200 (CEST) Date: Sun, 1 Jun 2003 03:32:56 +0200 From: Bernd Walter To: Luigi Rizzo Message-ID: <20030601013256.GH503@cicely12.cicely.de> References: <3ED94166.7070300@btc.adaptec.com> <20030531173958.C91048@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030531173958.C91048@xorpc.icir.org> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-BETA alpha User-Agent: Mutt/1.5.4i cc: Scott Long cc: Robert Watson cc: current@freebsd.org Subject: Re: 5.1-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 01:33:36 -0000 On Sat, May 31, 2003 at 05:39:58PM -0700, Luigi Rizzo wrote: > On Sat, May 31, 2003 at 08:18:10PM -0400, Robert Watson wrote: > > On Sat, 31 May 2003, Scott Long wrote: > > > > > It's been a matter of not having enough time, nothing more. I *will* > > > address this one way or another before the release. I apologize for > > > taking so long. > > > > Ditto, here, unfortunately. I managed to hose my sparc64 box a couple of > > weeks ago trying to upgrade it to run precisely these tests, but haven't > > had time to figure out how to recover it. > > no need to apologize, as i said i am perfectly fine with people not > having time, and surely the RE team is taken by more urgent issues > these days. My mail was meant just as a reminder, nothing more. > > As for the patch i posted: i don't claim it to be perfect, it might > contain some trivial bug such as passing the wrong variable to a > function, but hopefully those are things that a programmer who has > access to the box can find out and fix very quickly. :) And I hoped a programmer who knows the source could find out and fix very quickly. To be honest - I did not investigate the reason for the failure as there were other things on my todo list. Well after getting some sleep I will check that again. Nevertheless here are the stack traces again - in case someone else can identify the cause in the meantime: cicely12# ipfw flush Are you sure? [yn] y Flushed all rules. cicely12# ipfw show Segmentation fault (core dumped) cicely12# May 23 17:09:50 cicely12 kernel: pid 601 (ipfw), uid 0: exited on signal 11 (core dumped) cicely12# gdb /usr/obj/var/d3/FreeBSD-2003-05-22/src/sbin/ipfw/ipfw ipfw.core GNU gdb 5.2.1 (FreeBSD) Copyright 2002 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 "alpha-undermydesk-freebsd"... Core was generated by `ipfw'. Program terminated with signal 11, Segmentation fault. #0 0x120044794 in bcopy () (gdb) bt #0 0x120044794 in bcopy () #1 0x120001564 in show_ipfw (rule=0x1200ac000, pcwidth=3, bcwidth=5) at /var/d3/FreeBSD-2003-05-22/src/sbin/ipfw/ipfw2.c:818 (gdb) cicely12# ipfw add allow ip from any to any Segmentation fault (core dumped) cicely12# May 23 17:13:40 cicely12 kernel: pid 644 (ipfw), uid 0: exited on signal 11 (core dumped) cicely12# gdb /usr/obj/var/d3/FreeBSD-2003-05-22/src/sbin/ipfw/ipfw ipfw.core GNU gdb 5.2.1 (FreeBSD) Copyright 2002 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 "alpha-undermydesk-freebsd"... Core was generated by `ipfw'. Program terminated with signal 11, Segmentation fault. #0 0x120044794 in bcopy () (gdb) bt #0 0x120044794 in bcopy () #1 0x120001564 in show_ipfw (rule=0x120099cb0, pcwidth=10, bcwidth=10) at /var/d3/FreeBSD-2003-05-22/src/sbin/ipfw/ipfw2.c:818 warning: Hit beginning of text section without finding warning: enclosing function for address 0x8 This warning occurs if you are debugging a function without any symbols (for example, in a stripped executable). In that case, you may wish to increase the size of the search with the `set heuristic-fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. (gdb) -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de