Hi guys, My IDL program stops automatically at regular intervals, about 2 hours, although it can run successfully every time after I restart it. The error message is: Failed to open image. This may be due to SELinux settings. Please see the Release Notes for ENVI, or contact your System Administrator. Error message: OBJ_NEW: IDLnaReaderRaster unable to connect to data % Unable to invoke method on NULL object reference: )>. The halted line is at my ENVITask('ReprojectGLT'). I have released memory in my main function using: DataColl = e.Data DataItems = DataColl.Get() FOREACH Item, DataItems DO Item.close I cannot find the reason why it stops? Who could help me about this problem? Thanks in advance. Ellen
|