Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak in example simple_idle_wx.py #174

Closed
ddale opened this issue Jun 20, 2011 · 1 comment
Closed

Memory leak in example simple_idle_wx.py #174

ddale opened this issue Jun 20, 2011 · 1 comment

Comments

@ddale
Copy link
Contributor

ddale commented Jun 20, 2011

Original report at SourceForge, opened Fri Nov 5 15:30:30 2010

There seems to be a memory leak when running the example code
simple_idle_wx.py on windows. The task manager reports an increasing
number for used memory when running a modiefed version that does not
exit after 200 iterations. The leak seems to be in the draw_idle()
function.

Are there any known work arounds for this?

Best regards,
Ulf Larsson

SourceForge Comments

On Tue Nov 30 14:13:19 2010, mdboom wrote:

Probably not helpful -- but here's a data point: On RHEL5 with Python 2.5, wxPython 2.8.10.1, matplotlib 1.x branch, I can't reproduce the memory leak.

SourceForge History

  • On Fri Nov 5 15:30:31 2010, by ujl: File Added: 392365: simple_idle_wx.py
@pelson
Copy link
Member

pelson commented Sep 2, 2012

This was using the old animation technique. It may be that the issue still exists with this older technique, but I suspect it is limited, and will now be having little to no impact. Closing this, but if anybody is able to reproduce this we can re-open.

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

No branches or pull requests

2 participants