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 426 - Segmentation fault after closing application
: Segmentation fault after closing application
Status: CLOSED DUPLICATE of bug 394
Product: PySide
Classification: Unclassified
Component: QtGui
: 0.4.2
: PC Linux
: P3 critical
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-21 12:12 EEST by Marcin Łyko
Modified: 2010-11-25 17:53 EET (History)
10 users (show)

See Also:


Attachments
A Python script that demonstrates the issue (390 bytes, application/octet-stream)
2010-10-21 12:13 EEST, Marcin Łyko
Details
An ui file required by the segmentation_fault.py script (373 bytes, application/octet-stream)
2010-10-21 12:15 EEST, Marcin Łyko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Łyko 2010-10-21 12:12:12 EEST
I get segmentation fault error after closing PySide application. UI of the
application is loaded from a designer ui file and I create a QActionGroup as a
child of loaded QWidget.

It seems that the creation of QActionGroup as child of a loaded widget from a
form cases the error. When the parent widget is created manually, then the
error does not occur.
Comment 1 Marcin Łyko 2010-10-21 12:13:20 EEST
Created attachment 118 [details]
A Python script that demonstrates the issue
Comment 2 Marcin Łyko 2010-10-21 12:15:15 EEST
Created attachment 119 [details]
An ui file required by the segmentation_fault.py script
Comment 3 Hugo Parente Lima 2010-10-22 14:39:17 EEST
The example works fine here using git HEAD :-/

Anyone else was able to reproduce it?
Comment 4 Hugo Parente Lima 2010-10-22 18:17:24 EEST
*** Bug 429 has been marked as a duplicate of this bug. ***
Comment 5 Hugo Parente Lima 2010-10-22 18:17:44 EEST
*** Bug 433 has been marked as a duplicate of this bug. ***
Comment 6 Hugo Parente Lima 2010-10-22 18:21:53 EEST

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