https://bugs.documentfoundation.org/show_bug.cgi?id=117797
Aron Budea <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Aron Budea <[email protected]> ---
Interestingly the debugger breaks elsewhere:
setOriginURL(mpSwapFile->maOriginURL);
https://opengrok.libreoffice.org/xref/core/vcl/source/gdi/impgraph.cxx#1579
Here mpSwapFile->maOriginURL is ??? (undefined I assume), even though it was
empty until the bRet = ImplSwapIn( xIStm.get() ) call a bit above.
Actually, ImplSwapIn( SvStream* xIStm ) calls ImplClear(), which does this:
mpSwapFile.reset();
So if the swap file is thrown away, why is its maOriginURL taken later?
Miklos, can you please take a look at what's supposed to be going on there?
--
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