DEBG
The next table lists all error codes related to debugging.
Major | Minor | Message | Details |
---|---|---|---|
DEBG | 0001 | potentially leaked bytes | The 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. |
0002 | you have to LD_PRELOAD the library 'libNevisMemoryLeakLib.so ' to use the MemoryLeakFilter | Check your configuration (in the env.conf file). |
A line like like this is missing:
LD_PRELOAD=<path_to_the_lib>/libNevisMemoryLeakLib.so