Summary: | tokodon crashed | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Charlotte <charlotte> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | carl, jonas.smolianskis, peng080306 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.11.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Charlotte
2022-12-21 18:13:47 UTC
Thanks for the report, unfortunately I can't reproduce. Looking at the backtrace, this seems to be a rare race condition in the QML engine, I fixed a few things related to it recently and the next release will contains these fixes, hopefully this also fix this issue. If not, feel free to reopen. Created attachment 154797 [details]
New crash information added by DrKonqi
tokodon (22.11.2) using Qt 5.15.7
Clicking on user icon makes application crash. Also settings page is empty
-- Backtrace (Reduced):
#6 0x00007ff6f270a4b9 in QV4::QQmlTypeWrapper::lookupSingletonProperty(QV4::Lookup*, QV4::ExecutionEngine*, QV4::Value const&) () from /lib64/libQt5Qml.so.5
#7 0x00007ff6f270be2c in QV4::QQmlTypeWrapper::virtualResolveLookupGetter(QV4::Object const*, QV4::ExecutionEngine*, QV4::Lookup*) () from /lib64/libQt5Qml.so.5
[...]
#10 0x00007ff6f25701de in QV4::Function::call(QV4::Value const*, QV4::Value const*, int, QV4::ExecutionContext const*) () from /lib64/libQt5Qml.so.5
#11 0x00007ff6f26f89fd in QQmlJavaScriptExpression::evaluate(QV4::CallData*, bool*) () from /lib64/libQt5Qml.so.5
#12 0x00007ff6f26aa02f in QQmlBoundSignalExpression::evaluate(void**) () from /lib64/libQt5Qml.so.5
Created attachment 160773 [details]
New crash information added by DrKonqi
tokodon (23.04.2) using Qt 5.15.10
Tokodon crashed while searching something.
-- Backtrace (Reduced):
#4 0x00007f300ad4daa1 in QString::trimmed_helper(QString const&) () from /usr/lib64/libQt5Core.so.5
#5 0x00007f300ade86ee in QUrl::fromUserInput(QString const&) () from /usr/lib64/libQt5Core.so.5
[...]
#11 0x00007f300c5a05bb in QV4::QObjectMethod::callInternal(QV4::Value const*, QV4::Value const*, int) const () from /usr/lib64/libQt5Qml.so.5
[...]
#14 0x00007f300c5537be in QV4::Function::call(QV4::Value const*, QV4::Value const*, int, QV4::ExecutionContext const*) () from /usr/lib64/libQt5Qml.so.5
#15 0x00007f300c6dd62b in QQmlJavaScriptExpression::evaluate(QV4::CallData*, bool*) () from /usr/lib64/libQt5Qml.so.5
|