Message-ID: From: "siga0984 (@siga0984)" To: "postgresql-interfaces/psqlodbc" Date: Fri, 27 Sep 2024 19:36:18 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #47: Memory Corruption using version 16.00.0005 In-Reply-To: References: List-Id: X-GitHub-Author-Login: siga0984 X-GitHub-Comment-Id: 2379934131 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 47 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/47#issuecomment-2379934131 Content-Type: text/plain; charset=utf-8 > @siga0984 are you sure that you using correct psqlodbc dll version? Because refcnt is decrementing only in three places within entire codebase, and all of them should be logged in 16.0.6, but i can not see in your log, where refcnt for object 0x00000171A90E8DA0 is decremented to 0. Yes, I do. You can confirm the version on mylog ... "[37520-0.003]connection[CC_initial_log]1036: [QLOG]Driver Version='16.00.0006,Sep 27 2024' linking 1941 dynamic Multithread library" Meanwhile, I'm still doing more test to obtain as much as I can get of data and a shorter sequence os operations to reproduce the issue.