[Libreoffice-bugs] [Bug 121293] kde5: Presentation Minimizer wizard does not terminate

2019-11-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Jan-Marek Glogowski  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||8710

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Michael Weghorn  ---
This is now fixed with the following commit

commit e770bacc85a0eec96de77068d61b03f374b3cdec
Author: Jan-Marek Glogowski 
Date:   Sun Jun 2 21:01:33 2019 +

Qt5 workaround modal change after show bug

The presentation minimizer dialog calls setVisible before execute.
This results in the dialog being shown before setting the modality
in execute. And this triggers a bug in the Qt / Xcb stack (gtk is
fine because it directly uses XSendEvent to change the state).

The result is an unmapped, modal dialog window: it's invisible and
blocks the GUI. Qt believes it's show; isVisible() returns true.

And my ~/.xsession-errors shows a "qt.qpa.xcb: QXcbConnection: XCB
error: 3 (BadWindow) ... major code: 18 (ChangeProperty)" with an
invalid resource id, according to 'xwininfo -tree -root'.
You can find the window resource of the minimizer by its name in
the full root tree and its unmapped state with 'xwininfo -id'.

I originally thought of a Scheduler bug so enabled debug output
for it. This is already responsible for a delay long enough to
prevent the bug often. Same for doing an additional hide() and
show() sequence. In the end I went with a fixed delay, but that
is just a guess. In theory we could check the mapped state via
Xlib in Qt's show event and manually map it using XMapWindow and
the winId...

I also noted that the minimizer leaks, as there are multiple new
presenter resources after each show and hide...

Change-Id: I2060918aa9c63d385ebb2ffee9e7a3e4196ea766
Reviewed-on: https://gerrit.libreoffice.org/73462
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 
Reviewed-by: Jan-Marek Glogowski 

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||3985

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

--- Comment #10 from Michael Weghorn  ---
The backtrace shows some X11-specific methods/functions ('xcb_wait_for_reply',
'QXcbConnection::sync()',...).
Actually, I couldn't reproduce on Wayland when trying multiple times now  with
the same build of LibreOffice.
Thus, this may be X11-specific (though I cannot say for sure since it also
doesn't happen in 100 % of the cases on X11 for me).

System is Debian testing with Qt packages at version 5.11.3+dfsg-5.

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

 Attachment #147971|0   |1
is obsolete||

--- Comment #9 from Michael Weghorn  ---
Created attachment 149997
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149997&action=edit
Updated GDB log when LO "hangs"

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|NEW

--- Comment #8 from Michael Weghorn  ---
Unfortunately still reproducible for me with today's master build:

Version: 6.3.0.0.alpha0+
Build ID: c8bad5e896801e6775fd80ea246893a77f534d60
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde5; 
Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
Calc: threaded

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #7 from Xisco Faulí  ---
Yep, it's fixed in


Version: 6.3.0.0.alpha0+
Build ID: 17b25fd3df237a64d6a28fbc57b869e080963193
CPU threads: 2; OS: Linux 4.15; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-03-13_20:42:25
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

as well

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

--- Comment #6 from Katarina Behrens (CIB)  ---
The same story as in bug 121516: please retest, this looks very much like
threading/locking issue and thus it might be fixed by one of the threading
patches that went to master last week

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

 CC||t...@libreoffice.org

--- Comment #5 from Michael Weghorn  ---
(In reply to Michael Weghorn from comment #4)
> Created attachment 147971 [details]
> GDB backtrace when dialog "hangs"
The backtrace looks quite different from the KDE4 one in bug 117466, so that
seems to be another issue.

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2019-01-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

--- Comment #4 from Michael Weghorn  ---
Created attachment 147971
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147971&action=edit
GDB backtrace when dialog "hangs"

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2018-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
Moving to NEW

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2018-11-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7466

--- Comment #2 from Michael Weghorn  ---
According to bug 117466, a crash appears for the kde4 VCL plugin, which may or
may not be related.

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2018-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

--- Comment #1 from Vera Blagoveschenskaya  ---
Well, I can reproduce it with score 1:10

Version: 6.2.0.0.alpha1+
Build ID: dbe94dd3b64e74f661ea7193d8e06ac91f1dd7b0
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-11-07_16:15:05
Locale: ru-RU (ru_RU.UTF-8); Calc: threaded

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2018-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||1276

-- 
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 121293] kde5: Presentation Minimizer wizard does not terminate

2018-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121293

Michael Weghorn  changed:

   What|Removed |Added

 Blocks||102495
 CC||m.wegh...@posteo.de


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102495
[Bug 102495] [META] KDE VCL backend bugs and enhancements
-- 
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