PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1133 - Crash in basewrapper.cpp ReleaseOwnership
: Crash in basewrapper.cpp ReleaseOwnership
Status: UNCONFIRMED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: PC All
: P5 critical
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-31 20:15 EET by John Ehresman
Modified: 2012-03-08 19:30 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Ehresman 2012-01-31 20:15:07 EET
When I close a dialog box, selfType->d->converter is NULL in ReleaseOwnership
which triggers an assert in pythonTypeIsValueType.  It looks like d->converter
is explicitly set to NULL in SbkObjectTypeTpNew when bases.size() != 1.
Comment 1 Matti Airas 2012-03-08 16:57:44 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!
Comment 2 John Ehresman 2012-03-08 19:30:34 EET
Resubmitted as https://bugreports.qt-project.org/browse/PYSIDE-11