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

Home » Public Forums » archive » aix or idl failure ?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
aix or idl failure ? [message #16533] Wed, 04 August 1999 00:00
R.Bauer is currently offline  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
[Message index]
 
Read Message
Previous Topic: Signal processing in IDL
Next Topic: Re: Problem: Filled contour Plots

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

Current Time: Fri Oct 10 14:13:04 PDT 2025

Total time taken to generate the page: 0.00692 seconds