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 430 - Crash in libshiboken
: Crash in libshiboken
Status: CLOSED DUPLICATE of bug 394
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: Macintosh Mac OS
: P3 critical
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-21 19:40 EEST by Daniel Ashbrook
Modified: 2010-11-25 17:53 EET (History)
8 users (show)

See Also:


Attachments
Crash log (16.79 KB, text/plain)
2010-10-21 19:40 EEST, Daniel Ashbrook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ashbrook 2010-10-21 19:40:52 EEST
Created attachment 121 [details]
Crash log

This is from PySide compiled for OS X 10.6.4 from git yesterday. The following
code:

from PySide.QtCore import *

class ListModel(QAbstractListModel):
  def rowCount(self, parent=QModelIndex()):
    return len(self._items)

crashes on exit in libshiboken. If the QModelIndex() argument is removed the
crash no longer occurs. The crash log is attached.
Comment 1 Hugo Parente Lima 2010-10-22 19:18:30 EEST
Fixed in commits:

shiboken/7368a0a533c12ba09e7713695415e1f247763883
pyside/77a1654ad587241d3c14bafa2c0deae53e1599ee
Comment 2 Hugo Parente Lima 2010-10-22 19:18:53 EEST

*** This bug has been marked as a duplicate of bug 394 ***
Comment 3 Hugo Parente Lima 2010-11-25 17:53:41 EET
Released on version 1.0.0~beta1