comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » what does this error mean
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: what does this error mean [message #20325 is a reply to message #20230] Thu, 01 June 2000 00:00 Go to previous message
Nigel Wade is currently offline  Nigel Wade
Messages: 286
Registered: March 1998
Senior Member
Brad Gom wrote:
>
> What does this message mean:
>
> % Temporary variables are still checked out - cleaning up...
>
> ie. what general type of problem causes this, so I can get an idea where
> to start looking?
>
> thanks

Generally it means that a system routine (either an internal IDL one, or
a user added one) has aborted before it returned all its temporary
variables
back to the pool.

System routines can allocate temporary variables for internal use. These
temporaries should either be returned back to the pool before the
routine
returns, or passed back as the return value of a function. When control
passes back to the interpreter it cleans up any temporaries which are
still
in use and issues this message.

It's not really anything you should worry about, unless the system
routine
which is not returning the temporaries is one you have written.

If you want to learn more about temporaries there is a section about
them
in the External Development Guide (look for "temporary variables" in the
index).

--
-----------------------------------------------------------
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523568, Fax : +44 (0)116 2523555
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: what does this error mean
Next Topic: Math Libraries in PVWAVE

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 19:23:38 PDT 2025

Total time taken to generate the page: 0.93927 seconds