[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

--- Comment #16 from Commit Notification 
 ---
Maxim Monastirsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=2a2b37202a735b34da914c03b2f6e1495f833b51

tdf#115023 Check mpControlData for nullptr

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

--- Comment #17 from Maxim Monastirsky  ---
Fixed on master, backport to 6-0 and 5-4 in gerrit.

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

--- Comment #15 from Maxim Monastirsky  ---
Found the problem, patch is in gerrit:

https://gerrit.libreoffice.org/48246/

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

--- Comment #14 from Xisco Faulí  ---
> In fact it's possible to reproduce with any vclplug, if only clicking inside
> the font name field (so that it has the focus), and closing the document by
> clicking the "Close Document" button on the right side of the menu bar.

You're right.
Reproduced in

Version: 6.0.0.0.alpha1+
Build ID: 6eeac3539ea4cac32d126c5e24141f262eb5a4d9
CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded

1. Show sidebar menu
2. Put cursor inside the fonts texbox
3. Click on the X button to close the window

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

Xisco Faulí  changed:

   What|Removed |Added

Summary|Libreoffice crash on exit   |Libreoffice crash on exit
   |when sidebar is enabled |when sidebar is enabled
   |(steps in comment 4)|and attached (steps in
   ||comment 4)

--- Comment #12 from Xisco Faulí  ---
It doesn't crash if the sidebar is detached

-- 
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


[Libreoffice-bugs] [Bug 115023] Libreoffice crash on exit when sidebar is enabled and attached ( steps in comment 4)

2018-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115023

--- Comment #13 from Maxim Monastirsky  ---
(In reply to Xisco Faulí from comment #10)
> it's important to use SAL_USE_VCLPLUGIN=gen on Linux, otherwise Ctrl+Q
> doesn't work
In fact it's possible to reproduce with any vclplug, if only clicking inside
the font name field (so that it has the focus), and closing the document by
clicking the "Close Document" button on the right side of the menu bar.

(In reply to Noel Grandin from comment #9)
> This is weird.
> 
> Window::ImplGrabFocus is already checking if the losing focus window is
> disposed, which should be true at that point.
No. It checks the upper-case Window::IsDisposed(), which checks mpWindowImpl
that dies last. I think we should replace it with the lower-case
VclReferenceBase::isDisposed().

-- 
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