https://bugs.documentfoundation.org/show_bug.cgi?id=161712

--- Comment #11 from Patrick Luby (volunteer) <guibomac...@gmail.com> ---
(In reply to Noel Grandin from comment #10)
> So I dont know what is going on here. 
> 
> From running calc under ASAN I can see that we have a ScUndoAutoFill object
> that is being added to the undo stack.
> 
> And I can see that we delete that object inside SfxUnoManager::ImplClearRedo.
> 
> But then the undo stuff inside SfxUndoManager tries to access that object
> again, later on? So it seems like the undo code has two pointers to the same
> object for some reason?

>From the above, I found the common function that both deletes the
ScUndoAutoFill object and then crashes. Don't know if this is a reasonable fix
or not but I got the crashing to stop in my local build with the following
patch:

https://gerrit.libreoffice.org/c/core/+/170254

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

Reply via email to