Bug 480793 - Dolphin crashed after I had changed the system colour theme
Summary: Dolphin crashed after I had changed the system colour theme
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.08.4
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2024-02-03 18:32 UTC by Kuchkov Aleksei
Modified: 2024-03-06 03:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
attachment-167267-0.html (2.02 KB, text/html)
2024-02-05 15:24 UTC, Kuchkov Aleksei
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kuchkov Aleksei 2024-02-03 18:32:21 UTC
Application: dolphin (23.08.4)

Qt Version: 5.15.12
Frameworks Version: 5.114.0
Operating System: Linux 6.5.0-15-generic x86_64
Windowing System: Wayland
Distribution: KDE neon 5.27
DrKonqi: 5.27.10 [KCrashBackend]

-- Information about the crash:
Dolphin crashed after I had changed the system colour theme from Breeze Dark to Peace-Dark-Color. 
After having changed the theme, I opened pressed Alt-Tab to return to the dolphin window and application crashed

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = <optimized out>}
[KCrash Handler]
#6  0x00007f7c7f511433 in QtSharedPointer::ExternalRefCountData::getAndRef(QObject const*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007f7c815e6900 in ?? () from /lib/x86_64-linux-gnu/libKF5JobWidgets.so.5
#8  0x00007f7c7f6f4db4 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007f7c7f6f4db4 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007f7c80b07cb3 in QDBusServiceWatcher::serviceOwnerChanged(QString const&, QString const&, QString const&) () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#11 0x00007f7c80b085c2 in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#12 0x00007f7c80b08a83 in QDBusServiceWatcher::qt_metacall(QMetaObject::Call, int, void**) () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#13 0x00007f7c80ab8feb in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#14 0x00007f7c7f6ea85e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007f7c8036c783 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x00007f7c7f6bd30a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007f7c7f6c0407 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007f7c7f7171a7 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f7c7d520d3b in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007f7c7d576258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007f7c7d51e3e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007f7c7f7167f8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007f7c7f6bbc2b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007f7c7f6c41d4 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x0000560dfa964b97 in ?? ()
#26 0x00007f7c7ec29d90 in __libc_start_call_main (main=main@entry=0x560dfa95eca0, argc=argc@entry=1, argv=argv@entry=0x7ffe70c8a658) at ../sysdeps/nptl/libc_start_call_main.h:58
#27 0x00007f7c7ec29e40 in __libc_start_main_impl (main=0x560dfa95eca0, argc=1, argv=0x7ffe70c8a658, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffe70c8a648) at ../csu/libc-start.c:392
#28 0x0000560dfa965435 in ?? ()
[Inferior 1 (process 21988) detached]

Reported using DrKonqi
Comment 1 Akseli Lahtinen 2024-02-05 15:19:20 UTC
Hi, can you install debug symbols and see if you can replicate the bug? 

https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Ubuntu-based_distros_(Ubuntu,_Kubuntu,_KDE_Neon,_Linux_Mint)

I can't reproduce this bug on Plasma 6, but it might already be fixed.
Comment 2 Kuchkov Aleksei 2024-02-05 15:24:09 UTC
Created attachment 165569 [details]
attachment-167267-0.html

Yes, I will try. I will show you my results.

On Mon, 5 Feb 2024, 6:19 pm Akseli Lahtinen, <bugzilla_noreply@kde.org>
wrote:

> https://bugs.kde.org/show_bug.cgi?id=480793
>
> Akseli Lahtinen <akselmo@akselmo.dev> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>              Status|REPORTED                    |NEEDSINFO
>                  CC|                            |akselmo@akselmo.dev
>          Resolution|---                         |WAITINGFORINFO
>
> --- Comment #1 from Akseli Lahtinen <akselmo@akselmo.dev> ---
> Hi, can you install debug symbols and see if you can replicate the bug?
>
>
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Ubuntu-based_distros_(Ubuntu,_Kubuntu,_KDE_Neon,_Linux_Mint)
>
> I can't reproduce this bug on Plasma 6, but it might already be fixed.
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 3 Bug Janitor Service 2024-02-20 03:46:12 UTC
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!
Comment 4 Bug Janitor Service 2024-03-06 03:46:59 UTC
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!