home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4361 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!eclnews!achilles!pete
  3. From: pete@achilles.arl (Peter Flugstad,,,)
  4. Subject: Re: Process & Signal Question
  5. Message-ID: <1992Aug18.230152.14200@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (Usenet Administrator)
  7. Nntp-Posting-Host: achilles
  8. Reply-To: pete@achilles.arl
  9. Organization: Washington University, School of Engineering, St. Louis MO
  10. References: <1992Aug18.205521.4078@ringer.cs.utsa.edu>
  11. Date: Tue, 18 Aug 1992 23:01:52 GMT
  12. Lines: 24
  13.  
  14. In article 4078@ringer.cs.utsa.edu, rrybacki@ringer.cs.utsa.edu (Richard M. Rybacki) writes:
  15. >>In article <1992Aug18.145412.6352@wuecl.wustl.edu> pete@achilles.arl writes:
  16. >>I don't know about Sys V, but Sun OS 4.1.1 lets you do this.  On several occasions I have 
  17. >>installed a new executable for a running program and it's almost always resulted in 
  18. >>Bus Errors...  Nothing worse than that though...
  19. >
  20. >If you are talking about a file which is being shared via NFS, this could
  21. >happen, because NFS does not completely implement the UNIX file deletion
  22. >semantics.  In the local filesystem case, this should not present a problem.
  23. >I believe Sun tried to mitigate this by renaming the deleted file on the
  24. >server side, but this does not help the case where two NFS clients are
  25. >sharing a single executalbe from a common server.
  26. >-- 
  27. >                            Richard M. Rybacki
  28. >                       rrybacki@ringer.cs.utsa.edu
  29. >                              (512) 731-0000
  30. >                          "Will consult for food"
  31.  
  32. Yes, that is how our system is set up.   And when we install/make a new executable on one client while
  33. the program is running on another (or the same machine for that matter I think) it causes bus errors.
  34.  
  35.  
  36.  
  37.  
  38.