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 1031 - QState.parentState() or QState.machine() causes python crash at exit
: QState.parentState() or QState.machine() causes python crash at exit
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: 1.0.7
: PC MS Windows XP/Vista/7
: P2 normal
Assigned To: Paulo Alcantara
:
:
:
  Show dependency treegraph
 
Reported: 2011-10-24 21:00 EEST by Maciej Pawlisz
Modified: 2011-11-29 21:28 EET (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pawlisz 2011-10-24 21:00:14 EEST
Code:
from PySide.QtCore import QStateMachine,QState
machine=QStateMachine()
state=QState(machine)
print state.machine()

This program does not end for few seconds. In my project after calling
parentState() or machine() python process does not end after
application.exit(), and sometimes it crashes with runtime error.
Comment 1 Paulo Alcantara 2011-11-01 21:16:17 EET
Fixed on PySide commit 2a19232a751b73105388fd52d78363d69bb54d7a.
Comment 2 Luciano Wolf 2011-11-29 21:28:40 EET
Released on PySide 1.0.9. Closing.