Bug 438926 - Invoking Klipper at mouse position crashed Plasma
Summary: Invoking Klipper at mouse position crashed Plasma
Status: RESOLVED DUPLICATE of bug 438277
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.22.1
Platform: unspecified Linux
: NOR crash
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-06-19 21:22 UTC by TraceyC
Modified: 2021-06-26 22:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (3.02 KB, text/plain)
2021-06-26 18:36 UTC, TraceyC
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TraceyC 2021-06-19 21:22:59 UTC
Application: plasmashell (5.22.1)

Qt Version: 5.15.3
Frameworks Version: 5.83.0
Operating System: Linux 5.12.11-183.current x86_64
Windowing System: X11
Drkonqi Version: 5.22.1
Distribution: Solus 4.2 Fortitude

-- Information about the crash:
- What I was doing when the application crashed:

I have a custom keyboard shortcut for opening Klipper at the mouse position (Meta+Ctrl+C). I had used the keyboard shortcut.

- Custom settings of the application:

I have a custom keyboard shortcut for opening Klipper at the mouse position (Meta+Ctrl+C).

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[KCrash Handler]
#4  QObject::parent() const (this=0x0, this=<optimized out>) at /usr/include/QtCore/qscopedpointer.h:116
#5  PopupProxy::parent() (this=0x0) at ../klipper/popupproxy.cpp:79
#6  PopupProxy::deleteMoreMenus() (this=0x0) at ../klipper/popupproxy.cpp:51
#7  PopupProxy::buildParent(int, QRegularExpression const&) (index=2, filter=..., this=0x0) at ../klipper/popupproxy.cpp:67
#8  KlipperPopup::rebuild(QString const&) (this=0x2cfb390, filter=<optimized out>) at ../klipper/klipperpopup.cpp:168
#9  0x00007f26b5ecd333 in KlipperPopup::ensureClean() (this=<optimized out>) at ../klipper/klipperpopup.cpp:119
#10 KlipperPopup::ensureClean() (this=<optimized out>) at ../klipper/klipperpopup.cpp:114
#11 Klipper::slotPopupMenu() (this=0x2cfcc60) at ../klipper/klipper.cpp:544
#12 0x00007f27180da7e7 in  () at /usr/lib/libQt5Core.so.5
#13 0x00007f2718db0e22 in QAction::triggered(bool) () at /usr/lib/libQt5Widgets.so.5
#14 0x00007f2718db3ab8 in QAction::activate(QAction::ActionEvent) () at /usr/lib/libQt5Widgets.so.5
#15 0x00007f2719daed90 in  () at /usr/lib/libKF5GlobalAccel.so.5
#16 0x00007f27180da7e7 in  () at /usr/lib/libQt5Core.so.5
#17 0x00007f2719dbac3c in  () at /usr/lib/libKF5GlobalAccel.so.5
#18 0x00007f2719dbade3 in  () at /usr/lib/libKF5GlobalAccel.so.5
#19 0x00007f2718aa4bda in  () at /usr/lib/libQt5DBus.so.5
#20 0x00007f27180d05fc in QObject::event(QEvent*) () at /usr/lib/libQt5Core.so.5
#21 0x00007f2718db774f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5
#22 0x00007f27180a3d0a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5
#23 0x00007f27180a6c81 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#24 0x00007f27180fc113 in  () at /usr/lib/libQt5Core.so.5
#25 0x00007f2714aa7f3b in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#26 0x00007f2714aa81e8 in  () at /usr/lib/libglib-2.0.so.0
#27 0x00007f2714aa829f in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#28 0x00007f27180fb790 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#29 0x00007f27180a273b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5
#30 0x00007f27180aa980 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5
#31 0x00000000004218bc in main(int, char**) (argc=<optimized out>, argv=0x7fffe8ad8970) at ../shell/main.cpp:251
[Inferior 1 (process 1152) detached]

Reported using DrKonqi
Comment 1 TraceyC 2021-06-26 18:35:15 UTC
I have confirmed this is reproduceable
Comment 2 TraceyC 2021-06-26 18:36:17 UTC
Created attachment 139677 [details]
New crash information added by DrKonqi

plasmashell (5.22.2) using Qt 5.15.3

- What I was doing when the application crashed:

I used a keyboard shortcut to try to bring up the klipper window (clipboard that comes by default with KDE)

-- Backtrace (Reduced):
#4  QObject::parent() const (this=0x0, this=<optimized out>) at /usr/include/QtCore/qscopedpointer.h:116
#5  PopupProxy::parent() (this=0x0) at ../klipper/popupproxy.cpp:79
#6  PopupProxy::deleteMoreMenus() (this=0x0) at ../klipper/popupproxy.cpp:51
#7  PopupProxy::buildParent(int, QRegularExpression const&) (index=2, filter=..., this=0x0) at ../klipper/popupproxy.cpp:67
#8  KlipperPopup::rebuild(QString const&) (this=0x33aa7f0, filter=<optimized out>) at ../klipper/klipperpopup.cpp:168
Comment 3 David Edmundson 2021-06-26 22:01:49 UTC

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