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

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|high                        |medium
             Blocks|                            |91310
           Severity|major                       |normal

--- Comment #6 from Michael Meeks <michael.me...@collabora.com> ---
Hi Terrence; the cause is pretty clear:

#16 0x00007f51db2023cf in SalAbort(rtl::OUString const&, bool)
(rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows
destroyed:  18MenuFloatingWindow()", bDumpCore=true) at
/home/terry/lo_hacking/git/libo6/vcl/unx/generic/plugadapt/salplug.cxx:293
#17 0x00007f51db1169ff in Application::Abort(rtl::OUString const&)
(rErrorText="Window ( N2sd16AnnotationWindowE()) with live SystemWindows
destroyed:  18MenuFloatingWindow()") at
/home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:320

Luckily its only a leak in non dbgutil mode - so shouldn't cause a widespread
crash for real users when deployed -> lowering the priority. It is a VclPtr,
lifecycle issue I guess.

Also the debug output above (I hope) identifies the problem - which is that the
sd::AnnotationWindow has a live MenuFloatingWindow associated with it when it
is disposed - and it should have disposed that itself first; which is curious.

Armin did some work in this area recently - but ...


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91310
[Bug 91310] [META] Fallout from VclPtr merge
-- 
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