Re: [Development] qt_message_fatal() in Linux

2017-11-22 Thread andrea via Development
On 21/11/17 21:55, Thiago Macieira wrote: On terça-feira, 21 de novembro de 2017 13:52:00 PST andrea via Development wrote: if (Q_UNLIKELY(version != QObjectPrivateVersion)) qFatal("Cannot mix incompatible Qt library (version 0x%x) with this library (version 0x%x)", version, QObj

Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread Thiago Macieira
On terça-feira, 21 de novembro de 2017 13:52:00 PST andrea via Development wrote: > if (Q_UNLIKELY(version != QObjectPrivateVersion)) > qFatal("Cannot mix incompatible Qt library (version 0x%x) with this > library (version 0x%x)", version, QObjectPrivateVersion); > > This eventually

Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread andrea via Development
On 21/11/17 21:42, Thiago Macieira wrote: On terça-feira, 21 de novembro de 2017 13:42:25 PST Thiago Macieira wrote: On terça-feira, 21 de novembro de 2017 12:54:47 PST andrea via Development wrote: but in doing so I realised that in Linux the function static void qt_message_fatal(QtMsgType,

Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread Thiago Macieira
On terça-feira, 21 de novembro de 2017 13:42:25 PST Thiago Macieira wrote: > On terça-feira, 21 de novembro de 2017 12:54:47 PST andrea via Development > > wrote: > > but in doing so I realised that in Linux the function > > > > static void qt_message_fatal(QtMsgType, const QMessageLogContext &co

[Development] qt_message_fatal() in Linux

2017-11-21 Thread andrea via Development
I've had a crash today because of a mismatch between .so versions. Solution was easy https://bugzilla.redhat.com/show_bug.cgi?id=1515922 but in doing so I realised that in Linux the function static void qt_message_fatal(QtMsgType, const QMessageLogContext &context, const QString &message) in