Thiago, I forgot to mention one small detail. A simple console application works and doesn’t crash. Maybe this has something to do with the Qt Quick engine only. Anyway, I have filled the following bug report:
https://bugreports.qt.io/browse/QTBUG-73217 Thanks! Best regards, Nuno > On 23 Jan 2019, at 09:16, Nuno Santos <[email protected]> wrote: > > Thiago, > > Followed as suggested. > > 1) removed openssl dependency and tried to compile again -> Didn’t work! :( > 2) removed -static and -static-runtime options -> Worked! :) > > Maybe there is some kind of issue with -static -static-runtime build options > > Will fill a bug report. > > Thanks! > > Best regards, > > Nuno > >> On 17 Jan 2019, at 16:35, Thiago Macieira <[email protected]> wrote: >> >> On Thursday, 17 January 2019 05:07:21 PST Nuno Santos wrote: >>> Can you spot anything wrong? >> >> Reduce your problem. Suggested steps: >> 1) remove OpenSSL dependency >> 2) use regular dynamic runtime (not -static-runtime) >> 3) build your application with fewer Qt libraries >> >> What is the smallest combination that still crashes at load? >> >> Make sure your application is CONFIG += console, so that any output goes to >> the console instead of the debug ring. >> >> -- >> Thiago Macieira - thiago.macieira (AT) intel.com >> Software Architect - Intel Open Source Technology Center >> >> >> >> _______________________________________________ >> Interest mailing list >> [email protected] >> https://lists.qt-project.org/listinfo/interest > > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
