From owner-freebsd-current Sun Dec 21 08:26:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10735 for current-outgoing; Sun, 21 Dec 1997 08:26:23 -0800 (PST) (envelope-from owner-freebsd-current) Received: from helios.dnttm.ru (root@dnttm.wave.ras.ru [194.85.104.197]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10727 for ; Sun, 21 Dec 1997 08:26:16 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id TAA24398; Sun, 21 Dec 1997 19:25:35 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id TAA00340; Sun, 21 Dec 1997 19:27:25 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199712211627.TAA00340@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: pb@fasterix.freenix.org (Pierre Beyssac) cc: freebsd-current@FreeBSD.ORG Subject: Re: panics with csh under -current: looking for testers In-reply-to: Your message of "Sun, 21 Dec 1997 16:08:38 +0100." <19971221160838.ZP28443@@> Mime-Version: 1.0 Content-Type: text/plain Date: Sun, 21 Dec 1997 19:27:25 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Pierre Beyssac wrote: > I have the following problem with the latest -current. > > Running the following trivial csh script panics the machine each > time: > > #!/bin/csh -f > nonexistentfile1 > rm nonexistentfile2 > > If you replace csh with sh, it doesn't seem to panic anymore... I suspect it is because csh use vfork, while sh don't use it. If sysctl kern.fast_vfork=0, kernel doen't panic. > > I've sent a PR for this yesterday, but of the two persons who > replied, no one was able to reproduce it (one of them maybe because > his kernel was dated December 9th). I'd like to know if I'm just > having hallucinations or somebody else can reproduce the bug (It > works both on a Cyrix P166+ IDE 32Mb and an AMD K6, 64Mb, SCSI). I have reproduced it with kernel from yesterday and kernel from about a week ago. Dima