[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2023-04-24 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=462692

Sandro Knauß  changed:

   What|Removed |Added

 CC||skna...@kde.org

--- Comment #5 from Sandro Knauß  ---
(In reply to postix from comment #4)
> Wouldn't it have made more sense to reference bug #450217, where I have 
> collected all the dups?

Jepp it makes more sense. and #450217 is now updated too.

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

[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2023-04-22 Thread Christophe Marin
https://bugs.kde.org/show_bug.cgi?id=462692

Christophe Marin  changed:

   What|Removed |Added

   Version Fixed In|23.04.0 |23.04.1

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

[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2023-04-22 Thread postix
https://bugs.kde.org/show_bug.cgi?id=462692

--- Comment #4 from postix  ---
Wouldn't it have made more sense to reference bug #450217, where I have
collected all the dups?

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

[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2023-04-22 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=462692

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi/commit/1d9d64ec3cf7
   ||8dfdddc2239df0d33b08dc44210
   ||4
   Version Fixed In||23.04.0

--- Comment #3 from Daniel Vrátil  ---
Git commit 1d9d64ec3cf78dfdddc2239df0d33b08dc442104 by Daniel Vrátil.
Committed on 22/04/2023 at 10:34.
Pushed by carlschwan into branch 'release/23.04'.

Fix crash on server shutdown

When AkonadiServer::quit() is called it clears the vector of existing
connections and destroys them. This can race with a resource disconnecting
or crashing on its own, which then enqueues a singal emission from the
Connection to remove itself from the connections vector as well.

Previously the code assumed the Connection must always exist in the vector
which caused a crash when it did not...surprise surprise.
FIXED-IN: 23.04.0

M  +4-2src/server/akonadi.cpp

https://invent.kde.org/pim/akonadi/commit/1d9d64ec3cf78dfdddc2239df0d33b08dc442104

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

[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2023-04-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=462692

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from postix  ---


*** This bug has been marked as a duplicate of bug 450217 ***

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

[Akonadi] [Bug 462692] Random Akonadi segmentation fault

2022-12-06 Thread Razvan
https://bugs.kde.org/show_bug.cgi?id=462692

--- Comment #1 from Razvan  ---
Created attachment 154352
  --> https://bugs.kde.org/attachment.cgi?id=154352=edit
System log of the crash

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