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

Home » Public Forums » archive » Re: IDL5 and large structures: Program code area full
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: IDL5 and large structures: Program code area full [message #10486] Wed, 10 December 1997 00:00 Go to previous message
alpha is currently offline  alpha
Messages: 49
Registered: September 1996
Member
Alex Schuster <alex@rosa.mpin-koeln.mpg.de> writes:
> Hi there!

> There is this program, I didn't use it for a long time, and today I
> started it for the first time under IDL 5.02. I have heard about some
> strange bugs with structures containing many tags, but as I didn't have
> problems with IDL 4, I am surprised I got a 'Program code full error'.

> Any ideas? Hey, didn't RSI tell us all limitations are gone now? And why
> do I have more limitations than before?

this sounds like the "23.tag Error" from

DECEMBER 1996

The bug is registrated as an kernel-error of IDL.

pro fail

for te=1,105 do begin
anzahl=te
tname=strarr(anzahl)
for i=0,anzahl-1 do tname(i)='TN_'+strcompress(string(i),/remove_all)

ttyp=strarr(anzahl)
; zum ausuchen
ttyp(*)="'String-test'"
ttyp(*)="fltarr(10)"
ttyp(*)="dcomplexarr(102)"

ziel=byte(0)
estring='ziel={'
for i=0,anzahl-1 do begin
if i gt 0 then estring=estring+','
estring=estring+tname(i)+':'+ttyp(i)
endfor
estring=estring+'}'

if execute(estring) then begin
print,' Execute OK: ',te
endif else begin
goto,abbruch
endelse
endfor

abbruch:
print, ' Execute failed at ',te
end

> Can anyone using IDL 5.02 be so kind check if this works? And, no, I
> don't even think about modifying the program in any way.

perhaps we have to wait for 5.1

--
Panther in the Jungle __..--''``\--....___ _..,_
-BELIEVE AND DECEIVE- _.-' .-/"; ` ``<._ ``-+'~=.
http://www.ang-physik _.-' _..--.'_ \ `(^) )
.uni-kiel.de/~hendrik ((..-' (< _ ;_..__ ; `'
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: R,G,B image
Next Topic: Re: Progress and Widgets

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

Current Time: Fri Oct 10 14:59:46 PDT 2025

Total time taken to generate the page: 0.48168 seconds