aix or idl failure ? [message #16533] |
Wed, 04 August 1999 00:00 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Hi,
Using window, device or widget_control will crash idl on our aix
installation using simple netCDF commands. I like to know
if somebody else has the same problem or not.
Who don't have already a netCDF File should try the example routine
ncdf_rdwr from
the examples/misc/sdf directory.
I have had no problems with the previous aix Version and the old IDL
5.1. The problems are also given by the actual
aix Version and the old IDL 5.1.
PRO ncdf_error2
; One following three commands will crash idl using aix IDL 5.2.1
window,0,xsize=100,ysize=100,color=256
device,decomposed=0
widget_control,default_font='-adobe-helvetica-medium-r-norma l--12-*-*-*-*-60-*-*'
; ---------------------------
FOR ii=0,200 DO BEGIN
PRINT,ii
FOR i=1,30 DO BEGIN
cdfid = NCDF_OPEN('ncdf_error.nc',/NOWRITE) ; OPEN the file
NCDF_CLOSE,cdfid
ENDFOR
ENDFOR
END
Regards
R.Bauer
|
|
|