home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / misc / 17156 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!wupost!psuvax1!psuvm!dxb132
  2. Organization: Penn State University
  3. Date: Thu, 19 Nov 1992 18:21:06 EST
  4. From: <DXB132@psuvm.psu.edu>
  5. Message-ID: <92324.182106DXB132@psuvm.psu.edu>
  6. Newsgroups: comp.sys.amiga.misc
  7. Subject: Re: Why doesn't Amiga core-dump? *sigh*
  8. References: <92323.003545BGT101@psuvm.psu.edu>
  9.  <1992Nov18.133139.21744@ifi.unizh.ch> <92323.182614BGT101@psuvm.psu.edu>
  10.  <1992Nov19.084052.12588@ifi.unizh.ch> <92324.155004BGT101@psuvm.psu.edu>
  11. Lines: 20
  12.  
  13. In article <92324.155004BGT101@psuvm.psu.edu>, Blaise Tarr
  14. <BGT101@psuvm.psu.edu> says:
  15.  
  16. >In article <1992Nov19.084052.12588@ifi.unizh.ch>, (Matija Milostnik) says:
  17. >>
  18. >>In the message you could have a pointer to any memory
  19. >>location you own. This situation CANT be protected, cause the system doesnt
  20. >>know about it.
  21.  
  22. >That's where you would use the MEMF_PUBLIC flag.  Quoting from the RKRM:
  23. >"This indicates that the memory should be accessible to other tasks."
  24. >Therefore, all correctly written programs use this flag if they want other
  25. >programs to use their memory area.
  26.  
  27. This is an unsafe assumption at best. Besides, the programmer doesn't
  28. really know what tasks, if any, might need to share data when doing
  29. I/O. (Usually at least two...the filesystem and device driver). It's
  30. not strictly defined, and may change in the future.
  31.  
  32.  
  33.