Error messages when printing [message #71901] |
Mon, 26 July 2010 08:50  |
Kenneth P. Bowman
Messages: 585 Registered: May 2000
|
Senior Member |
|
|
I have been trying out the nice new graphics and printing
facilities in IDL 8.
Sometimes, when I close a graphics window I get a a rash of error
messages. Any idea where this is coming from? It is not 100%
reproducible.
IDL 8 on OS X 10.6.4 running XQuartz.
Ken
IDL Version 8.0, Mac OS X (darwin x86_64 m64). (c) 2010, ITT Visual Information Solutions
Licensed for use by: DEPARTMENT OF METEOROLOGY, TEX
IDL> p = PLOT(FINDGEN(11)^2)
% Loaded DLM: XML.
IDL> p.color = 'red'
IDL> p.save, 'test_plot.pdf'
IDL> Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorIllegalArgument: CGSGetSurfaceBounds
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0x2be
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0x2be
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0x2be
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: kCGErrorIllegalArgument: CGSBindSurface: Invalid window 0x2be
Mon Jul 26 10:44:44 stretch.tamu.edu idl[1695] <Error>: unknown error code: invalid drawable
IDL>
|
|
|