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