Skip to main content
Version: 3.14.x.x LTS

DEBG

The next table lists all error codes related to debugging.

MajorMinorMessageDetails
DEBG0001potentially leaked bytesThe MemoryLeakFilter found some potentially leaked bytes. Be aware that this may also be a false positive. The MemoryLeakFilter logs the number of bytes that have been allocated but not freed within a request. However, certain use cases last longer than one request. See also the description of the MemoryLeakFilter.
0002you have to LD_PRELOAD the library 'libNevisMemoryLeakLib.so' to use the MemoryLeakFilterCheck your configuration (in the env.conf file).

A line like like this is missing:

LD_PRELOAD=<path_to_the_lib>/libNevisMemoryLeakLib.so