Memory leak in debug logging system.
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:

Brett Lawson December 2, 2020 at 1:09 AM
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created December 2, 2020 at 1:08 AM
Updated December 2, 2020 at 1:27 AM
Resolved December 2, 2020 at 1:27 AM
Instabug
We use the debug logging system to log from couchnode, unfortunately repeated calls to debug.extend will cause memory to be leaked in some versions of the debug library. We expected that this would be fixed in the most recent release of the SDK with our updated dependancies but it turned out to not have picked up the fix version of debug. We have now applied a fix on our side so this should not occur, even with an older version of the debug library.