Bug 462606 - kde crashed on window unlock
Summary: kde crashed on window unlock
Status: RESOLVED DUPLICATE of bug 450217
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: server (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-12-03 18:28 UTC by kde
Modified: 2023-04-10 16:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
same crash report (2.35 KB, text/vnd.kde.kcrash-report)
2023-02-22 00:17 UTC, lazy.tinker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2022-12-03 18:28:31 UTC
Application: akonadiserver (5.21.1 (22.08.1))

Qt Version: 5.15.7
Frameworks Version: 5.100.0
Operating System: Linux 6.0.9-200.fc36.x86_64 x86_64
Windowing System: Wayland
Distribution: Fedora Linux 36 (Workstation Edition)
DrKonqi: 5.26.3 [KCrashBackend]

-- Information about the crash:
I don't know if this was specific to akonadi or what, the entire session simply evaporated

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Akonadi Server (akonadiserver), signal: Segmentation fault

[KCrash Handler]
#4  std::default_delete<Akonadi::Server::Connection>::operator() (__ptr=0x111, this=<optimized out>) at /usr/include/c++/12/bits/unique_ptr.h:89
#5  std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> >::~unique_ptr (this=<optimized out>, this=<optimized out>) at /usr/include/c++/12/bits/unique_ptr.h:396
#6  std::__new_allocator<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > >::destroy<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > > (__p=<optimized out>, this=0x7ffc4bb96e28) at /usr/include/c++/12/bits/new_allocator.h:181
#7  std::allocator_traits<std::allocator<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > > >::destroy<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > > (__p=<optimized out>, __a=...) at /usr/include/c++/12/bits/alloc_traits.h:535
#8  std::vector<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> >, std::allocator<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > > >::_M_erase (__position=..., this=0x7ffc4bb96e28) at /usr/include/c++/12/bits/vector.tcc:181
#9  std::vector<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> >, std::allocator<std::unique_ptr<Akonadi::Server::Connection, std::default_delete<Akonadi::Server::Connection> > > >::erase (__position=..., this=0x7ffc4bb96e28) at /usr/include/c++/12/bits/stl_vector.h:1530
#10 Akonadi::Server::AkonadiServer::connectionDisconnected (this=0x7ffc4bb96da0) at /usr/src/debug/kf5-akonadi-server-22.08.1-2.fc36.x86_64/src/server/akonadi.cpp:234
#11 0x00007f6abf8d2ec4 in QObject::event (this=0x7ffc4bb96da0, e=0x7f6a30006750) at kernel/qobject.cpp:1347
#12 0x00007f6abf8a825b in doNotify (event=0x7f6a30006750, receiver=0x7ffc4bb96da0) at kernel/qcoreapplication.cpp:1154
#13 QCoreApplication::notify (event=<optimized out>, receiver=<optimized out>, this=<optimized out>) at kernel/qcoreapplication.cpp:1140
#14 QCoreApplication::notifyInternal2 (receiver=0x7ffc4bb96da0, event=0x7f6a30006750) at kernel/qcoreapplication.cpp:1064
#15 0x00007f6abf8ab5e4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x562ed48f4000) at kernel/qcoreapplication.cpp:1821
#16 0x00007f6abf8f9897 in postEventSourceDispatch (s=0x562ed4913ee0) at kernel/qeventdispatcher_glib.cpp:277
#17 0x00007f6abd926faf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#18 0x00007f6abd97c2c8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#19 0x00007f6abd924940 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#20 0x00007f6abf8f938a in QEventDispatcherGlib::processEvents (this=0x562ed4911350, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#21 0x00007f6abf8a6cca in QEventLoop::exec (this=this@entry=0x7ffc4bb96c10, flags=..., flags@entry=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69
#22 0x00007f6abf8aed92 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121
#23 0x0000562ed2efb058 in AkApplicationBase::exec (this=0x7ffc4bb96d70) at /usr/src/debug/kf5-akonadi-server-22.08.1-2.fc36.x86_64/src/shared/akapplication.cpp:107
#24 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kf5-akonadi-server-22.08.1-2.fc36.x86_64/src/server/main.cpp:65
[Inferior 1 (process 3572) detached]

Reported using DrKonqi
Comment 1 kde 2022-12-03 20:11:05 UTC
Potentially related: https://bugzilla.redhat.com/show_bug.cgi?id=2077544 as this was from when my KDE session crashed entirely upon screen unlock.
Comment 2 lazy.tinker 2023-02-22 00:17:46 UTC
Created attachment 156582 [details]
same crash report
Comment 3 postix 2023-04-10 16:05:49 UTC

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