[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||panval...@gmail.com

--- Comment #18 from David Edmundson  ---
*** Bug 421724 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-17 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=421170

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||opinde...@gmail.com

--- Comment #17 from Wolfgang Bauer  ---
*** Bug 421651 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-15 Thread hyena
https://bugs.kde.org/show_bug.cgi?id=421170

hyena  changed:

   What|Removed |Added

 CC||sochacki.kon...@gmail.com

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=421170

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

--- Comment #16 from Jonathan Marten  ---
Confirmed that this patch eliminates the reliable crash with Folder View (on
X11).  Dragging an icon around on the desktop would immediately crash with the
backtace ending up in the same place.

Qt 5.14.2
plasma-framework   v5.2.0-2099-gc215c54e
kirigami   v2.2.0-1180-gfc5ba467
kdeclarative   v4.100.0-rc1-585-g277b2e3a
plasma-desktop v5.16.5-908-ge97da205
plasma-workspace   v5.17.3-630-g943a06c8

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/pla
   ||sma-framework/c215c54eced5b
   ||d0b195c208dd72bb580e65f8fe4
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from David Edmundson  ---
Git commit c215c54eced5bd0b195c208dd72bb580e65f8fe4 by David Edmundson.
Committed on 14/05/2020 at 11:42.
Pushed by davidedmundson into branch 'master'.

Avoid potential disconnect of all signals in IconItem

Summary:
m_svgIcon can be null.

disconnect(q, nullptr, nullptr, nullptr); would have pretty catastrophic
consequences as it disconnects everything. Anyone listening for
QObject::destroyed of IconItem for cleanup would no longer get anything.
That could lead to obscure conditions.

ShaderEffectSource watches for the source being destroyed for cleanup
and we have a newly introduced crash with ShaderEffectSource that seems
to come from this patch.

Test Plan:
Someone who could reproduce the crash reliably confirms it fixes the
issue

Reviewers: #plasma

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D29742

M  +3-1src/declarativeimports/core/iconitem.cpp

https://commits.kde.org/plasma-framework/c215c54eced5bd0b195c208dd72bb580e65f8fe4

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

   Priority|NOR |VHI

--- Comment #14 from David Edmundson  ---
Clearly this is quite a major issue with so many dupes in a few days.

We know:  

It's in the teardown of a ShaderEffectSource
It's come up since frameworks 5.70 so it's probably a change there rather than
workspace.

I would appreciate:
 - someone who can reproduce rolling back
kirigami/kdeclarative/plasma-framework and seeing if that tells us anything
 - someone who can reproduce trying to remove some of their applets and bisect
down that way.

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||jase...@gmail.com

--- Comment #13 from David Edmundson  ---
*** Bug 421242 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||zaferaka...@gmail.com

--- Comment #11 from David Edmundson  ---
*** Bug 421328 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

--- Comment #9 from David Edmundson  ---
*** Bug 421390 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||marco.curatitoli@halservice
   ||.it

--- Comment #10 from David Edmundson  ---
*** Bug 421359 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

--- Comment #12 from David Edmundson  ---
*** Bug 420946 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

--- Comment #8 from David Edmundson  ---
*** Bug 421447 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||sstc9...@gmail.com

--- Comment #7 from David Edmundson  ---
*** Bug 421409 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||f.schrei...@procar.de

--- Comment #6 from David Edmundson  ---
*** Bug 421453 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

--- Comment #5 from David Edmundson  ---
*** Bug 421402 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #4 from David Edmundson  ---
*** Bug 421291 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||yuvrajtaluk...@gmail.com

--- Comment #3 from David Edmundson  ---
*** Bug 421356 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||k...@chartman.me.uk

--- Comment #1 from David Edmundson  ---
*** Bug 421503 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421170] plasmashell 5.18.5 on Wayland segmentation fault in QVector::indexOf

2020-05-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=421170

David Edmundson  changed:

   What|Removed |Added

 CC||p.stol...@gmail.com

--- Comment #2 from David Edmundson  ---
*** Bug 421466 has been marked as a duplicate of this bug. ***

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