Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!purdue!haven!mimsy!mojo!russotto From: russotto@eng.umd.edu (Matthew T. Russotto) Newsgroups: comp.sys.mac.programmer Subject: Re: Multifinder - "Out of application memory"? Keywords: multifinder Message-ID: <1991Jan4.041924.921@eng.umd.edu> Date: 4 Jan 91 04:19:24 GMT References: <2842@cirrusl.UUCP> Sender: news@eng.umd.edu (C-News) Organization: College of Engineering, Maryversity of Uniland, College Park Lines: 16 In article <2842@cirrusl.UUCP> brian%cirrusl@oliveb.ATC.olivetti.com (Brian Feinberg) writes: >Does anyone know precisely what traps can cause the above message? >I have a program that has intermittently done this, and it appears that >the code is pretty thorough about checking for low memory conditions. >Therefore, I am trying to look at particular trap calls that might result in >the above message. Just about any trap call that can allocate memory (and thats most of them!) and doesn't have an 'out of memory' graceful error return can cause it. Some that do have a 'out of memory' error code can also cause this error when memory is very short. I think MacsBug will tell you which trap ultimately caused the error, but of course this trap was not necessarily called directly by your program. -- Matthew T. Russotto russotto@eng.umd.edu russotto@wam.umd.edu .sig under construction, like the rest of this campus.