Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uw-beaver Path: utzoo!watmath!clyde!cbosgd!ihnp4!drutx!mtuxo!mtunh!mtung!mtunf!vax135!cornell!uw-beaver!laser-lovers From: laser-lovers@uw-beaver Newsgroups: fa.laser-lovers Subject: Re: catimp/catdvi for suns Message-ID: <1620@uw-beaver> Date: Fri, 4-Oct-85 18:14:39 EDT Article-I.D.: uw-beave.1620 Posted: Fri Oct 4 18:14:39 1985 Date-Received: Sat, 5-Oct-85 14:40:57 EDT Sender: daemon@uw-beaver Organization: U of Washington Computer Science Lines: 40 From: ihnp4!seismo!hao!pag@uw-beaver.arpa (Peter Gross) > From: Steve D. Miller> > I've been trying (albeit intermittently) for a while to bring the latest > Imagen 4.2BSD software release up on our suns, and while most of it works, > the catimp program (the one that used to be catdvi) persistantly dumps core. > I've twiddled around with it here and there and been unable to figure out > what is going wrong, and before I launched a full-scale attack, I thought > it would be best to see if anyone else out there has it running. Try this fix (I tracked it down when the program bombed on a Pyramid): *** /tmp/,RCSt1020157 Thu Oct 3 02:26:56 1985 --- catimp.c Thu Oct 3 02:26:07 1985 *************** *** 367,373 ffs[numffs++].fam_name = getcpy(line); } ! if (strncmp(ffs[0], CATAB_MARK, 5) != 0) { fprintf(stderr, "%s bad format\n", filename); GoAway(); } --- 367,373 ----- ffs[numffs++].fam_name = getcpy(line); } ! if (strncmp(ffs[0].fam_name, CATAB_MARK, 5) != 0) { fprintf(stderr, "%s bad format\n", filename); GoAway(); } --peter gross UUCP: {hplabs,seismo}!hao!pag CSNET: pag@ncar.csnet ARPA: pag%ncar@csnet-relay.arpa