Skip to content
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

Falkon crashes when recovering tabs #64

Closed
maxsteciuk opened this issue Jan 30, 2019 · 2 comments
Closed

Falkon crashes when recovering tabs #64

maxsteciuk opened this issue Jan 30, 2019 · 2 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@maxsteciuk
Copy link
Contributor

@maxsteciuk maxsteciuk commented Jan 30, 2019

When attempting to recover a browser session by pressing the "Restore Session" in Falkon the app crashes due to SIGBUS. I am not sure whether it is related to FreeBSD portability of Qt5 WebEngine library or Falkon itself. Anyway I am reporting this here initially for reference and further investigation.

Here is snippet of gdb backtrace:

Core was generated by `falkon: GL_ARB_timer_query'.
Program terminated with signal SIGBUS, Bus error.
#0 0x00000008006cd5a4 in QWebEnginePage::view() const () from /usr/local/lib/qt5/libQt5WebEngineWidgets.so.5
[Current thread is 1 (LWP 100506)]
(gdb) bt
#0 0x00000008006cd5a4 in QWebEnginePage::view() const () from /usr/local/lib/qt5/libQt5WebEngineWidgets.so.5
#1 0x0000000800605155 in WebPage::view() const () from /usr/local/lib/libFalkonPrivate.so.3
#2 0x000000080059dda9 in RecoveryJsObject::closeTab() () from /usr/local/lib/libFalkonPrivate.so.3
#3 0x000000080059dfdf in RecoveryJsObject::restoreSession(QStringList const&, QStringList const&) () from /usr/local/lib/libFalkonPrivate.so.3
#4 0x000000080064dfac in RecoveryJsObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/local/lib/libFalkonPrivate.so.3

@maxsteciuk maxsteciuk changed the title falkon crashes when recovering tabs Falkon crashes when recovering tabs Jan 30, 2019
@RodMyers
Copy link

@RodMyers RodMyers commented Feb 8, 2019

Still present. Not sure if this is a Trident issue or FreeBSD issue

falkon
Falkon: 1 extensions loaded
[35067:369029120:0208/084832.981999:ERROR:connection.cc(1947)] Cookie sqlite error 8, errno 0: attempt to write a readonly database, sql: CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Apr 2, 2019

There is a new version of the Falkon browser available. Please re-test and see if this still occurs, otherwise this will need to be reported upstream to the Falkon project or FreeBSD ports.

@beanpole135 beanpole135 closed this Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment