Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.8.0
-
None
-
Windows 7 64bit, Qt 5.8.0 MSVC 32bit.
Description
When I try something like that:
QString lFileName("./motor.jpg");
QPixmap lPixmap(lFileName);
In debug mode it hangs for file (attached) motor.jpg. I don't know whether it is an issue that it was created on Mac or it is too old or maybe it is too big. But in my opinion this shouldn't cause hang! Thanks for God it works in release mode. How ever 99% time I am testing apps in debug mode...
Attachments
Issue Links
- duplicates
-
QTBUG-58259 Crash when loading large JPG
- Closed