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 675 - QGraphicsLinearLayout segfault
: QGraphicsLinearLayout segfault
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: PC Linux
: P2 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-02-09 12:09 EET by Alexis Rimbaud
Modified: 2011-02-17 19:18 EET (History)
8 users (show)

See Also:


Attachments
test case (349 bytes, text/x-python)
2011-02-09 12:09 EET, Alexis Rimbaud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Rimbaud 2011-02-09 12:09:49 EET
Created attachment 261 [details]
test case

The attached program crashes with a segfault when it reaches the following
line:

    layout.addItem(textEdit)

The same problem occurs when using QGraphicsGridLayout.
Comment 1 Hugo Parente Lima 2011-02-09 15:31:11 EET
Prioritizing as P2, thanks for report it.
Comment 2 Hugo Parente Lima 2011-02-15 19:37:07 EET
Fixed in commit:

pyside/691841f829a87b3e9d765f9b41c360ca275991ad

The fix will be in the next release, thanks.
Comment 3 Hugo Parente Lima 2011-02-17 19:18:23 EET
Released in 1.0.0~rc1