[kdevelop] [Bug 383361] KDevelop : crash-on-exit possibly related to plugin unloading (dis)order

2017-08-29 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=383361

Kevin Funk  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kde
   |vplatform/bc748071c54bb8e92 |velop/bc748071c54bb8e92ea69
   |ea69e047d061ea4adb9e807 |e047d061ea4adb9e807

--- Comment #4 from Kevin Funk  ---
Git commit bc748071c54bb8e92ea69e047d061ea4adb9e807 by Kevin Funk.
Committed on 10/08/2017 at 18:54.
Pushed by kfunk into branch '5.2'.

Fix crash in BrowseManager::avoidMenuAltFocus

Not sure if this fixes just the immediate issue, please check.
Patch makes sense anyhow.
FIXED-IN: 5.1.2

M  +8-3plugins/contextbrowser/browsemanager.cpp

https://commits.kde.org/kdevelop/bc748071c54bb8e92ea69e047d061ea4adb9e807

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

[kdevelop] [Bug 383361] KDevelop : crash-on-exit possibly related to plugin unloading (dis)order

2017-08-17 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=383361

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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

[kdevelop] [Bug 383361] KDevelop : crash-on-exit possibly related to plugin unloading (dis)order

2017-08-10 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=383361

--- Comment #3 from RJVB  ---
I may have found a way to reproduce the underlying issue:

- click on the refresh button in the Problem toolview
- hit the quit keyboard shortcut as soon as the progressbar appears

0x7f9fcb3f2790 "kdevquickopen" "Quick Open" deleted without having been removed
from the factory first. This will leak standalone popupmenus and could lead to
crashes.
0x7f9fcb510c70 "kdevcontextbrowser" "Code Browser" deleted without having been
removed from the factory first. This will leak standalone popupmenus and could
lead to crashes.
0x7f9fcb547310 "kdevswitchtobuddy" "Switch to Buddy" deleted without having
been removed from the factory first. This will leak standalone popupmenus and
could lead to crashes.
0x7f9fcb6147d0 "kdevclangsupport" "C++ Support" deleted without having been
removed from the factory first. This will leak standalone popupmenus and could
lead to crashes.

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

[kdevelop] [Bug 383361] KDevelop : crash-on-exit possibly related to plugin unloading (dis)order

2017-08-10 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=383361

--- Comment #2 from RJVB  ---
Seems unlikely that this fixes more than the current crash but who knows.

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

[kdevelop] [Bug 383361] KDevelop : crash-on-exit possibly related to plugin unloading (dis)order

2017-08-10 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=383361

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||vplatform/bc748071c54bb8e92
   ||ea69e047d061ea4adb9e807
   Version Fixed In||5.1.2
 Resolution|--- |FIXED

--- Comment #1 from Kevin Funk  ---
Git commit bc748071c54bb8e92ea69e047d061ea4adb9e807 by Kevin Funk.
Committed on 10/08/2017 at 18:54.
Pushed by kfunk into branch '5.1'.

Fix crash in BrowseManager::avoidMenuAltFocus

Not sure if this fixes just the immediate issue, please check.
Patch makes sense anyhow.
FIXED-IN: 5.1.2

M  +8-3plugins/contextbrowser/browsemanager.cpp

https://commits.kde.org/kdevplatform/bc748071c54bb8e92ea69e047d061ea4adb9e807

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