home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5595 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.7 KB  |  34 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!hanauma.jpl.nasa.gov!hyc
  3. From: hyc@hanauma.jpl.nasa.gov (Howard Chu)
  4. Subject: Re: My problems with MiNT
  5. Message-ID: <1992Nov12.074835.22639@elroy.jpl.nasa.gov>
  6. Sender: news@elroy.jpl.nasa.gov (Usenet)
  7. Nntp-Posting-Host: hanauma.jpl.nasa.gov
  8. Organization: SAR Systems Development & Processing, JPL
  9. References: <1dn9q7INNk52@aludra.usc.edu>
  10. Date: Thu, 12 Nov 1992 07:48:35 GMT
  11. Lines: 21
  12.  
  13. In article <1dn9q7INNk52@aludra.usc.edu> baffoni@aludra.usc.edu (Juxtaposer) writes:
  14. >    Using MiNT .95, with _just_ it running in the autofolder, from the
  15. >desktop I run CoNnect1.80 and I get one "pid 2 (GEM): malloc: out of memory"
  16. >and then the rest (about 11) are "pid 3 (CONNECT): malloc: out of memory"
  17. >except towards the end there is a "pid 3 (CONNECT): Bconmap: mapin failed".
  18. >
  19. >    So does anyone know why I am getting all these failed mallocs?
  20.  
  21. I would ignore those messages; as I recall from reading the source code (I
  22. noticed these messages a while ago myself) the reason is that when MiNT
  23. intercepts the Malloc system call, it first tries to execute the Mxalloc
  24. call which currently only exists in the TT's TOS. This call fails on any
  25. non-TT, which causes the "malloc: out of memory" message. Then MiNT calls
  26. the regular TOS Malloc routine, and that usually succeeds. Likewise for
  27. the Bconmap failure, that call also only exists on new TOS. (Of course, if
  28. you're actually running on a TT or with TOS 2.06 or 3.06, then I'd guess
  29. the failures are genuine... You didn't specify what machine you have.)
  30. -- 
  31.   -- Howard Chu @ Jet Propulsion Laboratory, Pasadena, CA
  32.  
  33. All true wisdom is conveyed in one-line witticisms.
  34.