On Sunday, 30 July 2023 10:11:55 PDT Ramakanth Kesireddy wrote:
> QCoreApplication::installTranslator().
> ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to
> objects owned by a different thread. Current thread 0x0x55a25cfacea0.
> Receiver '' (of type 'QApplication') was created in thread
> 0x0x55a25cf32ef0", file kernel/qcoreapplication.cpp, line 553
> Aborted (core dumped)
> 
> Can anyone let me know if there is any issue with the below configure line
> which causes the assert error on ubuntu 20.04 with Qt 5.15.8?

No, nothing obvious. It could be a mismatch of having two different Qt loaded 
into memory at the same time. Can you provide the stack trace of this warning? 
It says "core dumped" so it means you have a core dump to get the trace from.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to