esnme / ultramysql

A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching.
http://www.esn.me
Other
547 stars 95 forks source link

valgrind reports possible lost memory #43

Open jsia opened 11 years ago

jsia commented 11 years ago

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 commented 11 years ago

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:notifications@github.com] 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/esnme/ultramysql/issues/43.

jsia commented 11 years ago

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:notifications@github.com] 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/esnme/ultramysql/issues/43.

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