Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site uwvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxz!vax135!cornell!uw-beaver!tektronix!hplabs!hao!seismo!uwvax!dave From: dave@uwvax.ARPA Newsgroups: net.unix-wizards,net.bugs.4bsd Subject: 4.2bsd crashes in iget() Message-ID: <346@uwvax.ARPA> Date: Thu, 19-Jul-84 19:51:51 EDT Article-I.D.: uwvax.346 Posted: Thu Jul 19 19:51:51 1984 Date-Received: Sat, 21-Jul-84 03:38:57 EDT Organization: U of Wisconsin CS Dept Lines: 26 Lately we've been getting crashes on our 4.2bsd machines with a Panic: Protection Fault The system crashes in iget(). It looks like the protection problem is in the following code: if (ip->i_count == 0) { /* ino on free list */ if (iq = ip->i_freef) iq->i_freeb = ip->i_freeb; else > ifreet = ip->i_freeb; > *ip->i_freeb = iq; ip->i_freef = NULL; ip->i_freeb = NULL; } Specifically on the marked lines (I'm not sure what the actual instruction is, the pc is at the start of the second, but I think that means it errored in the first). Has anyone out there had this problem? Does someone have a *fix*? -- Dave Cohrs @ wisconsin ...!{allegra,heurikon,ihnp4,seismo,ucbvax,uwm-evax}!uwvax!dave dave@wisc-rsch.arpa