critical impact:
exc_add_gp_range, exc_add_pc_range_table, exc_remove_gp_range, exc_remove_pc_range_table - not available (CrUn1)
Problem description
The exc_add_gp_range, exc_add_pc_range_table, exc_remove_gp_range, exc_remove_pc_range_table routines exist on Tru64 UNIX, but not on HP-UX.
These routines support mapping program counters to data structures defined at run-time. They are also available in the Exception Handling Library (libexc.a).
Identifiers
 exc_add_gp_range |
 exc_remove_gp_range |
 exc_add_pc_range_table |
 exc_remove_pc_range_table |
See also
Solution description
Review your code and the applicable manpages to determine how to resolve this issue.
On Tru64 UNIX and HP-UX, the exception system is different. A white paper about exception handling will be available in the future. Monitor the Tru64 UNIX Application Transition Web site for the availability of this white paper.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| LIB |
C, C++ |
any HP-UX 11i version |
critical |
unavailable |
|