I am running IDL8.2.3 on MacOS10.8.5. I usually launch IDL from the Mac "Dock" which brings me directly into the "Workbench" development environment (DE). I have learned, however, that IDL crashes when running certain codes from within the DE, in particular those that create a series of graphics. The fix for this apparently is to run IDL from the command line by issuing the command
bash-3.2$ idlde -outofprocess
IDL no longer crashes when I run my code from the DE launched this way, however, I have noticed that IDL behaves differently with respect certain things (color tables, for instance) when run from the Dock versus run from the command line. Why???
Barry
|