Git commit 148dea659dbe3583a300d03bb448857836c6fa45 by Albert Astals Cid.
Committed on 28/10/2013 at 23:16.
Pushed by aacid into branch 'KDE/4.11'.

Fix crash when removing a notification while we are adding one

Reading https://bugs.kde.org/show_bug.cgi?id=311871#c41 you can see that it 
happens that we are doing a
78 0x00007f4eff8c5ffb in QDeclarativeListModel::insert (this=0x1ebbdb0, 
index=0, valuemap=...) at util/qdeclarativelistmodel.cpp:436
and then we end up reentring and doing
16 0x00007f4eff8c737f in QDeclarativeListModel::remove (this=0x1ebbdb0, 
index=6) at util/qdeclarativelistmodel.cpp:402

Some of the stuff that depends on the QDeclarativeListModel doesn't seem
to like getting a "remove" while a "insert" is happening and to be
honest m in no mood to fix that, so basically I'm protecting against
that happening in our QML code. From what i read you have to be
extremely unlucky since the timer  only triggers each 10 minutes and it
has to trigger at the same time a notification is being added, but oh
well, the backtrace points to it and two different people in two
different systems say it has stopped the crashes so I don't think it
hurts to have this in.

Acked by Aaron J. Seigo
REVIEW: 113471
FIXED-IN: 4.11.3

M  +2    -1    
plasma/generic/applets/notifications/contents/ui/NotificationDelegate/NotificationDelegate.qml
M  +3    -0    
plasma/generic/applets/notifications/contents/ui/Notifications.qml

http://commits.kde.org/kde-
workspace/148dea659dbe3583a300d03bb448857836c6fa45

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1173349

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to