Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.1.0
-
None
Description
I would expect that it raises an error, instead of just providing an error code.
from PySide6.QtGui import QImage, QPixmap image = QImage() pixmap = QPixmap.fromImage(image)
Process finished with exit code -1073740791 (0xC0000409)
Attachments
Issue Links
- duplicates
-
PYSIDE-1451 most simple application does "Aborted (core dumped)"
- Closed