https://bugs.documentfoundation.org/show_bug.cgi?id=103926
--- Comment #11 from Michael Meeks <[email protected]> ---
Looks very odd; the
void Window::ImplGrabFocus( GetFocusFlags nFlags )
holds a hard reference on 'this' - never a great sign ;-) but it does:
// some event listeners do really bad stuff
// => prepare for the worst
VclPtr<vcl::Window> xWindow( this );
So it is extraordinary that subsequently (at least this is the only
interpretation I can give) that 'this' is invalid memory at a later date. Crazy
stuff. Presumably then it is memory corruption, or a threading issue of some
kind. As such we need a drmemory or valgrind trace of what is going on in a
debugging symbols build ...
--
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