https://bugs.documentfoundation.org/show_bug.cgi?id=105002
--- Comment #11 from Noel Grandin <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs