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

Aron Budea <ba...@caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmik...@collabora.co.uk

--- Comment #1 from Aron Budea <ba...@caesar.elte.hu> ---
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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to