[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-11-10 Thread Flaviano Matos
https://bugs.kde.org/show_bug.cgi?id=428481

--- Comment #8 from Flaviano Matos  ---
I solved the problem by removing every occult directory in the user directory.

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-11-09 Thread Joe
https://bugs.kde.org/show_bug.cgi?id=428481

--- Comment #7 from Joe  ---
Any chance this will end up back ported to 5.20.x?

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-11-02 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428481

David Edmundson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/commit/b0c4
   ||bc1c41430f7c778e925715d63ed
   ||66fe1ebe0
 Resolution|--- |FIXED

--- Comment #6 from David Edmundson  ---
Git commit b0c4bc1c41430f7c778e925715d63ed66fe1ebe0 by David Edmundson.
Committed on 02/11/2020 at 14:26.
Pushed by davidedmundson into branch 'master'.

Don't alter Item in code called from Item's destructor

QQuickItem::~QQuickItem calls setParentItem(null) before closing

This emits itemChange with ItemRemoved on the column view for that item

We then call ContentItem::forgetItem

And adjust the visibility.

This is problematic as we then start emitting all sorts of things after
our item is being destroyed. Objects monitoring, in this case the
attached accessiblity object can then do something that crash.

The only other caller of forgetItem is the removeItem method, so the
setVisible call is moved there.

Tested by setting up orca
Reproducing crash
Testing fix

M  +1-1src/columnview.cpp

https://invent.kde.org/frameworks/kirigami/commit/b0c4bc1c41430f7c778e925715d63ed66fe1ebe0

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-10-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428481

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kirigami/-/merge_requests/144

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-10-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428481

David Edmundson  changed:

   What|Removed |Added

 CC||mentalfl...@keemail.me

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

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-10-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428481

David Edmundson  changed:

   What|Removed |Added

 CC||eka...@disroot.org

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

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-10-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428481

David Edmundson  changed:

   What|Removed |Added

 CC||jchevar...@gmail.com

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

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

[systemsettings] [Bug 428481] System-settings crashes on opening various KCMs

2020-10-31 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=428481

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Crash is here in kirigami


ContentItem::forgetItem
item->setVisible(false);


we're doing this on an item that's in it's own destructor

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