From owner-freebsd-bugs Fri Feb 14 21:27:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00683 for bugs-outgoing; Fri, 14 Feb 1997 21:27:48 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA00634; Fri, 14 Feb 1997 21:27:05 -0800 (PST) Date: Fri, 14 Feb 1997 21:27:05 -0800 (PST) From: Bruce Evans Message-Id: <199702150527.VAA00634@freefall.freebsd.org> To: bugs@freebsd.org Subject: cvs masks signals while waiting for locks Cc: peter@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I deadlocked cvs by doing `cvs commit Makefile' and then trying to do `cvs diff -r 1.x Makefile' in a subprocess. The subprocess ignored SIGINT, SIGHUP and SIGTERM. Bruce