Hello,
On Monday, July 19, 2021 6:57:58 PM EDT Shashank Akula wrote:
I have an issue regarding Audisp-Plugin which is leaking memory
since
migration to py3 from py2.
What version of audit?
I also observed that Auparse module's behavior is different in
py3 and py2,
It should be very close. But python 3 is slightly different. Internal data
structures changed. We had a similar problem caused by python 3.8 which
modified/obsoleted internal datastructures.
I don't know if this is the actual reason for leak.
Might be good to know the version and if you have any valgrind output that
shows where the leak might be.
-Steve