-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In-memory DB crashes since QT updated to 5.11 #188
Comments
Yes, I reproduced the issue, it is related partially to #80 and #114. The whole feed update mechanism is buggy and needs to be rewritten. That said, RSS Guard is no longer my priority because I changed my workflow and I do not use any RSS reader app anymore. I might fix this in a future, but I cannot guarantee anything. My time is highly limited and RSS Guard would seriously need some code contributors and/or maintainers. |
OK, I think I fixed the issue, can you please test development build compiled from 498e85d? |
Could you write a blog on abclinuxu about this? Maybe someone could help you... |
Will do today. |
This issue got fixed, but another one got introduced.
The result is:
Otherwise, the in-memory DB now works fine and (as long as the setting is not changed) it looks pretty stable. Thanks, |
Hi, |
@vicencb so this regression issue is fixed for you too? Can I close? |
Yes, it can be closed. It works great now! |
Hi!
Brief description of the issue.
rssguard crashes
How to reproduce the bug?
What is the expected result?
Update the feed list and message list with new un-read messages
What actually happened?
Application closed itself
Other information (logs, see Wiki)
[rssguard] CRITICAL: User wanted to update some feeds but all working threads are occupied. (18/27/05 22:25:17)
...
[rssguard] DEBUG: There are some messages to be updated/added to DB. (18/27/05 22:25:17)
[rssguard] WARNING: QSqlDatabasePrivate::database: requested database does not belong to the calling thread. (18/27/05 22:25:17)
[rssguard] FATAL (terminating application): In-memory SQLite database was NOT opened. Delivered error message: 'Driver not loaded Driver not loaded'. (18/27/05 22:25:17)
Aborted (core dumped)
P.D.: In case it matters, running on ARM64
Regards,
Vicenç.
The text was updated successfully, but these errors were encountered: