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 1129 - Segmentation fault on close by QStandardItem/QStandardItemModel
: Segmentation fault on close by QStandardItem/QStandardItemModel
Status: RESOLVED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: All All
: P2 normal
Assigned To: Paulo Alcantara
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-23 13:26 EET by Daniele Esposti
Modified: 2012-02-01 02:02 EET (History)
9 users (show)

See Also:


Attachments
Segmentation fault test (733 bytes, application/octet-stream)
2012-01-23 13:26 EET, Daniele Esposti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Esposti 2012-01-23 13:26:00 EET
Accessing the QStandardItem.model() property cause a segmentation fault on
application close.

In the attached example, commenting the code inside the data() method let the
application close without error.
Comment 1 Daniele Esposti 2012-01-23 13:26:49 EET
Created attachment 480 [details]
Segmentation fault test
Comment 2 Paulo Alcantara 2012-01-28 00:23:34 EET
Hi,

Thanks for the report!

This bug has been fixed on PySide commit
a90f3bc3c3766ffe7d233c5f9e8512fef236c5a6.


             - Paulo Alcantara
Comment 3 Daniele Esposti 2012-01-31 11:22:17 EET
That commit it's not yet available on the GIT repository I suppose (I just
looked on the pyside branch commits log).
Comment 4 Hugo Parente Lima 2012-01-31 14:43:47 EET
Look at github repository, the gitorious repository isn't fully sync'ed.
Comment 5 Daniele Esposti 2012-02-01 02:02:35 EET
k, found it on github, thank you