Teradata Database Message 7559 - 7559 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
Memory (via malloc call) not freed before exiting UDF/XSP/UDM %DBID.%TVMID.
Explanation
The UDF/XSP/UDM executes some C "malloc" calls and did not have the appropriate "free" calls to release all of the allocated memory before exiting the UDF/XSP/UDM. The database system does not allow this because this will cause memory leaks which would require an eventual restart of the database.
Generated By
AMP subsystem.
For Whom
Developer
Notes
None
Remedy
The remedy is to debug the UDF/XSP/UDM and make sure all allocated memory is freed before exiting the UDF/XSP/UDM.