20
The last prochdr value is not available for the prochdr '0x%p'. This is an Adaptive Server internal error. Please contact Sybase Tech Support.
Adaptive Server Enterprise keeps the address of the last PROC_HDR in the process memory control structure and uses it as a memory allocation hint because it is likely to have free space. If this address is invalid, Adaptive Server Enterprise raises error 719.
Error 719 is associated with four states:
When Adaptive Server Enterprise is allocating memory, the address of the last PROC_HDR is NULL in the process memory control structure.
When merging PROC_HDR chains, one main PROC_HDR becomes secondary to another main PROC_HDR, the target. The address of last PROC_HDR of the secondary PROC_HDR is NULL.
When merging PROC_HDR chains, one main PROC_HDR becomes secondary to another main PROC_HDR, the target. The address of last PROC_HDR of the target PROC_HDR is NULL.
When moving a subordinate PROC_HDR from one principal PROC_HDR to another principal PROC_HDR, the target, the address of last PROC_HDR of the target PROC_HDR is NULL.
This is an internal Adaptive Server Enterprise error and there is no action that can be taken. Contact Sybase Technical Support.
A configurable shared memory dump (CSMD) on error 719 may be required to reach root cause. Information about CSMD can be found in the section “Other Useful Tasks” in the Troubleshooting and Disaster Recovery guide.
Version 15.0 and later