Re: [PyOpenGL-Users] memory trouble with a very simple program
Brought to you by:
mcfletch
From: Champ H. <cha...@be...> - 2003-04-08 14:37:07
|
Dear Mike Fletcher, Thank you for your reply. Here is my system configuration: - windows XP professional - python 2.2.2 - PyOpenGL 2.0.0.44 - wxPython 2.4.0.7u I also noticed that the memory in use by the application decrease to a minimum when I minimize the window then reach an intermidiate level when I restore it (from 15 Mo to 700Ko then back to 3Mo). Then from this point the memory seems to grow steadily as I hide and show the application window with another window. I don't know if this remark can help your diagnosis. Bernard Quoting "Mike C. Fletcher" <mcf...@ro...>: > ---------------- Beginning of the original message ------------------ > I'm unable to provoke the symptoms you describe on Win2K with > wxPython > 2.4.0 and PyOpenGL 2.0.1.03. Note that there quite a few > memory leaks > patched in the 2.0.1.xx series (which is still in alpha > testing). If > you're using 2.0.1, please give more details regarding your > system (e.g. > Python version, PyOpenGL version, wxPython version). I only > have Win2K > for testing, but the code is the same, so if the leak's on our > side it's > likely going to show up in 2K as well as XP. > > Enjoy, > Mike > |