https://bugs.freedesktop.org/show_bug.cgi?id=45911
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Julien Nabet <[email protected]> --- Caolán: with 3.6 sources, cherrying picking this commit seems to solve the problem: http://cgit.freedesktop.org/libreoffice/core/commit/?id=7887a4e0adb0d60e6b013808dc27eccddd1c0324 On master sources, I've got the crash when I close instance 2 and retrieved the last bt. I noticed that this patch prevents it: diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 6d5c36d..fc580db 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -8541,7 +8541,7 @@ uno::Reference< XClipboard > Window::GetPrimarySelection() return pChild->GetAccessible(); } */ - if ( !mpWindowImpl->mxAccessible.is() && bCreate ) + if ( mpWindowImpl->mxAccessible.is() && bCreate ) What's your idea about all this? -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
