home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15430 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.0 KB

  1. Path: sparky!uunet!stanford.edu!unix!css-mac5.sri.com!user
  2. From: mxmora@unix.sri.com (Matthew Xavier Mora)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Peculiar Virtual Memory behavior
  5. Message-ID: <mxmora-090992112900@css-mac5.sri.com>
  6. Date: 9 Sep 92 18:29:31 GMT
  7. References: <1992Sep3.193157.3816@newstand.syr.edu>
  8. Sender: news@unix.SRI.COM
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: SRI International
  11. Lines: 19
  12.  
  13. In article <1992Sep3.193157.3816@newstand.syr.edu>, greeny@top.cis.syr.edu
  14. (J. S. Greenfield) wrote:
  15.  
  16. > My application is very small and runs in just a 40K partition.  Needless to
  17. > say, I do not use any special VM routines, and the message is not from
  18. > my application.
  19.  
  20. > My guess is that this message is generated by the system, for some reason.
  21.  
  22. > Does anybody who is familiar with or uses VM have a guess as to what is
  23. > causing this behavior?
  24.  
  25. Your program might be using a nil handle causing it to page VM. Hopefully
  26. your program is accidently reading from whatever location 0 is pointing to
  27. rather than writing.
  28.  
  29. Just a guess.
  30.  
  31. Matt
  32.