[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #15 from Nate Graham  ---
Yay!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-04-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #14 from el...@seznam.cz ---
I confirm that this error doesn't happen to me either.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-04-11 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=430111

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME
 CC||k...@davidedmundson.co.uk

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-04-10 Thread Nicola Jelmorini
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #13 from Nicola Jelmorini  ---
(In reply to Nate Graham from comment #12)
> Cannot reproduce with git master everything in a Wayland session.

I confirm that it's not happening any more (Plasma 5.21.3).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-04-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

--- Comment #12 from Nate Graham  ---
Cannot reproduce with git master everything in a Wayland session.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-16 Thread Mathew Robinson
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #11 from Mathew Robinson  ---
Based on the line "#3  QMessageLogger::fatal(char const*, ...) const
(this=this@entry=0x7ffefef4eb40, msg=msg@entry=0x7fe8b70350b8 "The Wayland
connection broke. Did the Wayland compositor die?") at global/qlogging.cpp:893"
from the previous backtrace I decided to try and run gdb on kwin_wayland and it
looks like there's perhaps a segfault?

Breakpoint 1 at 0x7f4c29c00490
Breakpoint 2 at 0x7f4c29c004e0
Continuing.

Thread 1 "kwin_wayland" received signal SIGSEGV, Segmentation fault.
0x7f4c2b4afc08 in KWaylandServer::SurfaceInterface::frameRendered(unsigned
int) () from /usr/lib64/libKWaylandServer.so.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-16 Thread Mathew Robinson
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #10 from Mathew Robinson  ---
Managed to get a backtrace with GDB where I have most of the debug info for the
components involved. I'm attempting to track the bug down and fix it, but it's
my first foray into the KDE code base. Figured I'd post the debugging I have so
far in case it makes immediate sense to those with more experience than me:

Breakpoint 1 at 0x7fd32b733490
Breakpoint 2 at 0x7fd32b7334e0

Thread 1 "plasmashell" received signal SIGABRT, Aborted.
0x7fd32b4f3ae5 in raise () from /lib64/libc.so.6
[Inferior 1 (process 2286) detached]
Breakpoint 1 at 0x7fa1bcd08490
Breakpoint 2 at 0x7fa1bcd084e0
[Inferior 1 (process 7737) detached]
(gdb) Breakpoint 1 at 0x7fa1bcd08490
(gdb) Breakpoint 2 at 0x7fa1bcd084e0
(gdb) quit
A debugging session is active.

Inferior 1 [process 7737] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]
Detaching from program: /usr/bin/plasmashell, process 7737
[Inferior 1 (process 7737) detached]
Breakpoint 1 at 0x7fa1bcd08490
Breakpoint 2 at 0x7fa1bcd084e0
Continuing.
[New Thread 0x7fa184ff9640 (LWP 7921)]
[Thread 0x7fa184ff9640 (LWP 7921) exited]
[New Thread 0x7fa184ff9640 (LWP 7931)]

Thread 1 "plasmashell" received signal SIGABRT, Aborted.
0x7fa1bcac8ae5 in raise () from /lib64/libc.so.6
#0  0x7fa1bcac8ae5 in raise () at /lib64/libc.so.6
#1  0x7fa1bcab1864 in abort () at /lib64/libc.so.6
#2  0x7fa1bcef40e7 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7fa1badd6f79 in  () at /usr/lib64/libQt5WaylandClient.so.5
#4  0x7fa1bade5e0a in QtWaylandClient::QWaylandDisplay::flushRequests() ()
at /usr/lib64/libQt5WaylandClient.so.5
#5  0x7fa1bd146900 in  () at /usr/lib64/libQt5Core.so.5
#6  0x7fa1bd149cff in QSocketNotifier::activated(QSocketDescriptor,
QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fa1bd14a4fb in QSocketNotifier::event(QEvent*) () at
/usr/lib64/libQt5Core.so.5
#8  0x7fa1bde9150f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#9  0x7fa1bd1102ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#10 0x7fa1bd1683f5 in  () at /usr/lib64/libQt5Core.so.5
#11 0x7fa1bb503e57 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#12 0x7fa1bb5041d8 in  () at /usr/lib64/libglib-2.0.so.0
#13 0x7fa1bb50428f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#14 0x7fa1bd16783f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#15 0x7fa1bd10ecab in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#16 0x7fa1bd5bbde3 in QBasicDrag::drag(QDrag*) () at
/usr/lib64/libQt5Gui.so.5
#17 0x7fa1bd5b90e5 in QDragManager::drag(QDrag*) () at
/usr/lib64/libQt5Gui.so.5
#18 0x7fa1bd5b940b in QDrag::exec(QFlags, Qt::DropAction)
() at /usr/lib64/libQt5Gui.so.5
#19 0x7fa162c9aba6 in DragHelper::startDragInternal(QQuickItem*, QString
const&, QVariant const&, QUrl const&, QIcon const&) const (icon=...,
url=, mimeData=, mimeType=...,
item=0x563633be0ca0, this=0x563634145b50) at
/usr/include/qt5/QtCore/qflags.h:121
#20 DragHelper::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)
(_o=0x563634145b50, _c=, _id=, _a=) at
/usr/src/debug/plasma5-desktop-5.20.5-1.1.x86_64/build/applets/taskmanager/taskmanagerplugin_autogen/7RBZBFH7CH/moc_draghelper.cpp:115
#21 0x7fa1bd13c311 in QObject::event(QEvent*) () at
/usr/lib64/libQt5Core.so.5
#22 0x7fa1bde9150f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#23 0x7fa1bd1102ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#24 0x7fa1bd112d21 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/libQt5Core.so.5
#25 0x7fa1bd1681b3 in  () at /usr/lib64/libQt5Core.so.5
#26 0x7fa1bb503e57 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#27 0x7fa1bb5041d8 in  () at /usr/lib64/libglib-2.0.so.0
#28 0x7fa1bb50428f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#29 0x7fa1bd16783f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#30 0x7fa1bd10ecab in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#31 0x7fa1bd116f20 in QCoreApplication::exec() () at
/usr/lib64/libQt5Core.so.5
#32 0x56362df8d082 in  ()
#33 0x7fa1bcab3152 in __libc_start_main () at /lib64/libc.so.6
#34 0x56362df8dbde in  ()
Detaching from program: /usr/bin/plasmashell, process 7737
[Inferior 1 (process 7737) detached]
Breakpoint 1 at 0x7fe8b8ee2490
Breakpoint 2 at 0x7fe8b8ee24e0
Continuing.
[Thread 0x7fe879ffb640 (LWP 1793) exited]
[Thread 0x7fe87affd640 (LWP 1791) exited]
[Thread 0x7fe87b7fe640 (LWP 1790) exited]
[Thread 0x7fe8737fe640 (LWP 1789) exited]
[Thread 0x7fe878ff9640 (LWP 1795) exited]

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-11 Thread Mathew Robinson
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #9 from Mathew Robinson  ---
I've done some more testing on this. It appears if I unpin the "default" pins
then pin some new applications the issue goes away.

I've tried repinning the old default pins to see if the issue reoccurs but
cannot remember the whole list. So far testing indicates that repinning
discover (which was one of the defaults does not cause the issue to reoccur.

I will do some more testing with a VM to see if I can repro on a fresh install
and/or find the problematic pin (if indeed it's a specific application).

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-11 Thread Mathew Robinson
https://bugs.kde.org/show_bug.cgi?id=430111

Mathew Robinson  changed:

   What|Removed |Added

 CC||mat...@chasinglogic.io

--- Comment #8 from Mathew Robinson  ---
I'm able to reproduce this on KDE Neon as well.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-03 Thread Roger
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #7 from Roger  ---
I confirm the issue. Reordering the icons on the "Task Manager" panel, whether
they're pinned or not (running apps), makes Plasma Wayland crash. My config:
plasmashell 5.20.4
Qt: 5.15.2
KDE Frameworks: 5.77.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2021-01-03 Thread Roger
https://bugs.kde.org/show_bug.cgi?id=430111

Roger  changed:

   What|Removed |Added

 CC||roger...@gmail.com

--- Comment #6 from Roger  ---
I confirm the issue. Reordering the icons on the "Task Manager" panel, whether
they're pinned or not (running apps), makes Plasma Wayland crash. My config:
plasmashell 5.20.4
Qt: 5.15.2
KDE Frameworks: 5.77.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-20 Thread Lars Veldscholte
https://bugs.kde.org/show_bug.cgi?id=430111

Lars Veldscholte  changed:

   What|Removed |Added

 CC||l...@tuxplace.nl

--- Comment #5 from Lars Veldscholte  ---
Maybe this is helpful: the crash does not occur if I disable tooltips in the
Task Manager.

FYI this problem applies to all applications in the Task Manager for me, not
just pinned ones.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

 CC||jelmor...@pm.me

--- Comment #4 from Nate Graham  ---
*** Bug 428987 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

   Keywords||wayland

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED

--- Comment #3 from Nate Graham  ---
Got a duplicate report, re-opening

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=430111

--- Comment #2 from el...@seznam.cz ---
Sure thing. I'm attaching last 3 stack traces. Not sure if they are the same.

dec 07 15:08:16 hostname systemd-coredump[4656]: Process 4379 (plasmashell) of
user 1000 dumped core.

   Stack trace of thread 4379:
   #0  0x7fc06a106615 raise (libc.so.6 + 0x3d615)
   #1  0x7fc06ba150e6 _ZN6KCrash19defaultCrashHandlerEi
(libKF5Crash.so.5 + 0x40e6)
   #2  0x7fc06a1066a0 __restore_rt (libc.so.6 + 0x3d6a0)
   #3  0x7fc06b144d7e _ZNK12KConfigGroup6parentEv
(libKF5ConfigCore.so.5 + 0x2ad7e)
   #4  0x55fde9c87cc4 n/a (plasmashell + 0x34cc4)
   #5  0x55fde9c8801e n/a (plasmashell + 0x3501e)
   #6  0x7fc06a75de10 n/a (libQt5Core.so.5 + 0x2ece10)
   #7  0x7fc06c8ef3ad n/a (libKF5PlasmaQuick.so.5 + 0x2d3ad)
   #8  0x55fde9c92587 n/a (plasmashell + 0x3f587)
   #9  0x7fc06a75ddd6 n/a (libQt5Core.so.5 + 0x2ecdd6)
   #10 0x7fc06a761e4b _ZN6QTimer7timeoutENS_14QPrivateSignalE
(libQt5Core.so.5 + 0x2f0e4b)
   #11 0x7fc06a7534bf _ZN7QObject5eventEP6QEvent (libQt5Core.so.5 +
0x2e24bf)
   #12 0x7fc06b3c1752
_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt5Widgets.so.5 +
0x15a752)
   #13 0x7fc06a726a7a
_ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt5Core.so.5 +
0x2b5a7a)
   #14 0x7fc06a77ea65 _ZN14QTimerInfoList14activateTimersEv
(libQt5Core.so.5 + 0x30da65)
   #15 0x7fc06a77f312 n/a (libQt5Core.so.5 + 0x30e312)
   #16 0x7fc068b548f4 g_main_context_dispatch (libglib-2.0.so.0 +
0x528f4)
   #17 0x7fc068ba8821 n/a (libglib-2.0.so.0 + 0xa6821)
   #18 0x7fc068b53121 g_main_context_iteration (libglib-2.0.so.0 +
0x51121)
   #19 0x7fc06a77f6e1
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5 + 0x30e6e1)
   #20 0x7fc06a7253fc
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 +
0x2b43fc)
   #21 0x7fc06a72d894 _ZN16QCoreApplication4execEv (libQt5Core.so.5 +
0x2bc894)
   #22 0x55fde9c72069 n/a (plasmashell + 0x1f069)
   #23 0x7fc06a0f1152 __libc_start_main (libc.so.6 + 0x28152)
   #24 0x55fde9c722ae n/a (plasmashell + 0x1f2ae)

   Stack trace of thread 4510:
   #0  0x7fc06a1be46f __poll (libc.so.6 + 0xf546f)
   #1  0x7fc068ba87af n/a (libglib-2.0.so.0 + 0xa67af)
   #2  0x7fc068b53121 g_main_context_iteration (libglib-2.0.so.0 +
0x51121)
   #3  0x7fc06a77f6fc
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5 + 0x30e6fc)
   #4  0x7fc06a7253fc
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 +
0x2b43fc)
   #5  0x7fc06a53dd22 _ZN7QThread4execEv (libQt5Core.so.5 + 0xccd22)
   #6  0x7fc06c0ce1eb n/a (libQt5Quick.so.5 + 0x1471eb)
   #7  0x7fc06a53ef0f n/a (libQt5Core.so.5 + 0xcdf0f)
   #8  0x7fc06958c3e9 start_thread (libpthread.so.0 + 0x93e9)
   #9  0x7fc06a1c9293 __clone (libc.so.6 + 0x100293)

   Stack trace of thread 4489:
   #0  0x7fc0695926a2 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 +
0xf6a2)
   #1  0x7fc05d8e1eac n/a (iris_dri.so + 0x4d2eac)
   #2  0x7fc05d8e1da8 n/a (iris_dri.so + 0x4d2da8)
   #3  0x7fc06958c3e9 start_thread (libpthread.so.0 + 0x93e9)
   #4  0x7fc06a1c9293 __clone (libc.so.6 + 0x100293)

   Stack trace of thread 4468:
   #0  0x7fc06a14e93f __libc_disable_asynccancel (libc.so.6 + 0x8593f)
   #1  0x7fc06a1b9f11 __read (libc.so.6 + 0xf0f11)
   #2  0x7fc068b54f70 g_main_context_check (libglib-2.0.so.0 + 0x52f70)
   #3  0x7fc068ba86b2 n/a (libglib-2.0.so.0 + 0xa66b2)
   #4  0x7fc068b53121 g_main_context_iteration (libglib-2.0.so.0 +
0x51121)
   #5  0x7fc06a77f6fc
_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE
(libQt5Core.so.5 + 0x30e6fc)
   #6  0x7fc06a7253fc
_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 +
0x2b43fc)
   #7  0x7fc06a53dd22 _ZN7QThread4execEv (libQt5Core.so.5 + 0xccd22)
   #8  0x7fc06bd265a9 n/a (libQt5Qml.so.5 + 0x30b5a9)
   #9  0x7fc06a53ef0f n/a (libQt5Core.so.5 + 0xcdf0f)
   #10 0x7fc06958c3e9 start_thread (libpthread.so.0 + 0x93e9)
   #11 0x7fc06a1c9293 __clone (libc.so.6 + 0x100293)

   Stack trace of thread 4432:
   #0  0x7fc068b512e8 n/a (libglib-2.0.so.0 + 0x4f2e8)
   #1  0x7fc068b516d6 n/a (libglib-2.0.so.0 + 0x4f6d6)
   #2  0x7fc068b5439b g_main_context_prepare (libglib-2.0.so.0 +
0x5239b)
   #3  0x7fc068ba8626 n/a (libglib-2.0.so.0 + 0xa6626)
   #4  0x7fc068b53121 g_main_context_iteration (libglib-2.0.so.0 +
0x51121)
   #5  0x7fc06a77f6fc

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Nate Graham  ---
Please attach a backtrace of the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 430111] Plasma Wayland crashes when changing order of pinned application

2020-12-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=430111

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org,
   ||plasma-b...@kde.org
   Assignee|plasma-b...@kde.org |h...@kde.org
  Component|Panel   |Task Manager and Icons-Only
   ||Task Manager

-- 
You are receiving this mail because:
You are watching all bug changes.