Posted: Thu Jan 27, 2011 9:31 pm Post subject: "Panic" error
I get this error message, any idea what this means?
Code:
PANIC in `/Users/IRAF/iraf/iraf/bin.macintel/x_system.e': Write to IPC with no reader
ERROR: IRAF Main: command syntax error
"copy ( cal_dir//dbname//"/id"//arcwave//"*",database_dir//dbname//"/ ..."
line 669: wifes$wfreduce.cl
called as: `wfreduce ()
The message basically means there was an error in the COPY task and communication with the CL was terminated. You can type 'd_trace' before running the task (or insert a print statement in the script) to find out exactly what the parameters are, if you can then reproduce this behavior outside the script then I'll need to know more about the file (or have access to it) to reproduce and debug the problem. If it only happens in the script then it could be an error in the script of some kind.
Otherwise, there's not enough information to speculate what else might be going on.
Redirecting the output as I showed will put the output to the file you named 'trace.txt' instead of the screen. When the task is done, look at the file using whatever tool you would normally use to look at a text file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum