[Libreoffice-bugs] [Bug 123985] basic command "print" causes crashes

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|VERIFIED|RESOLVED

--- Comment #12 from Xisco Faulí  ---
(In reply to BogdanB from comment #11)
> No crash on
> Version: 6.3.0.0.beta1
> Build ID: a187af327633f5f00363be5131bd21a13e0f1a7b
> CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
> Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
> Calc: threaded

This is a KDE5 issue, you tested with GTK3

-- 
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 123985] basic command "print" causes crashes

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

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Status|RESOLVED|VERIFIED

--- Comment #11 from BogdanB  ---
No crash on
Version: 6.3.0.0.beta1
Build ID: a187af327633f5f00363be5131bd21a13e0f1a7b
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.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 123985] basic command "print" causes crashes

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

Michael Weghorn  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #10 from Michael Weghorn  ---
There's an even better fix for bug 121293 that addresses the root cause instead
of a workaround, s. https://gerrit.libreoffice.org/#/c/73567/ for details.

The fix has been backported to the 6.2 branch as well, which means it will be
contained in the upcoming 6.2.5 release.

Most probably this bug will be gone with that fix in place; I'm therefore
closing this bug as fixed. Please reopen if you can still reproduce with
LibreOffice 6.2.5 or newer.

-- 
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 123985] basic command "print" causes crashes

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

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #9 from Michael Weghorn  ---
Bug 121293 has just been fixed and since this one here looks similar: Can you
possibly retest once again with a current daily build of LibreOffice master
(i.e. from tomorrow or newer) whether your issue is fixed 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 123985] basic command "print" causes crashes

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

Kevin Suo  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
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 123985] basic command "print" causes crashes

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

Michael Weghorn  changed:

   What|Removed |Added

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

--- Comment #8 from Michael Weghorn  ---
Yes, thanks. In general, a backtrace generated with a debug build might show
even more information, but I think that's enough for now.

The backtrace shows there's something going on in the X11 event handling and
Qt's interaction with it:

> xcb_wait_for_reply () at /usr/lib/libxcb.so.1
> QXcbConnection::sync() () at /usr/lib/libQt5XcbQpa.so.5
> ...

Actually, the backtrace (and the overall behaviour) looks somewhat similar to
bug 121293.

-- 
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 123985] basic command "print" causes crashes

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

--- Comment #7 from F. Tremmel  ---
Created attachment 150960
  --> https://bugs.documentfoundation.org/attachment.cgi?id=150960=edit
gdbtrace.log

I hope, it worked:
- started with --backtrace
- above example file loaded
- Error provoked -> desktop and soffice frozzen
- killed via terminal soffice

Is not that what was expected give me a second chance

-- 
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 123985] basic command "print" causes crashes

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

--- Comment #6 from Michael Weghorn  ---
(In reply to F. Tremmel from comment #5)
> With VCL_PLUGIN=gtk3 this error does not appear.
> So it should be a problem with the kde5 integration.

Yes, sounds like that.

Can you please try to get a backtrace as described at [1] and attach it here?

[1]
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace

-- 
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 123985] basic command "print" causes crashes

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

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||102495


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

[Libreoffice-bugs] [Bug 123985] basic command "print" causes crashes

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

raal  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
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 123985] basic command "print" causes crashes

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

--- Comment #5 from F. Tremmel  ---
I found the time to install libreoffice from git:

Version: 6.3.0.0.alpha0+
Build ID: 314d101b1336748b22df6582e7aacd455aa4171f
CPU threads: 8; OS: Linux 4.19; UI render: GL; VCL: kde5; 
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: CL


and I got the same error with the uploaded file.
After a view clicks on print dialog libreoffice and plasma desktop is freezing.

I have to change to the terminal and kill the soffice.bin process to keep an
working with plasma.


With VCL_PLUGIN=gtk3 this error does not appear.
So it should be a problem with the kde5 integration.

plasma-framework 5.55.0
plasma-workspace 5.15.2
qt5-base 5.12.1

-- 
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 123985] basic command "print" causes crashes

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

--- Comment #4 from Michael Weghorn  ---
I can't reproduce with

Version: 6.3.0.0.alpha0+
Build ID: 73e32aff2a3b8325daf36060140878fe34c46956
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



(In reply to F. Tremmel from comment #2)
> I will see what can be done.
> Since it is my work computer and Libreoffice is a daily tool, I would prefer
> if someone could confirm the error first.

You can also install the dev version in parallel, by just putting it somewhere
in a user directory, s. [1] for more details. This way, your existing
LibreOffice installation will be unaffected.

[1] https://wiki.documentfoundation.org/Installing_in_parallel/Linux

-- 
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 123985] basic command "print" causes crashes

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||m.wegh...@posteo.de,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
I can't reproduce it in

Version: 6.2.3.0.0+
Build ID: 3450311c403af714d3fc0ba14b9f7673c717a6a2
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded

what happens if you execute LibreOffice with SAL_USE_VCLPLUGIN=gtk3 soffice?
Does it crash? I'm wondering if it's a kde5 problem...

-- 
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 123985] basic command "print" causes crashes

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

--- Comment #2 from F. Tremmel  ---
(In reply to raal from comment #1)
> n crash with Version: 6.3.0.0.alpha0+
> Build ID: 732d630c3d2a168c725c18e4dd8df7a0a4f85566
> CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
> 
> Seems to be fixed with dev version. Please could you test it with
> dev version?  You can download it here:
> http://dev-builds.libreoffice.org/daily/master/
> Thank you

I will see what can be done.
Since it is my work computer and Libreoffice is a daily tool, I would prefer if
someone could confirm the error first.

-- 
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 123985] basic command "print" causes crashes

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
n crash with Version: 6.3.0.0.alpha0+
Build ID: 732d630c3d2a168c725c18e4dd8df7a0a4f85566
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 

Seems to be fixed with dev version. Please could you test it with
dev version?  You can download it here:
http://dev-builds.libreoffice.org/daily/master/
Thank you

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