Skip to content

Add CI test: Detect memory leaks in clients which use FFI  #425

Open
@dmitrii-ubskii

Description

@dmitrii-ubskii

It doesn't seem like it's possible to use valgrind or similar tools to test for memory leaks in a shared library that is used over FFI / JNI.

We could potentially use the memory management trace logs to detect when an object isn't cleaned up by the time the tests finish.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions