Segmentation fault with Qt5.13

1 сообщение / 0 новое
Agathon

Hello,

I use QuiteRss on Linux Manjaro.

After the recent upgrade to Qt5.13, QuiteRss no longer works (when started from aterminal, it quits with a segmentation fault).

When looking in the "debug.log" file, I get the following messages:

09.10.2019 15:12:55.447 WARNING: QSqlDatabasePrivate::database: requested database does not belong to the calling thread.
09.10.2019 15:12:55.447 WARNING: QSqlDatabasePrivate::database: requested database does not belong to the calling thread.
09.10.2019 15:12:55.447 WARNING: QSqlQuery::exec: database not open
09.10.2019 15:12:55.447 WARNING: QSqlQuery::exec: database not open
09.10.2019 15:12:55.447 WARNING: QSqlQuery::exec: database not open
09.10.2019 15:12:55.447 WARNING: QSqlQuery::exec: database not open
09.10.2019 15:12:55.462 WARNING: quitApplication 1
09.10.2019 15:12:55.487 WARNING: quitApplication 2
09.10.2019 15:12:55.563 WARNING: Quit application

Hope this can help to find the problem.