From owner-freebsd-stable@FreeBSD.ORG Sun Jun 29 18:05:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFF537B401; Sun, 29 Jun 2003 18:05:32 -0700 (PDT) Received: from cecov.masternet.it (cecov.masternet.it [194.184.65.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25CF43FCB; Sun, 29 Jun 2003 18:05:31 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from usul.scotty.masternet.it (freebsd.giovannelli.com [194.184.65.139]) by cecov.masternet.it (8.12.9/8.12.9) with ESMTP id h5U17Nto002519; Mon, 30 Jun 2003 03:07:24 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <5.2.1.1.2.20030630023229.02fb3eb8@194.184.65.7> X-Sender: gmarco@194.184.65.7 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 30 Jun 2003 03:05:35 +0200 To: rwatson@freebsd.org, stable@freebsd.org From: Gianmarco Giovannelli In-Reply-To: <5.2.1.1.2.20030630014320.0419dc98@194.184.65.7> References: <5.2.1.1.2.20030630013114.0419dc98@194.184.65.7> <5.2.1.1.2.20030626212835.063e6950@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: esperti@gufi.org cc: Luigi Rizzo Subject: Re: apache panics on a recent 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 01:05:33 -0000 At 30/06/2003, Gianmarco Giovannelli wrote: >Infact making a little script in this way: >---> begin <--- >#!/bin/sh > >eval `limits -e -U www` >/dev/null 2>&1 >---> end <--- > >panics the box too ... If you use csh instead of sh it works ... This crashes... ---> begin <--- #!/bin/sh limits -e -U www --> end <--- This doesn't crash ---> begin <--- #!/bin/csh limits -e -U www ---> end <--- A little of kernel debugging: freebsd:/usr/obj/usr/src/sys/FREEBSD# gdb -k GNU gdb 4.18 (FreeBSD) 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". (kgdb) symbol-file kernel.debug Reading symbols from kernel.debug...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf done. [...] orm0: