Summary: | Plasma Error when Updated System (Debian 12) and restarted PC | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Daniil <krutalevex> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | angel.koilov, hmeyers4, kde, nate |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Daniil
2023-07-26 17:51:10 UTC
Created attachment 161121 [details]
New crash information added by DrKonqi
plasmashell (5.27.7) using Qt 5.15.10
Always after just logging into machine after a cold start.
-- Backtrace (Reduced):
#9 0x00007f594aedfbfb in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#12 0x00007f594bcbe63b in QDBusConnection::call(QDBusMessage const&, QDBus::CallMode, int) const () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#13 0x00007f594bcde02c in QDBusAbstractInterface::callWithArgumentList(QDBus::CallMode, QString const&, QList<QVariant> const&) () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#14 0x00007f594bcde78d in QDBusAbstractInterface::internalConstCall(QDBus::CallMode, QString const&, QList<QVariant> const&) const () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#15 0x00007f594bcc3624 in QDBusConnectionInterface::isServiceRegistered(QString const&) const () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
Thank you for the bug report! Unfortunately I can't reproduce the crash myself on current git master, and the backtrace is incomplete and missing debug symbols that we need to figure out exactly what's going wrong. Could you please install debug symbols, reproduce the crash, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports for details about how to do this. Thanks again! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Created attachment 162031 [details]
New crash information added by DrKonqi
plasmashell (5.27.5) using Qt 5.15.8
I have autologin enabled.
I have a bash script on autorun, it only change the volume and lock the screen
#!/bin/sh
sleep 5
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock &
pactl set-sink-volume @DEFAULT_SINK@ 30%
-- Backtrace (Reduced):
#11 0x00007f460cb4aea1 in xcb_wait_for_reply () from /lib/x86_64-linux-gnu/libxcb.so.1
#12 0x00007f46054d5181 in QXcbConnection::getSelectionOwner(unsigned int) const () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
[...]
#17 0x00007f4609b64225 in KCoreDirLister::newItems(KFileItemList const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
[...]
#21 0x00007f4609b21a54 in KIO::ListJob::entries(KIO::Job*, QList<KIO::UDSEntry> const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
[...]
#23 0x00007f4609b09625 in KIO::SlaveInterface::listEntries(QList<KIO::UDSEntry> const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
Thanks but it's still missing debug symbols. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |