Workshop 6u2 analyzer shows black screen
When attempting to load and display an experiment via the analyzer with data=function list and unit=function numerous errors are produced (on the shell from which the tool was invoked). This problem only occurs on SunRays and not on workstations. All of the errors have the same signature:
ANALYZER X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request 74 (X_PolyText8)
The various opcodes have values of:
53
62
66
70
74
etc.
And the name (error name?) have values of:
X_PolyText8
X_CreatePixmap
X_PolyFillRectangle
X_CopyArea
etc.
The remainder of the error remains constant.The errors are repeated numerous times when attempting to display data, e.g., 50 errors every time the display is invoked (even when simply bringing the display to foreground).
The errors ONLY appear when data=function list, and unit=function, and the window that usually shows the function/method names and corresponding performance data is blank (if unit=load object was not previous selection).
Switching from unit=function to unit=load object produces ONE error, but does display function/method names and performance data. The error produced is:
ANALYZER X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request 54(X_FreePixmap)
If switching from unit=load object to unit=function, the numerous errors will be repeated, and the window displaying function/method names and perf data is not updated, i.e., unit=load object display remains while display should be showing unit=function data.
Other data windows (overview, address space, execution statistics) appear to work fine, and no errors are produced. Switching from data=function list to one of these displays works fine.

