https://bugs.kde.org/show_bug.cgi?id=351777

Xuân Baldauf <development--2015--bugs.kde....@medium.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |development--2015--bugs.kde
                   |                            |.o...@medium.net

--- Comment #20 from Xuân Baldauf <development--2015--bugs.kde....@medium.net> 
---
I'm experiencing the same issue.

The bug is that in this code
https://quickgit.kde.org/?p=plasma-workspace.git&a=blob&h=17ce61b57f71332b9b4029d44301462ef90d3dfd&hb=1f826604749f36e899034d55d02a910e31584f60&f=shell%2Fshellcorona.cpp

>    DesktopView *view = new DesktopView(this, newScreen);
>
>    Plasma::Containment *containment =         
> (m_activityController->currentActivity(), m_views.count());
>    Q_ASSERT(containment);
>
>    QAction *removeAction = 
> containment->actions()->action(QStringLiteral("remove"));

"m_views" is empty, and thus "m_views.count()" is zero. Hence "containment" is
NULL, so dereferencing this pointer triggers the crash.

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

Reply via email to