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 237 - core dump when call wrong constructor inside of PySide Class
: core dump when call wrong constructor inside of PySide Class
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-06-07 16:24 EEST by renato filho
Modified: 2010-08-04 15:11 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description renato filho 2010-06-07 16:24:16 EEST
PySide crash when the programmer call a wrong constructor inside the current
class implementation.

Ex:

Class myWindow(QMainWindow):
  def __init__(self, parent=None):
    QWidget.__init__(self, parent)   <<< Invalid constructor


unit test created in qwiget_test.py inside of QtGui tests.
Comment 1 Hugo Parente Lima 2010-06-16 18:59:08 EEST
Fixed in commit shiboken/59af9acf0d9d12e34f97b7c6da4b2f4008ecceca