This is the first release of Purify 4.1 Reliant UNIX.
Purify has been tested with the following compilers:
See the "Restrictions and Known Issues" section for more details.
Purify supports these threads packages:
dbx32: fatal error: Couldn't access section header string table section
To avoid debugging problems, you must use DBX V2.4B00 upon Reliant UNIX 5.44. This version will be available until end of March 1999.
To avoid this kind of problem, you should run your application on a different X server than the Purify UI or Purify stderr output, or you should use the -log-file= or -view-file= options to specify a file to capture messages for inspection after your application is finished.
A convenient way to debug on two displays is to pre-start the Purify Viewer on one display ("slave"), and then start the application on the other display ("master"):
% purify -display slave:0 -view a.out.X & % a.out.X -display master:0
The two commands must be executed on the same computer, but it could be the workstation associated with either display, or altogether another computer remote from both displays. The application will connect to the already started Purify Viewer, and messages will not conflict with the X display interactions of the application under test.