[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2018-11-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=306128

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2018-11-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=306128

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2018-11-01 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=306128

Andrew Crouthamel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #6 from Andrew Crouthamel  ---
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test
if the bug is valid in the latest version? I am setting the status to NEEDSINFO
pending your response, please change the Status back to REPORTED when you
respond.

Thank you for helping us make KDE software even better for everyone!

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

[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2016-09-23 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306128

--- Comment #5 from RJVB  ---
Let me copy part of the duplicate I just filed (through DrKonqi which didn't
find this report):

In a debug build the ASSERTS will provoke an abort in the situation that caused
my latest hang, but now that KDevelop5 has seen 2 release versions already
anomalies in deleteItem() should also be handled (as elegantly as possible) in
release builds.

Apparently currentIndex should never become 0. What would be the side-effects
of returning early from deleteItem(), i.e.

//If this assertion triggers, the deleted item was not registered under
the given hash
Q_ASSERT(currentIndex);
+if (!currentIndex) {
+return;
+}

It seems deleteItem() has no business trying to delete an item that's not
registered under the current hash, but not doing anything may mean we'll end up
in slightly larger closed loop, calling deleteItem() on the same item
indefinitely?

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


[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2016-09-23 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306128

Kevin Funk  changed:

   What|Removed |Added

 CC||rjvber...@gmail.com

--- Comment #4 from Kevin Funk  ---
*** Bug 369238 has been marked as a duplicate of this bug. ***

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


[kdevplatform] [Bug 306128] kdevelop crashs on launch after crash on remove project [ItemRepository::followerIndex assertion]

2016-07-04 Thread Vishesh Handa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=306128

Vishesh Handa  changed:

   What|Removed |Added

 CC|m...@vhanda.in|

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