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

Home » Public Forums » archive » Re: idl 5.6 error message
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: idl 5.6 error message [message #34674] Tue, 08 April 2003 01:59
Nigel Wade is currently offline  Nigel Wade
Messages: 286
Registered: March 1998
Senior Member
K. Banerjee wrote:

> We upgraded to IDL 5.6 (on a RedHat 7.3 computer)
> from IDL 5.3. We use a dynamic module. Under IDL 5.3
> we did not get the following error message:
>
> % IDLVBIO_READ_TIME_SERIES: Unexpected keyword cleanup stack found on
> return.
>
> The function IDLVBIO_READ_TIME_SERIES, from our dynamic module,
> does, indeed use keywords. Any ideas on how I can go about
> eliminating this error message. Thanks.

Did you re-compile/build the DSOs used in the DLM? The size of the slen
element of IDL_STRING changed from short to IDL_STRING_SLEN_T (which is
int) between versions 5.3 and 5.6.

This will completely screw up the stack if you have any local IDL_STRING
variables in your code, and will screw up IDL if you create any variables
containing IDL_STRINGs.

--
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 2523548, Fax : +44 (0)116 2523555
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: font size
Next Topic: min_curve_surf function

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

Current Time: Wed Oct 08 18:53:32 PDT 2025

Total time taken to generate the page: 0.00538 seconds