On sábado, 29 de outubro de 2016 20:46:28 CST Martin schouwenburg wrote:
> I am (trying) to upgrade a qtquick application from qt 5.2 to qt 5.7. Now I
> am running in a bit unexpected problem. The application is quite large and
> contains 10+ modules that use the QTPluginLoader mechanism to load it
Looking at the source of qt, the problem is identical(though it is protected
against runaway exceptions). The MinGw debug plugins of qtquick are quite large
and use the same mechanism to load plugins. If, as in my case, the
initialization of the program allocates considerable memory ( but tbh
I am (trying) to upgrade a qtquick application from qt 5.2 to qt 5.7. Now I am
running in a bit unexpected problem. The application is quite large and
contains 10+ modules that use the QTPluginLoader mechanism to load its
functionality. It worked fine under 5.2 but under 5.7 I get memory issue