You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
Using Qt 5.10 beta, QupZilla frequently crashes when typing on the location bar
(gdb) bt
#0 0x00007fffbf375ab3 in ?? () from /usr/lib/libsqlite3.so.0 #1 0x00007fffbf3760cc in ?? () from /usr/lib/libsqlite3.so.0 #2 0x00007fffbf3707e1 in ?? () from /usr/lib/libsqlite3.so.0 #3 0x00007fffbf30220e in ?? () from /usr/lib/libsqlite3.so.0 #4 0x00007fffbf302e95 in ?? () from /usr/lib/libsqlite3.so.0 #5 0x00007fffbf308c93 in ?? () from /usr/lib/libsqlite3.so.0 #6 0x00007fffbf3a2ee2 in ?? () from /usr/lib/libsqlite3.so.0 #7 0x00007fffbf3a3788 in sqlite3VdbeMemFromBtree () from /usr/lib/libsqlite3.so.0 #8 0x00007fffbf39b23d in sqlite3VdbeExec () from /usr/lib/libsqlite3.so.0 #9 0x00007fffbf39c570 in sqlite3_step () from /usr/lib/libsqlite3.so.0 #10 0x00007fffc4174a2e in ?? () from /usr/lib/qt/plugins/sqldrivers/libqsqlite.so #11 0x00007fffc4175c13 in ?? () from /usr/lib/qt/plugins/sqldrivers/libqsqlite.so #12 0x00007fffedf45788 in QSqlQuery::exec() () from /usr/lib/libQt5Sql.so.5 #13 0x00007ffff79e5a6b in IconProvider::imageForDomain (url=..., allowNull=false) at tools/iconprovider.cpp:228 #14 0x00007ffff78f2e95 in LocationCompleterRefreshJob::runJob (this=0x7fff78674e90) at navigation/completer/locationcompleterrefreshjob.cpp:129 #15 0x00007ffff78f7482 in QtConcurrent::VoidStoredMemberFunctionPointerCall0<void, LocationCompleterRefreshJob>::runFunctor (this=0x5555627fa3c0)
at /usr/include/qt/QtConcurrent/qtconcurrentstoredfunctioncall.h:205 #16 0x00007ffff78f4541 in QtConcurrent::RunFunctionTask::run (this=0x5555627fa3c0) at /usr/include/qt/QtConcurrent/qtconcurrentrunbase.h:136 #17 0x00007fffed64fef1 in ?? () from /usr/lib/libQt5Core.so.5 #18 0x00007fffed653d9d in ?? () from /usr/lib/libQt5Core.so.5 #19 0x00007fffed10408a in start_thread () from /usr/lib/libpthread.so.0 #20 0x00007fffec55224f in clone () from /usr/lib/libc.so.6
The text was updated successfully, but these errors were encountered:
Using Qt 5.10 beta, QupZilla frequently crashes when typing on the location bar
(gdb) bt
#0 0x00007fffbf375ab3 in ?? () from /usr/lib/libsqlite3.so.0
#1 0x00007fffbf3760cc in ?? () from /usr/lib/libsqlite3.so.0
#2 0x00007fffbf3707e1 in ?? () from /usr/lib/libsqlite3.so.0
#3 0x00007fffbf30220e in ?? () from /usr/lib/libsqlite3.so.0
#4 0x00007fffbf302e95 in ?? () from /usr/lib/libsqlite3.so.0
#5 0x00007fffbf308c93 in ?? () from /usr/lib/libsqlite3.so.0
#6 0x00007fffbf3a2ee2 in ?? () from /usr/lib/libsqlite3.so.0
#7 0x00007fffbf3a3788 in sqlite3VdbeMemFromBtree () from /usr/lib/libsqlite3.so.0
#8 0x00007fffbf39b23d in sqlite3VdbeExec () from /usr/lib/libsqlite3.so.0
#9 0x00007fffbf39c570 in sqlite3_step () from /usr/lib/libsqlite3.so.0
#10 0x00007fffc4174a2e in ?? () from /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#11 0x00007fffc4175c13 in ?? () from /usr/lib/qt/plugins/sqldrivers/libqsqlite.so
#12 0x00007fffedf45788 in QSqlQuery::exec() () from /usr/lib/libQt5Sql.so.5
#13 0x00007ffff79e5a6b in IconProvider::imageForDomain (url=..., allowNull=false) at tools/iconprovider.cpp:228
#14 0x00007ffff78f2e95 in LocationCompleterRefreshJob::runJob (this=0x7fff78674e90) at navigation/completer/locationcompleterrefreshjob.cpp:129
#15 0x00007ffff78f7482 in QtConcurrent::VoidStoredMemberFunctionPointerCall0<void, LocationCompleterRefreshJob>::runFunctor (this=0x5555627fa3c0)
at /usr/include/qt/QtConcurrent/qtconcurrentstoredfunctioncall.h:205
#16 0x00007ffff78f4541 in QtConcurrent::RunFunctionTask::run (this=0x5555627fa3c0) at /usr/include/qt/QtConcurrent/qtconcurrentrunbase.h:136
#17 0x00007fffed64fef1 in ?? () from /usr/lib/libQt5Core.so.5
#18 0x00007fffed653d9d in ?? () from /usr/lib/libQt5Core.so.5
#19 0x00007fffed10408a in start_thread () from /usr/lib/libpthread.so.0
#20 0x00007fffec55224f in clone () from /usr/lib/libc.so.6
The text was updated successfully, but these errors were encountered: