Insufficient memory (case 4)
-
Can anyone explain what is the cause of
Insufficient memory (case 4) when I compile application
error??
I searched in google but those were on different language like PHP or others.
It is related with image but What can I solve it.@Thank-You
You should state when this happens to you? When running an app of yours? When you do something? Qt Creator? Compiler? Something else? Or should we guess?Something to do with JPEGs? Did you try Googling for it before asking?
-
@Thank-You
You should state when this happens to you? When running an app of yours? When you do something? Qt Creator? Compiler? Something else? Or should we guess?Something to do with JPEGs? Did you try Googling for it before asking?
-
@Thank-You What about other questions @JonB asked?
-
@Thank-You What about other questions @JonB asked?
@jsulm @JonB
Yes when running the application, I inserted LimeReport after that this is coming. Like when opening file using the application too the icons of desktops are not shown. (Previously I tried using LimeReport in blank project but later when I used in somewhat bigger program it gave the problem.
I have images created in photoshop, they are like 1mb to 4mb in size I guess there are 10-20 images in whole project. While executing we can see the images sometimes but sometime images doesn't appear.In QT Creator , in application window panel while starting the application
-
@jsulm @JonB
Yes when running the application, I inserted LimeReport after that this is coming. Like when opening file using the application too the icons of desktops are not shown. (Previously I tried using LimeReport in blank project but later when I used in somewhat bigger program it gave the problem.
I have images created in photoshop, they are like 1mb to 4mb in size I guess there are 10-20 images in whole project. While executing we can see the images sometimes but sometime images doesn't appear.In QT Creator , in application window panel while starting the application
@Thank-You
So all I know from brief searching is that this error seems to come from some JPEG processing, like unpacking the image. You should Google as I said to check that out, it seems to have nothing to do with Qt? -
Hi
https://code.woboq.org/qt5/qtbase/src/3rdparty/libjpeg/src/jerror.h.htmlJMESSAGE(JERR_OUT_OF_MEMORY, "Insufficient memory (case %d)")
So yes seems to be jpeg related.
-
Hi
https://code.woboq.org/qt5/qtbase/src/3rdparty/libjpeg/src/jerror.h.htmlJMESSAGE(JERR_OUT_OF_MEMORY, "Insufficient memory (case %d)")
So yes seems to be jpeg related.