From owner-freebsd-current Wed Apr 3 00:11:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09035 for current-outgoing; Wed, 3 Apr 1996 00:11:27 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA09018 for ; Wed, 3 Apr 1996 00:11:14 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id IAA19184 for freebsd-current@FreeBSD.ORG; Wed, 3 Apr 1996 08:52:09 +0200 Message-Id: <199604030652.IAA19184@nixpbe.pdb.sni.de> Subject: Re: Huh? cc1 text file busy? To: joerg_wunsch@uriah.heep.sax.de Date: Wed, 3 Apr 96 10:07:44 MET DST From: Greg Lehey Cc: freebsd-current@FreeBSD.ORG In-Reply-To: <199604030625.IAA14818@uriah.heep.sax.de>; from "J Wunsch" at Apr 3, 96 8:25 am X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > As Michael Smith wrote: > >> > /usr/libexec/cc1: text file busy >> >> Yeah, you tried to overwrite the compiler while it was running. Bad Idea; >> remember we page executables out of their files on disk, not out of swap. > > Nevertheless, it's supposed to be unlinked before. (Otherwise, you > could never re-install the world, at least /sbin/init is always > ``busy''.) That seems to work. That will stop currently running processes from crashing; it doesn't help exec when it finds a partial object file. Greg