Details
Description
When interacting with a QComboBox inside a QGraphicsScene using a custom QGraphicsView, changing the selected item causes segmentation fault with Python.
I have the WinDbg crash log here:
(503c.7b0c): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. Qt6Core!QObject::objectName+0x35: 00007ff9c951e1f5 488b4868 mov rcx,qword ptr [rax+68h] ds:0000000000000068=????????????????
I have produced a minimal example below:
Attachments
Issue Links
- relates to
-
PYSIDE-1887 QGraphicsItemGroup childItems() method returns empty list
-
- Closed
-
-
PYSIDE-86 reimplementing QGraphicsObject.itemChange causes problems
-
- Closed
-