[PyQt] Segmentation fault with QVariant in signal signature

Phil Thompson phil at riverbankcomputing.com
Sat Nov 20 15:27:38 GMT 2010


On Sat, 20 Nov 2010 14:13:29 +0100, Philip Lorenz <lorenzph+sip at in.tum.de>
wrote:
> Hi,
> 
> I have been experiencing issues when emitting a signal with a QVariant 
> signature containing a Python object. The issue seems to stem from the 
> Chimera::Storage::address() function which returns the data part of the 
> QVariant even if the wrapped object used to be a QVariant itself. I have

> attached a test case and a patch against PyQt 4.8.2-bb053c0310a3 nightly

> which fixes the issue for me.

Thanks,
Phil


More information about the PyQt mailing list