[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435352

gjditchfi...@acm.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||eventviews/commit/57d3025b1
   ||46bb9cd3bef2c6eaef77f497036
   ||1c1a
 Status|ASSIGNED|RESOLVED

--- Comment #5 from gjditchfi...@acm.org ---
Git commit 57d3025b146bb9cd3bef2c6eaef77f4970361c1a by Glen Ditchfield.
Committed on 21/04/2021 at 23:26.
Pushed by dfaure into branch 'release/21.04'.

Don't crash if an agenda item is deleted while it is being moved

When a recurring event is moved, a dialog box asks which instances to
move.  Apparently `mActionItem` can be set to null by asynchronous
events while the dialog is up.

M  +7-0src/agenda/agenda.cpp

https://invent.kde.org/pim/eventviews/commit/57d3025b146bb9cd3bef2c6eaef77f4970361c1a

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435352

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/eventviews/-/merge_requests/23

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-08 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=435352

--- Comment #3 from David Faure  ---
Hmm, many things can happen while a modal dialog is up (the question in
showMoveRecurDialog). Like the disappearing+reappearing of events that happens
often after I just created them (with the DAV resource at least).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435352

--- Comment #2 from gjditchfi...@acm.org ---
(In reply to David Faure from comment #1)
> The line of code is
> 
> 1217AgendaItem::QPtr placeItem = d->mActionItem->firstMultiItem();
> 
> and clearly d->mActionItem is null.

And yet mActionItem must have been non-null at line 1147, and I don't see where
an assignment happens.

Any chance you can reproduce this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=435352

--- Comment #1 from David Faure  ---
The line of code is

1217AgendaItem::QPtr placeItem = d->mActionItem->firstMultiItem();

and clearly d->mActionItem is null.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 435352] Crash in EventViews::AgendaItem::firstMultiItem (null agenda item)

2021-04-04 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=435352

David Faure  changed:

   What|Removed |Added

 CC||gjditchfi...@acm.org

-- 
You are receiving this mail because:
You are the assignee for the bug.