Bug 434366 - Dolphin crashes after trying to share a file via nextcloud
Summary: Dolphin crashes after trying to share a file via nextcloud
Status: RESOLVED DOWNSTREAM
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.12.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-03-13 19:23 UTC by kde
Modified: 2021-03-13 19:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2021-03-13 19:23:18 UTC
Application: dolphin (20.12.2)

Qt Version: 5.15.2
Frameworks Version: 5.79.0
Operating System: Linux 5.10.21-200.fc33.x86_64 x86_64
Windowing system: X11
Distribution: "Fedora release 33 (Thirty Three)"

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

I tried to share a file by right-clicking it in my Nextcloud folder and choosing "Share -> Nextcloud...".

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#4  0x00007fcdc3d214d4 in Lightly::Style::drawFramePrimitive(QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#5  0x00007fcdc3d2fc40 in Lightly::Style::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#6  0x00007fcdc3d30034 in Lightly::Style::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#7  0x00007fcdb23ee994 in KQuickStyleItem::updatePolish() () at /usr/lib64/qt5/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so
#8  0x00007fcdd9c8b429 in QQuickWindowPrivate::polishItems() () at /lib64/libQt5Quick.so.5
#9  0x00007fcdd9c3f282 in QSGThreadedRenderLoop::polishAndSync(QSGThreadedRenderLoop::Window*, bool) () at /lib64/libQt5Quick.so.5
#10 0x00007fcdd9c44a39 in QSGThreadedRenderLoop::exposureChanged(QQuickWindow*) () at /lib64/libQt5Quick.so.5
#11 0x00007fcddb4067b5 in QWindow::event(QEvent*) () at /lib64/libQt5Gui.so.5
#12 0x00007fcddba54ec3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#13 0x00007fcddaefbbd8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5
#14 0x00007fcddb3fc7d5 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) () at /lib64/libQt5Gui.so.5
#15 0x00007fcddb3dc8cc in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Gui.so.5
#16 0x00007fcdc89ef47e in xcbSourceDispatch(_GSource*, int (*)(void*), void*) () at /lib64/libQt5XcbQpa.so.5
#17 0x00007fcdd8ea4a9f in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#18 0x00007fcdd8ef6a98 in g_main_context_iterate.constprop () at /lib64/libglib-2.0.so.0
#19 0x00007fcdd8ea1e73 in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#20 0x00007fcddaf486f3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#21 0x00007fcddaefa57b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#22 0x00007fcddaf021b4 in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#23 0x00007fcddd03bd5e in kdemain () at /lib64/libkdeinit5_dolphin.so
#24 0x00007fcddce411e2 in __libc_start_main () at /lib64/libc.so.6
#25 0x00005625c3d0f0ae in _start ()
[Inferior 1 (process 30491) detached]

Reported using DrKonqi
Comment 1 Nate Graham 2021-03-13 19:48:04 UTC
Crashing in code from the Lightly theme:

#4  0x00007fcdc3d214d4 in Lightly::Style::drawFramePrimitive(QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#5  0x00007fcdc3d2fc40 in Lightly::Style::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#6  0x00007fcdc3d30034 in Lightly::Style::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib64/qt5/plugins/styles/lightly.so
#7  0x00007fcdb23ee994 in KQuickStyleItem::updatePolish() () at /usr/lib64/qt5/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so
#8  0x00007fcdd9c8b429 in QQuickWindowPrivate::polishItems() () at /lib64/libQt5Quick.so.5

Please report this to the developer of that theme