Thanks for the inputs. It helped to resolve the issue. Hope these asserts
are enabled only in Qt debug build as app is able to run fine on Qt 5.15.8
enterprise installer version.
However, the application stack traces are not seen when used with massif
tool even after enabling config+=debug and QMAKE_CXXFLAGS_DEBUG += -g.

Am I missing something so that application debug symbols are being read and
shown as stack trace on exit of application?

Appreciate any inputs in this regard.

Best Regards,
Ramakanth

On Wed, Aug 2, 2023 at 10:42 PM Thiago Macieira <thiago.macie...@intel.com>
wrote:

> On Wednesday, 2 August 2023 09:46:54 PDT Ramakanth Kesireddy wrote:
> > ok..Does it mean installTranslator() is not invoked in the main thread?
>
> That's what your backtrace says:
>
> > #9  0x00007ffff5f8966e in QCoreApplication::installTranslator
> > (translationFile=<optimized out>) at kernel/qcoreapplication.cpp:2078
> > #10 0x000055555562c654 in Translator::loadLanguage (this=0x7fffffffde80,
> > langId=0) at translator.cpp:89
> > #11 0x000055555562c00e in Translator::installTranslator
> > (this=0x7fffffffde80) at translator.cpp:15
> ...
> > #14 0x00007ffff5d60b0f in QThreadPoolThread::run (this=0x555555f73320) at
> > thread/qthreadpool.cpp:100
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Cloud Software Architect - Intel DCAI Cloud Engineering
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to