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 1132 - QtGui.QCursor(QtCore.Qt.BusyCursor) crashes
: QtGui.QCursor(QtCore.Qt.BusyCursor) crashes
Status: RESOLVED WORKSFORME
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: PC All
: P2 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-31 19:56 EET by John Ehresman
Modified: 2012-02-28 05:23 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 John Ehresman 2012-01-31 19:56:53 EET
I think this is actually a converter issue; in a build from git, it looks like
SbkPySide_QtCoreTypeConverters[SBK_QT_HANDLE_IDX] is NULL when it is use in
qcursor_wrapper.cpp.  I can also reproduce with PySide 1.1 binaries for win32.
Comment 1 Paulo Alcantara 2012-02-26 06:36:54 EET
Hi John,

(In reply to comment #0)
> I think this is actually a converter issue; in a build from git, it looks like
> SbkPySide_QtCoreTypeConverters[SBK_QT_HANDLE_IDX] is NULL when it is use in
> qcursor_wrapper.cpp.  I can also reproduce with PySide 1.1 binaries for win32.

Could you provide an unit test which may reproduce this issue ?


           - Paulo Alcantara
Comment 2 John Ehresman 2012-02-28 05:23:13 EET
I can't reproduce this now so I'm closing.  I may have been running against a
qt 4.8 checkout when I saw this.