Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.11.1
-
None
-
Qt5.11.1, Python 3.6.5, PySide2, MacOS 10.13.5
Description
Using Qt5.11.1, Python 3.6.5 , PySide2 on MacOS 10.13.5:
Dragging QTreeWidgetItems from a subclassed QTreeWidget that has a reimplemented mimeData function causes a segmentation fault on drag initiation. Using the same subclassed QTreeWidget without the reimplemented mimeData function results in normal behavior. Using PyQt5.11, no segmentation fault occurs.
A minimal example to recreate this behavior is attached. I apologize if this is a known issue and has been already reported.
Attachments
Issue Links
- duplicates
-
PYSIDE-1189 Dragging an item from a custom QListView causes crash
- Closed
- relates to
-
PYSIDE-2052 Seg fault occurs when dragging from a QTableView
- Closed