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 296 - drag and drop example causes a segfault
: drag and drop example causes a segfault
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-13 14:59 EEST by Hugo Parente Lima
Modified: 2010-09-10 19:21 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2010-08-13 14:59:26 EEST
Run the example examples/itemviews/puzzle and try to drag some piece.

The backtrace:
#0  0x0000000000000031 in ?? ()                                                 
#1  0x00007ffff2e86a13 in ?? () from /usr/lib/libQtGui.so.4                     
#2  0x00007ffff2efc6dd in ?? () from /usr/lib/libQtGui.so.4                     
#3  0x00007ffff2efd04a in ?? () from /usr/lib/libQtGui.so.4                     
#4  0x00007ffff2e851a8 in QDrag::exec(QFlags<Qt::DropAction>, Qt::DropAction)
() from /usr/lib/libQtGui.so.4                                                  
#5  0x00007ffff338d87c in ?? () from /usr/lib/libQtGui.so.4                     
#6  0x00007ffff33856a6 in QListView::startDrag(QFlags<Qt::DropAction>) () from
/usr/lib/libQtGui.so.4                                                          
#7  0x00007ffff3dfaa42 in QListViewWrapper::startDrag (this=0xa79b90,
supportedActions=...) at
/home/hugo/src/pyside/build/PySide/QtGui/PySide/QtGui/qlistview_wrapper.cpp:1355 
#8  0x00007ffff3370a81 in QAbstractItemView::mouseMoveEvent(QMouseEvent*) ()
from /usr/lib/libQtGui.so.4
Comment 1 renato filho 2010-09-02 18:26:10 EEST
fixed on Shiboken commit:
commit 515f5edc0f3f3d8ecbd9b583b55f294d607abdf9
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 2 17:07:07 2010 -0300


PySide commit:
commit 94a402db7b479c9f33e6501aa670c5ed0d5f10e4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Thu Sep 2 17:14:09 2010 -0300