[PySide] random crashes in pyside during signals

John Ehresman jpe at wingware.com
Thu Apr 25 01:34:13 CEST 2013


On 4/24/13 6:21 PM, Luc-Eric Rousseau wrote:
>> I have fixed bugs that cause segfaults with similar stack traces.
> 
> Thanks for the reply, John.
> I've compiled pyside and shiboken from the latest source in github,
> but I'm still getting the same crash: the metaobject ends up being
> null after a while.
> I'm not sure where to go next.. is it some kind of cache that isn't
> getting refreshed?

Do you have a test case?  Do you have a subclass of QCheckBox?  The
immediate cause is that mo in SignalManager::retriveMetaObject ends up
being NULL, but the bug probably occurred earlier.

Thanks,

John



More information about the PySide mailing list