[PySide] Fwd: Assertion failed with in ubuntu debug build

John Ehresman jpe at wingware.com
Tue May 21 22:30:19 CEST 2013


On 5/21/13 4:22 PM, Croepha wrote:
> 
> Does anyone else get this:
> 
> python2.7-dbg: ../Objects/object.c:65: _Py_AddToAllObjects: Assertion
> `(op->_ob_prev == ((void *)0)) == (op->_ob_next == ((void *)0))' failed.
> Aborted (core dumped)
> 
> When importing PySide?

Are you using a pydebug enabled build of pyside?  It looks like you're
using a python interpreter built with pydebug support enabled so pyside
and all other extension modules need to be built against the pydebug
enabled interpreter.

Thanks,

John



More information about the PySide mailing list