Re: [C++-sig] gtkglext & mesa = __cxa_allocate_exception

2010-09-14 Thread Leonard Ritter
On Tue, Sep 14, 2010 at 9:12 PM, Leonard Ritter wrote: > it seems that when gtk.glext is imported in python, and a boost python > module hits a StopIteration exception (as it is usual for generators), > the exception is not caught and the app segfaults. that is, unless OpenGL.GL is imported befor

[C++-sig] gtkglext & mesa = __cxa_allocate_exception

2010-09-14 Thread Leonard Ritter
as a quick follow-up to this two year old post here: http://www.mail-archive.com/cplusplus-sig@python.org/msg00245.html even with linking to libstdc++ first, as i always do, i'm hitting upon this error on ubuntu 10.04 yet again, after i switched the nvidia driver to nouveau. it seems that when g