[Pydev-users] [Users] RE: out of memory error
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-10-05 13:09:21
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739830: From taking a look at the heap it really looks that PyDev got lost when searching things in pyopengl (it recreates many times a module searching for it until you run out of memory... if you had even more memory allocated, it would probably end up raising a stack overflow error), so, it seems that some specific construct triggered that (will have to analyze it better to know what could trigger that). Which pyopengl version are you using? I'm not sure if your project is closed or open source, but if it's open source, it'd help if you could upload the project that has this problem + the python interpreter with all the libs you're using (if not it's open source, having only the interpreter+libs could be helpful too -- if you can't do that either, can you specify the python version, pyopengl version you're using)? Cheers, Fabio |