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 475 - python-context example that uses QtGui segfaults
: python-context example that uses QtGui segfaults
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: Other Other
: P3 normal
Assigned To: Bruno Araujo
:
:
:
  Show dependency treegraph
 
Reported: 2010-11-19 18:12 EET by Luciano Wolf
Modified: 2011-01-06 12:33 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 Luciano Wolf 2010-11-19 18:12:16 EET
The example (main.py) segfaults when using QLayout to draw an arrow that points
always up (like, you turn the device right and the arrow will rotate to point
up).
The example is available at:
http://gitorious.org/harmattan-python/python-context/trees/master/examples/subscriber

Testing it I realized that if you don't send a parent to the
QSingleItemSquareLayout class it won't segfaults but doesn't draw the arrow as
well :)
Comment 1 Matti Airas 2010-11-23 06:18:12 EET
Keeping P3.
Comment 2 Bruno Araujo 2010-12-07 16:31:27 EET
Assigning to myself.
Comment 3 Bruno Araujo 2011-01-06 12:32:47 EET
Fixed in commit:

commit aefdfc9f274d520f46456d499a666d1a82bb2456
Author: Bruno dos Santos de Araujo <bruno.araujo@openbossa.org>
Date:   Thu Jan 6 11:09:21 2011 -0400

    Fix #475
Comment 4 Bruno Araujo 2011-01-06 12:33:15 EET
...aaaand closing.