Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.15.2, 6.2.3, 6.2.4, 6.3.0
-
None
-
-
ebdaf8ef9c (qt/qtbase/dev) ebdaf8ef9c (qt/tqtc-qtbase/dev) 0e25f1a4da (qt/qtbase/6.3) 0e25f1a4da (qt/tqtc-qtbase/6.3) c80d89113d (qt/tqtc-qtbase/5.15) 96ce0721e6 (qt/tqtc-qtbase/6.2)
Description
check the attached example.
If the img is large ,then the application will crash.
QImage img(":/a.png"); if (!img.isNull()) { // Load successful auto dictionaryIcon = QIcon(QPixmap::fromImage(img)); //crash here. setWindowIcon(dictionaryIcon); }
Attachments
Issue Links
- resulted in
-
QTBUG-109610 developer-build fails for xcb
- Closed
-
QTBUG-127392 Avoid warning: Ignoring window icon xxx exceeds maximum xcb request length 65535
- Closed