From owner-freebsd-current Mon Apr 21 17:28:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA00605 for current-outgoing; Mon, 21 Apr 1997 17:28:29 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00568; Mon, 21 Apr 1997 17:28:23 -0700 (PDT) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA16994 ; Mon, 21 Apr 1997 16:03:23 -0700 (PDT) Received: from pauling.salk.edu (pauling [198.202.70.108]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id QAA02124; Mon, 21 Apr 1997 16:02:04 -0700 (PDT) Date: Mon, 21 Apr 1997 16:02:03 -0700 (PDT) From: Tom Bartol To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: FreeBSD-current , dyson@FreeBSD.ORG Subject: Re: Recent vfork kernel changes broke csh & tcsh! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by freefall.freebsd.org id RAA00576 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just rebooted with the kernel and world I made after make update this morning and am seeing similar problems. csh seg faults and X hangs at the gray screen with mouse active but no windows or window manager. Tom On Tue, 22 Apr 1997, [KOI8-R] Андрей Чернов wrote: > Run this simple file (a.sh, a+rx mode) > > #!/bin/sh > while true > do > sleep 10 > done & > > and you got SIGSEGV at the next one or two commands you'll enter > after it started. > > Both csh and tcsh affected in the similar way. >