home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12530 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!tulane!uflorida!usf.edu!eggo!stelmack
  2. From: stelmack@eggo.tmc.edu (Gregory M. Stelmack)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Program Fragmenting Memory
  5. Message-ID: <1992Aug17.010133.18788@ariel.ec.usf.edu>
  6. Date: 17 Aug 92 01:01:33 GMT
  7. References: <1992Aug9.023203.7467@ariel.ec.usf.edu> <rwm.713818561@atronx.OCUnix.On.Ca> <34287@cbmvax.commodore.com>
  8. Sender: news@ariel.ec.usf.edu (News Admin)
  9. Organization: University of South Florida, Department of Computer Science and Engineering
  10. Lines: 19
  11.  
  12. Since there have been several responses, none of which turned out to be the
  13. actual problem, I'll post what I finally found out:
  14.  
  15. My program was using the trackdisk device. I would:
  16. 1) start the program
  17. 2) Insert a disk
  18. 3) execute the disk function
  19. 4) close the program
  20.  
  21. By leaving the disk in the drive, apparently some memory was floating around
  22. for the disk with my task as the allocator. Removing the disk before checking
  23. memory eliminated the problem. So, along with running flush to check for
  24. memory loss, make sure all disks are removed from the drives...
  25.  
  26. --
  27. -- Greg Stelmack (stelmack@eggo.csee.usf.edu)
  28. -- FullTime Grad Student, PartTime Amiga Salesman, PartTime Amiga Developer
  29. -- Author of: Spades, Pro Port Analyzer Plus, more to come...
  30. -- DISCLAIMER: The opinions reflected here are mine and mine alone.
  31.