Bug#440488: Some kind of timing/race condition?

2008-05-09 Thread Paul TBBle Hampson
On Sat, May 10, 2008 at 03:15:43PM +1000, Paul TBBle Hampson wrote: > Anyway, just went off and generated some stack traces, which I've > attached. OK, this time I mean it. Also, after a quick look, python2.5 _is_ using system libffi, but links to libffi_pic.a rather than libffi.so. -- Paul "TB

Bug#440488: Some kind of timing/race condition?

2008-05-09 Thread Paul TBBle Hampson
Using the patch from Jeremy Lainé above, I noticed that the crash at the tutorial start was always glGetIntegerv(0xba2) (GL_VIEWPORT). So I stuck a print before and after each such call in Scene.py and View.py (there's one in GameEngine.py, but Jeremy's patch doesn't log that one) and bizarrely, t