Re: [Development] Quick report on loading Qt 5 and 6 in the same process

2023-06-02 Thread Lisandro Damián Nicanor Pérez Meyer
El martes, 16 de mayo de 2023 16:12:36 -03 Thiago Macieira escribió: > On Monday, 15 May 2023 21:23:21 PDT Thiago Macieira wrote: > > We still don't know why this happened because all our attempts > > to find out why cause the problem to disappear. > > BTW, we found that the user's application was

Re: [Development] Quick report on loading Qt 5 and 6 in the same process

2023-05-19 Thread Lisandro Damián Nicanor Pérez Meyer
El martes, 16 de mayo de 2023 16:12:36 -03 Thiago Macieira escribió: > On Monday, 15 May 2023 21:23:21 PDT Thiago Macieira wrote: > > We still don't know why this happened because all our attempts > > to find out why cause the problem to disappear. > > BTW, we found that the user's application was

Re: [Development] Quick report on loading Qt 5 and 6 in the same process

2023-05-16 Thread Thiago Macieira
On Monday, 15 May 2023 21:23:21 PDT Thiago Macieira wrote: > We still don't know why this happened because all our attempts > to find out why cause the problem to disappear. BTW, we found that the user's application was linking against libKF5NetworkManagerQt, not KF6, because they were using an i

[Development] Quick report on loading Qt 5 and 6 in the same process

2023-05-15 Thread Thiago Macieira
I've been trying to help someone in Slack[1] with a heisenbug that a Qt-based application ended up deadlocking only when run with QProcess. After some debugging, we've found out that both Qt5 and Qt6 libraries are loaded in the same process. We still don't know why this happened because all our