Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!bob@ucla-locus From: bob%ucla-locus@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: xstr bug in 4.1bsd Message-ID: <4263@sri-arpa.UUCP> Date: Tue, 16-Aug-83 19:19:31 EDT Article-I.D.: sri-arpa.4263 Posted: Tue Aug 16 19:19:31 1983 Date-Received: Thu, 18-Aug-83 12:32:54 EDT Lines: 10 From: Bob English If the "strings" file cannot be opened for writing, the xstr program will fail with the rather cryptic message: "Bus error: core dumped". To fix this, check the return code from fopen in the routine "flushsh()". --bob--