[Libreoffice-bugs] [Bug 105002] MailMerge: Writer crashes using wizard 2nd time thru

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 10 14:09:06 UTC 2017


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

--- Comment #11 from Noel Grandin <noelgrandin at gmail.com> ---
Sorry, I don't know what is going on here.

The immediate crash is a familiar one - the code in sw is deleting a dialog
from inside the end-of-dialog-callback handler, which means the calling code
finds itself executing on a deleted object.

I worked around that by adding a 
   VclPtr<Dialog> aThis; 
inside the EndDialog method, but then it crashes elsewhere inside wizard code.

The lifecycle of all these wizards and dialogs involved in mailmerge is
somewhat... interesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170510/03f543db/attachment.html>


More information about the Libreoffice-bugs mailing list