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

Croepha croepha at gmail.com
Wed May 22 17:49:05 CEST 2013


On Tue, May 21, 2013 at 3:30 PM, John Ehresman <jpe at wingware.com> wrote:

> 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.
>

That was it, for future reference, I believe the easiest solution is to use
this PPA (https://launchpad.net/~forger/+archive/pyside-debug)

Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20130522/732df28f/attachment.html>


More information about the PySide mailing list