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 401 - "Fatal Python error: PyEval_SaveThread: NULL tstate" when calling quit()-slot from QPushButton::clicked()
: "Fatal Python error: PyEval_SaveThread: NULL tstate" when calling quit()-slot...
Status: CLOSED DUPLICATE of bug 388
Product: PySide
Classification: Unclassified
Component: PySide
: 0.4.1
: PC MS Windows XP/Vista/7
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-10-04 17:38 EEST by pyside
Modified: 2010-10-13 13:51 EEST (History)
8 users (show)

See Also:


Attachments
Script that crashes (533 bytes, text/plain)
2010-10-04 17:38 EEST, pyside
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pyside 2010-10-04 17:38:17 EEST
I tried running the attached python script which I found on [1] with PySide.
The dialog pops up like it should, but when I click the quit-button I get the
following error:

Fatal Python error: PyEval_SaveThread: NULL tstate

And python crashes.


[1] http://zetcode.com/tutorials/pyqt4/firstprograms/
Comment 1 pyside 2010-10-04 17:38:55 EEST
Created attachment 106 [details]
Script that crashes
Comment 2 renato filho 2010-10-04 18:55:53 EEST
This was fixed in current pyside GIT mainline, this bug as related with bug
#388.

*** This bug has been marked as a duplicate of bug 388 ***