Bug 462123 - Crash on startup
Summary: Crash on startup
Status: RESOLVED DUPLICATE of bug 460407
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-11-22 13:22 UTC by denisoft81
Modified: 2022-11-22 13:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description denisoft81 2022-11-22 13:22:25 UTC
Application: neochat (22.09)

Qt Version: 5.15.6
Frameworks Version: 5.99.0
Operating System: Linux 6.0.8-200.fc36.x86_64 x86_64
Windowing System: X11
Distribution: Fedora Linux 36 (Workstation Edition)
DrKonqi: 5.25.5 [KCrashBackend]

-- Information about the crash:
After entering my credentials, the application crashes. At each restart of the application it crashes in the same way without allowing me any operation.

The crash can be reproduced every time.

-- Backtrace:
Application: NeoChat (neochat), signal: Segmentation fault

[KCrash Handler]
#4  0x00007ff2bc170760 in QtPrivate::qustrchr(QStringView, unsigned short) () from /lib64/libQt5Core.so.5
#5  0x00007ff2bc17afb2 in QtPrivate::findString(QStringView, long long, QStringView, Qt::CaseSensitivity) () from /lib64/libQt5Core.so.5
#6  0x00007ff2bc180ccb in QVector<QStringRef> (anonymous namespace)::splitString<QVector<QStringRef>, QStringRef>(QStringRef const&, QChar const*, QFlags<Qt::SplitBehaviorFlags>, Qt::CaseSensitivity, int) () from /lib64/libQt5Core.so.5
#7  0x00007ff2bc180df5 in QString::splitRef(QString const&, QFlags<Qt::SplitBehaviorFlags>, Qt::CaseSensitivity) const () from /lib64/libQt5Core.so.5
#8  0x00007ff2bc182f39 in QString::section(QString const&, int, int, QFlags<QString::SectionFlag>) const () from /lib64/libQt5Core.so.5
#9  0x00007ff2bdb6883a in Quotient::AccountSettings::userId() const () from /lib64/libQuotient.so.0.6
#10 0x00005635b4d411d6 in Controller::loadAccessTokenFromFile(Quotient::AccountSettings const&) ()
#11 0x00005635b4d42d42 in QtPrivate::QFunctorSlotObject<Controller::loadAccessTokenFromKeyChain(Quotient::AccountSettings const&)::{lambda()#1}, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) ()
#12 0x00007ff2bc2db9a6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#13 0x00007ff2be88e7a3 in QKeychain::Job::finished(QKeychain::Job*) () from /lib64/libqt5keychain.so.1
#14 0x00007ff2be8872b0 in QKeychain::Job::emitFinished() () from /lib64/libqt5keychain.so.1
#15 0x00007ff2be889303 in QKeychain::ReadPasswordJobPrivate::kwalletEntryTypeFinished(QDBusPendingCallWatcher*) () from /lib64/libqt5keychain.so.1
#16 0x00007ff2bc2dbb2f in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#17 0x00007ff2bd6c0a43 in QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () from /lib64/libQt5DBus.so.5
#18 0x00007ff2bc2d2c44 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#19 0x00007ff2bcfaed02 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#20 0x00007ff2bc2a81c8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#21 0x00007ff2bc2ab534 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQt5Core.so.5
#22 0x00007ff2bc2f9537 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5
#23 0x00007ff2bb718faf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#24 0x00007ff2bb76e2c8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#25 0x00007ff2bb716940 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#26 0x00007ff2bc2f902a in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#27 0x00007ff2bc2a6c1a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#28 0x00007ff2bc2aece2 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#29 0x00005635b4cd67af in main ()
[Inferior 1 (process 56811) detached]

Reported using DrKonqi
Comment 1 Tobias Fella 2022-11-22 13:45:29 UTC
Try deleting ~/.config/KDE/neochat.conf and log in again; also, make sure you have a working kwallet

*** This bug has been marked as a duplicate of bug 460407 ***