[Bug 348190] Re: python2.6 crashed with SIGSEGV in glClear()

2010-09-25 Thread Leo Arias
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on

[Bug 348190] Re: python2.6 crashed with SIGSEGV in glClear()

2010-08-27 Thread Leo Arias
According to [1], this typically this means that an extension was compiled against the wrong Python.h. Are you still having the issue? If so, as said in [1], ldd (to show dymanic library linking) and nm (to list exports) can help to debug the issue. [1]

[Bug 348190] Re: python2.6 crashed with SIGSEGV in glClear()

2010-01-15 Thread Joseph Walton-Rivers
From that I'm guessing pygtk/twisted-internet although I'm not sure which (if either is at fault). Although an error in /var/lib/python- support/python2.6/gtk-2.0/glib/_glib.so would point the finger more towards pygtk -- python2.6 crashed with SIGSEGV in glClear()

[Bug 348190] Re: python2.6 crashed with SIGSEGV in glClear()

2009-03-30 Thread Matthieu
This is the result of python-dbg command : sudo python-dbg setup_lirc.py streamzap.map Traceback (most recent call last): File setup_lirc.py, line 23, in module from twisted.internet import glib2reactor File /usr/lib/python2.6/dist-packages/twisted/internet/glib2reactor.py, line 23, in

[Bug 348190] Re: python2.6 crashed with SIGSEGV in glClear()

2009-03-29 Thread Matthias Klose
I doubt this is a bug in python2.6. I rather suspect a bug in python gtk/gnome bindings. Please try to run the command using the python-dbg interpreter. ** Visibility changed to: Public ** Package changed: python2.6 (Ubuntu) = ubuntu -- python2.6 crashed with SIGSEGV in glClear()