Message-ID: From: "progmachine (@progmachine)" To: "postgresql-interfaces/psqlodbc" Date: Tue, 14 May 2024 15:13:26 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #8: Memory leaks detected in psqlodbc library In-Reply-To: References: List-Id: X-GitHub-Author-Login: progmachine X-GitHub-Comment-Id: 2110501131 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-05-15T09:09:31Z X-GitHub-Issue: 8 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/8#issuecomment-2110501131 Content-Type: text/plain; charset=utf-8 First, partially successful run of tests, produced leaks. Some tests failed with messages `AddressSanitizer:DEADLYSIGNAL` and did not produced any results. I think, we need to debug all tests set with ASAN enabled, alongside with memleaks fixing :) And i feel, it is a lot of work :-\