Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0, 5.5.1
-
None
-
Win10 x64, used kits "Desktop Qt 5.5.0 MinGW 32bit", "Android for armeabi-v7a (GCC 4.9, Qt 5.5.0)"
Description
I was have to embed encrypted database file (60MB) into *.apk while using Qt for mobile. But compilation fails on stage of translation resources from *.cpp to *.o.
In case if target platform is "Desktop Qt 5.5.0 MinGW 32bit"
Error is "Yo"
In case if target platform is "Android for armeabi-v7a (GCC 4.9, Qt 5.5.0)"
Error is "qrc_qml.cpp:2796221:3: internal compiler error: Segmentation fault
0x9,0xec,0xa5,0x71,0xc7,0x27,0x18,0xd9,0xd,0xaa,0xd7,0x75,0xfc,0xe8,0xb1,0x2b,"
In my case temporary solution was split that big file into 10Mb pieces and make 6 *.qrc files each including just one 10 MB part of initial 60Mb encrypted file.
I think something goes absolutely wrong of how Qt Resource Sytem works.
Attachments
Issue Links
- is duplicated by
-
QTBUG-54357 To high compiler memory consumption > 8 GB
- Closed
-
QTBUG-55293 Medium sized qrc files throw fatal error C1060: compiler is out of heap space
- Closed
- resulted from
-
QTBUG-6199 Embedding of resources into executable needs too much memory
- Closed