Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

valgrind reports possible lost memory #43

Open
jsia opened this issue Nov 4, 2013 · 2 comments
Open

valgrind reports possible lost memory #43

jsia opened this issue Nov 4, 2013 · 2 comments

Comments

@jsia
Copy link

jsia commented Nov 4, 2013

I've used valgrind to check ultramysql and I'm seeing around 700+ bytes of possibly lost bytes. Is there a known memory leak issue? When I am using ultramysql in my app, I am seeing growing memory

@jskorpan
Copy link

jskorpan commented Nov 4, 2013

Where was it allocated?
It’s possible some static initialized stuff inside the Python side of it doesn’t get freed. I’m actually not sure

From: jsia [mailto:[email protected]]
Sent: den 4 november 2013 02:55
To: esnme/ultramysql
Subject: [ultramysql] valgrind reports possible lost memory (#43)

I've used valgrind to check ultramysql and I'm seeing around 700+ bytes of possibly lost bytes. Is there a known memory leak issue? When I am using ultramysql in my app, I am seeing growing memory


Reply to this email directly or view it on GitHubhttps://github.com//issues/43.

@jsia
Copy link
Author

jsia commented Nov 4, 2013

I actually run the tests inside umysql that's where I get the possibly lost bytes.
------Original Message------
From: Jonas Tärnström
To: esnme/ultramysql
Cc: jsia
ReplyTo: esnme/ultramysql
Subject: Re: [ultramysql] valgrind reports possible lost memory (#43)
Sent: Nov 4, 2013 6:27 PM

Where was it allocated?
It’s possible some static initialized stuff inside the Python side of it doesn’t get freed. I’m actually not sure

From: jsia [mailto:[email protected]]
Sent: den 4 november 2013 02:55
To: esnme/ultramysql
Subject: [ultramysql] valgrind reports possible lost memory (#43)

I've used valgrind to check ultramysql and I'm seeing around 700+ bytes of possibly lost bytes. Is there a known memory leak issue? When I am using ultramysql in my app, I am seeing growing memory


Reply to this email directly or view it on GitHubhttps://github.com//issues/43.


Reply to this email directly or view it on GitHub.
"Sent via BlackBerry from Smart"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants