Resource temporarily unavailable [message #7753] |
Thu, 16 January 1997 00:00 |
Phil Williams
Messages: 78 Registered: April 1996
|
Member |
|
|
Once you get this error is there any way to recover w/o having to exit?
I'm in the process of changing a major widget app to using handles and
objects. Needless to say, it's crashing a lot and things aren't getting
cleaned up. I got this error from findfile. I then did the following:
IDL> help,/mem
heap memory in use: 17257178, calls to MALLOC: 325387, FREE:
325030
WOW 17Meg! Although I do have 128MB ram in this machine... I then did:
IDL> for i=1,400 do if handle_info(long(i)) then handle_free,long(i)
IDL> help,/mem
heap memory in use: 343651, calls to MALLOC: 325392, FREE:
325101
Whew, that's better. But findfile still gives the same result...
Any ideas why?
Thanks,
Phil
--
/*********************************************************** ********/
Phil Williams, Ph.D.
Research Instructor
Children's Hospital Medical Center "One man gathers what
Imaging Research Center another man spills..."
3333 Burnet Ave. -The Grateful Dead
Cincinnati, OH 45229
email: williams@irc.chmcc.org
URL: http://scuttle.chmcc.org/~williams/
/*********************************************************** ********/
|
|
|