[PyQt] segfaults in sip getattr

Phil Thompson phil at riverbankcomputing.com
Wed Sep 16 13:00:16 BST 2009


On Tue, 15 Sep 2009 18:18:00 +0200, Erik Janssens <tw55413 at gmail.com>
wrote:
> Hi,
> 
> I'm having segfaults in the sip getattr function.
> 
> Apparently the code somewhere tries to resolve the '__dtor__' attribute.
> 
> This appears to happen when a bunch of widgets get destructed.
> 
> Nowhere in the code have custome __del__ or __dtor__ methods been
> implemented.
> 
> Any idea on what is causing this or how it could be solved is
> more than welcome.
> 
> I'm running on ubuntu 9.04 using the pyqt and qt libraries
> from the system.

Can you create a test case?

Phil


More information about the PyQt mailing list