[edm@gocart.eng.hou.compaq.com (Eddie McCreary) writes:]
>I've got an odd problem.  While working on a program, every once in a while
>a small change and the program will no longer execute.  What's odd is
>that the program doesn't execute any of the code before the change, it
>just won't load.
You might try rm'ing the file each time before recompiling.  My guess is
that the old image is still cached and causing you grief.  I think we agreed
that filesystems need to unhash files which are opened for writing, not just
files which are removed.
This is harder than it looks, because the kernel holds a connection open for
the hashed file, see how dos_remove() handles this.
                                                Andy
Received on Mon Dec 12 08:46:04 1994
This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:10 PDT